COLOR #A4B9DC

HEX: #A4B9DC RGB: (164,185,220)

Color info

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

RGB color model

#A4B9DC color RGB value is (164,185,220).

RGB: (164,185,220) (64%, 73%, 86%)

RGB channels and saturation

R 164 of 255 = 64%
G 185 of 255 = 73%
B 220 of 255 = 86%

164
185
220

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

Portions of RGB colors in percentages

R + G + B = 164 + 185 + 220 = 569 (100%)
R 164 of 569 ~ 28.82%
G 185 of 569 ~ 32.51%
B 220 of 569 ~ 38.66'%

%28.82
%32.51
%38.66

CMYK color model

#A4B9DC color CMYK value is (25,16,0,14).

  • cyan value is 25.45%
  • magenta value is 15.91%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (25,16,0,14)
C25M16Y0K14 (25%, 16%, 0%, 14%)
(0.25 / 0.16 / 0.00 / 0.14)

CMYK percentages

%25.45
%15.91
%0
%13.73

Codes

Color #A4B9DC in popluar color models

A4 B9 DC
RGB 164 185 220
HSL 218° 44.44% 75.29%
HSB/HSV 218° 25.45% 86.27%
CMYK 25.45% 15.91% 0.00%
13.73%

Color #A4B9DC in popluar number systems.

HEX A4 B9 DC
Decimal 164 185 220
Binary 10100100 10111001 11011100
Octal 244 271 334

Shades and tints

Shades of #A4B9DC

#A4B9DC
(164,185,220)
#96A9C8
(150,169,200)
#8899B4
(136,153,180)
#7A89A0
(122,137,160)
#6C798C
(108,121,140)
#5E6978
(94,105,120)
#505964
(80,89,100)
#424950
(66,73,80)
#34393C
(52,57,60)
#262928
(38,41,40)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #A4B9DC

#A4B9DC
(164,185,220)
#ACBFDF
(172,191,223)
#B4C5E2
(180,197,226)
#BCCBE5
(188,203,229)
#C4D1E8
(196,209,232)
#CCD7EB
(204,215,235)
#D4DDEE
(212,221,238)
#DCE3F1
(220,227,241)
#E4E9F4
(228,233,244)
#ECEFF7
(236,239,247)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B9DC; }

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

This text font color is #A4B9DC.

Background Color

.myBgColor { background-color: #A4B9DC; }

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

This div background color is #A4B9DC.

Border color

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

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

This div border color is #A4B9DC.

Opacity

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

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

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

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

This text has shadow with #A4B9DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4B9DC.

Preview

Color preview on black background

This text has color #A4B9DC on black background.


Color preview on white background

This text has color #A4B9DC on white background.


Black color preview on #A4B9DC background

This text has black color on #A4B9DC background.


White color preview on #A4B9DC background

This text has white color on #A4B9DC background.


Related colors

Complementary color

Complementary color for #hex is #5B4623.


I love getcolorcode.com

Triadic colors

1 #DCA4B9 and #B9DCA4 with #A4B9DC are triadic colors.

2 #DCB9A4 and #B9A4DC with #A4B9DC are triadic colors.