COLOR #A4ACC8

HEX: #A4ACC8 RGB: (164,172,200)

Color info

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

RGB color model

#A4ACC8 color RGB value is (164,172,200).

RGB: (164,172,200) (64%, 67%, 78%)

RGB channels and saturation

R 164 of 255 = 64%
G 172 of 255 = 67%
B 200 of 255 = 78%

164
172
200

R + G + B ~ 70%. #A4ACC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 172 + 200 = 536 (100%)
R 164 of 536 ~ 30.6%
G 172 of 536 ~ 32.09%
B 200 of 536 ~ 37.31'%

%30.6
%32.09
%37.31

CMYK color model

#A4ACC8 color CMYK value is (18,14,0,22).

  • cyan value is 18.00%
  • magenta value is 14.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (18,14,0,22)
C18M14Y0K22 (18%, 14%, 0%, 22%)
(0.18 / 0.14 / 0.00 / 0.22)

CMYK percentages

%18
%14
%0
%21.57

Codes

Color #A4ACC8 in popluar color models

A4 AC C8
RGB 164 172 200
HSL 227° 24.66% 71.37%
HSB/HSV 227° 18.00% 78.43%
CMYK 18.00% 14.00% 0.00%
21.57%

Color #A4ACC8 in popluar number systems.

HEX A4 AC C8
Decimal 164 172 200
Binary 10100100 10101100 11001000
Octal 244 254 310

Shades and tints

Shades of #A4ACC8

#A4ACC8
(164,172,200)
#969DB6
(150,157,182)
#888EA4
(136,142,164)
#7A7F92
(122,127,146)
#6C7080
(108,112,128)
#5E616E
(94,97,110)
#50525C
(80,82,92)
#42434A
(66,67,74)
#343438
(52,52,56)
#262526
(38,37,38)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #A4ACC8

#A4ACC8
(164,172,200)
#ACB3CD
(172,179,205)
#B4BAD2
(180,186,210)
#BCC1D7
(188,193,215)
#C4C8DC
(196,200,220)
#CCCFE1
(204,207,225)
#D4D6E6
(212,214,230)
#DCDDEB
(220,221,235)
#E4E4F0
(228,228,240)
#ECEBF5
(236,235,245)
#F4F2FA
(244,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4ACC8; }

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

This text font color is #A4ACC8.

Background Color

.myBgColor { background-color: #A4ACC8; }

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

This div background color is #A4ACC8.

Border color

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

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

This div border color is #A4ACC8.

Opacity

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

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

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

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

This text has shadow with #A4ACC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4ACC8.

Preview

Color preview on black background

This text has color #A4ACC8 on black background.


Color preview on white background

This text has color #A4ACC8 on white background.


Black color preview on #A4ACC8 background

This text has black color on #A4ACC8 background.


White color preview on #A4ACC8 background

This text has white color on #A4ACC8 background.


Related colors

Complementary color

Complementary color for #hex is #5B5337.


I love getcolorcode.com

Triadic colors

1 #C8A4AC and #ACC8A4 with #A4ACC8 are triadic colors.

2 #C8ACA4 and #ACA4C8 with #A4ACC8 are triadic colors.