COLOR #A5B4CA

HEX: #A5B4CA
RGB: (165,180,202)

Color info

#A5B4CA contains red, green and blue colors in about the same proportion. Web safe color of #A5B4CA is #99CCCC (or #9CC).

RGB color model

#A5B4CA color RGB value is (165,180,202).

  • red value is 165;
  • green value is 180;
  • blue value is 202.
RGB:
(165,180,202)
(65%,71%,79%)

RGB channels and saturation

R 165 of 255 = 65%
G 180 of 255 = 71%
B 202 of 255 = 79%

165
180
202

R + G + B ~ 72%. #A5B4CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 180 + 202 = 547 (100%)
R 165 of 547 ~ 30.16%
G 180 of 547 ~ 32.91%
B 202 of 547 ~ 36.93%

%30.16
%32.91
%36.93

CMYK color model

#A5B4CA color CMYK value is (18,11,0,21).

  • cyan value is 18.32%
  • magenta value is 10.89%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(18,11,0,21)
C18M11Y0K21 
(18%,11%,0%,21%)
(0.18/0.11/0.00/0.21)	

CMYK percentages

%18.32
%10.89
%0
%20.78

Codes

Color #A5B4CA in popluar color models

A5B4CA
RGB165180202
HSL216°25.87%71.96%
HSB/HSV216°18.32%79.22%
CMYK18.32%10.89%0.00%
20.78%

Color #A5B4CA in popluar number systems.

HEXA5B4CA
Decimal165180202
Binary101001011011010011001010
Octal245264312

Shades and tints

Shades of #A5B4CA

#A5B4CA
(165,180,202)
#96A4B8
(150,164,184)
#8794A6
(135,148,166)
#788494
(120,132,148)
#697482
(105,116,130)
#5A6470
(90,100,112)
#4B545E
(75,84,94)
#3C444C
(60,68,76)
#2D343A
(45,52,58)
#1E2428
(30,36,40)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #A5B4CA

#A5B4CA
(165,180,202)
#ADBACE
(173,186,206)
#B5C0D2
(181,192,210)
#BDC6D6
(189,198,214)
#C5CCDA
(197,204,218)
#CDD2DE
(205,210,222)
#D5D8E2
(213,216,226)
#DDDEE6
(221,222,230)
#E5E4EA
(229,228,234)
#EDEAEE
(237,234,238)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B4CA color. Also use rgb(165,180,202) instead hex code.

Text Font Color

.myTextColor { color: #A5B4CA; }

<p style="color:#A5B4CA">This sample text font color is #A5B4CA.</p>

This text font color is #A5B4CA.


Background Color

.myBgColor { background-color: #A5B4CA; }

<div style="background-color:#A5B4CA">Inner text</div>

This div background color is #A5B4CA.


Border color

.myBorderColor { border: 1px solid #A5B4CA; }

<div style="border:3px solid #A5B4CA">Div</div>

This div border color is #A5B4CA.


Opacity

.myOpacity80 { color: #A5B4CA; opacity: 0.8; }

<p style="color:#A5B4CA;opacity:0.8;">80%</p>

Text with #A5B4CA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A5B4CA;}

<p style="text-shadow: 3px 3px 1px #A5B4CA">Text here.</p>

This text has shadow with #A5B4CA color.

.textShadow {text-shadow: 3px 3px 1px #A5B4CA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A5B4CA, 5px 5px 20px red">Text here.</p>

This text has shadow with #A5B4CA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5B4CA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A5B4CA, Direction=45, Strength=4)">Text</p>

This text has shadow with #A5B4CA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A5B4CA;
  -webkit-box-shadow:	1px 1px 3px 2px #A5B4CA;
  box-shadow:		1px 1px 3px 2px #A5B4CA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5B4CA;
-webkit-box-shadow: 1px 1px 3px 2px #A5B4CA;
box-shadow:1px 1px 3px 2px #A5B4CA;">
Div content here</div>
This div box has shadow with color #A5B4CA.

Preview

Color preview on black background

This text has color #A5B4CA on black background.


Color preview on white background

This text has color #A5B4CA on white background.



Black color preview on #A5B4CA background

This text has black color on #A5B4CA background.


White color preview on #A5B4CA background

This text has white color on #A5B4CA background.