COLOR #A4B9CA

HEX: #A4B9CA
RGB: (164,185,202)

Color info

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

RGB color model

#A4B9CA color RGB value is (164,185,202).

  • red value is 164;
  • green value is 185;
  • blue value is 202.
RGB:
(164,185,202)
(64%,73%,79%)

RGB channels and saturation

R 164 of 255 = 64%
G 185 of 255 = 73%
B 202 of 255 = 79%

164
185
202

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

Portions of RGB colors in percentages

R + G + B =
164 + 185 + 202 = 551 (100%)
R 164 of 551 ~ 29.76%
G 185 of 551 ~ 33.58%
B 202 of 551 ~ 36.66%

%29.76
%33.58
%36.66

CMYK color model

#A4B9CA color CMYK value is (19,8,0,21).

  • cyan value is 18.81%
  • magenta value is 8.42%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(19,8,0,21)
C19M8Y0K21 
(19%,8%,0%,21%)
(0.19/0.08/0.00/0.21)	

CMYK percentages

%18.81
%8.42
%0
%20.78

Codes

Color #A4B9CA in popluar color models

A4B9CA
RGB164185202
HSL207°26.39%71.76%
HSB/HSV207°18.81%79.22%
CMYK18.81%8.42%0.00%
20.78%

Color #A4B9CA in popluar number systems.

HEXA4B9CA
Decimal164185202
Binary101001001011100111001010
Octal244271312

Shades and tints

Shades of #A4B9CA

#A4B9CA
(164,185,202)
#96A9B8
(150,169,184)
#8899A6
(136,153,166)
#7A8994
(122,137,148)
#6C7982
(108,121,130)
#5E6970
(94,105,112)
#50595E
(80,89,94)
#42494C
(66,73,76)
#34393A
(52,57,58)
#262928
(38,41,40)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #A4B9CA

#A4B9CA
(164,185,202)
#ACBFCE
(172,191,206)
#B4C5D2
(180,197,210)
#BCCBD6
(188,203,214)
#C4D1DA
(196,209,218)
#CCD7DE
(204,215,222)
#D4DDE2
(212,221,226)
#DCE3E6
(220,227,230)
#E4E9EA
(228,233,234)
#ECEFEE
(236,239,238)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B9CA color. Also use rgb(164,185,202) instead hex code.

Text Font Color

.myTextColor { color: #A4B9CA; }

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

This text font color is #A4B9CA.


Background Color

.myBgColor { background-color: #A4B9CA; }

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

This div background color is #A4B9CA.


Border color

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

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

This div border color is #A4B9CA.


Opacity

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

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

Text with #A4B9CA 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 #A4B9CA;}

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

This text has shadow with #A4B9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B9CA on black background.


Color preview on white background

This text has color #A4B9CA on white background.



Black color preview on #A4B9CA background

This text has black color on #A4B9CA background.


White color preview on #A4B9CA background

This text has white color on #A4B9CA background.