COLOR #A4B9D7

HEX: #A4B9D7
RGB: (164,185,215)

Color info

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

RGB color model

#A4B9D7 color RGB value is (164,185,215).

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

RGB channels and saturation

R 164 of 255 = 64%
G 185 of 255 = 73%
B 215 of 255 = 84%

164
185
215

R + G + B ~ 74%. #A4B9D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 185 + 215 = 564 (100%)
R 164 of 564 ~ 29.08%
G 185 of 564 ~ 32.8%
B 215 of 564 ~ 38.12%

%29.08
%32.8
%38.12

CMYK color model

#A4B9D7 color CMYK value is (24,14,0,16).

  • cyan value is 23.72%
  • magenta value is 13.95%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(24,14,0,16)
C24M14Y0K16 
(24%,14%,0%,16%)
(0.24/0.14/0.00/0.16)	

CMYK percentages

%23.72
%13.95
%0
%15.69

Codes

Color #A4B9D7 in popluar color models

A4B9D7
RGB164185215
HSL215°38.93%74.31%
HSB/HSV215°23.72%84.31%
CMYK23.72%13.95%0.00%
15.69%

Color #A4B9D7 in popluar number systems.

HEXA4B9D7
Decimal164185215
Binary101001001011100111010111
Octal244271327

Shades and tints

Shades of #A4B9D7

#A4B9D7
(164,185,215)
#96A9C4
(150,169,196)
#8899B1
(136,153,177)
#7A899E
(122,137,158)
#6C798B
(108,121,139)
#5E6978
(94,105,120)
#505965
(80,89,101)
#424952
(66,73,82)
#34393F
(52,57,63)
#26292C
(38,41,44)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #A4B9D7

#A4B9D7
(164,185,215)
#ACBFDA
(172,191,218)
#B4C5DD
(180,197,221)
#BCCBE0
(188,203,224)
#C4D1E3
(196,209,227)
#CCD7E6
(204,215,230)
#D4DDE9
(212,221,233)
#DCE3EC
(220,227,236)
#E4E9EF
(228,233,239)
#ECEFF2
(236,239,242)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B9D7; }

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

This text font color is #A4B9D7.


Background Color

.myBgColor { background-color: #A4B9D7; }

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

This div background color is #A4B9D7.


Border color

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

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

This div border color is #A4B9D7.


Opacity

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

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

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

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

This text has shadow with #A4B9D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B9D7 on black background.


Color preview on white background

This text has color #A4B9D7 on white background.



Black color preview on #A4B9D7 background

This text has black color on #A4B9D7 background.


White color preview on #A4B9D7 background

This text has white color on #A4B9D7 background.