COLOR #A4ACD0

HEX: #A4ACD0 RGB: (164,172,208)

Color info

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

RGB color model

#A4ACD0 color RGB value is (164,172,208).

RGB: (164,172,208) (64%, 67%, 82%)

RGB channels and saturation

R 164 of 255 = 64%
G 172 of 255 = 67%
B 208 of 255 = 82%

164
172
208

R + G + B ~ 71%. #A4ACD0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 172 + 208 = 544 (100%)
R 164 of 544 ~ 30.15%
G 172 of 544 ~ 31.62%
B 208 of 544 ~ 38.24'%

%30.15
%31.62
%38.24

CMYK color model

#A4ACD0 color CMYK value is (21,17,0,18).

  • cyan value is 21.15%
  • magenta value is 17.31%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK: (21,17,0,18) C21M17Y0K18 (21%,17%,0%,18%) (0.21/0.17/0.00/0.18) 

CMYK percentages

%21.15
%17.31
%0
%18.43

Codes

Color #A4ACD0 in popluar color models

A4 AC D0
RGB 164 172 208
HSL 229° 31.88% 72.94%
HSB/HSV 229° 21.15% 81.57%
CMYK 21.15% 17.31% 0.00%
18.43%

Color #A4ACD0 in popluar number systems.

HEX A4 AC D0
Decimal 164 172 208
Binary 10100100 10101100 11010000
Octal 244 254 320

Shades and tints

Shades of #A4ACD0

#A4ACD0
(164,172,208)
#969DBE
(150,157,190)
#888EAC
(136,142,172)
#7A7F9A
(122,127,154)
#6C7088
(108,112,136)
#5E6176
(94,97,118)
#505264
(80,82,100)
#424352
(66,67,82)
#343440
(52,52,64)
#26252E
(38,37,46)
#18161C
(24,22,28)
#000000
(0,0,0)

Tints of #A4ACD0

#A4ACD0
(164,172,208)
#ACB3D4
(172,179,212)
#B4BAD8
(180,186,216)
#BCC1DC
(188,193,220)
#C4C8E0
(196,200,224)
#CCCFE4
(204,207,228)
#D4D6E8
(212,214,232)
#DCDDEC
(220,221,236)
#E4E4F0
(228,228,240)
#ECEBF4
(236,235,244)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4ACD0 color. Also use rgb(164,172,208) instead hex code.

Text Font Color

.myTextColor { color: #A4ACD0; }

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

This text font color is #A4ACD0.

Background Color

.myBgColor { background-color: #A4ACD0; }

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

This div background color is #A4ACD0.

Border color

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

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

This div border color is #A4ACD0.

Opacity

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

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

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

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

This text has shadow with #A4ACD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4ACD0.

Preview

Color preview on black background

This text has color #A4ACD0 on black background.


Color preview on white background

This text has color #A4ACD0 on white background.


Black color preview on #A4ACD0 background

This text has black color on #A4ACD0 background.


White color preview on #A4ACD0 background

This text has white color on #A4ACD0 background.


Related colors

Complementary color

Complementary color for #hex is #5B532F.


I love getcolorcode.com

Triadic colors

1 #D0A4AC and #ACD0A4 with #A4ACD0 are triadic colors.

2 #D0ACA4 and #ACA4D0 with #A4ACD0 are triadic colors.