COLOR #ACAEC9

HEX: #ACAEC9 RGB: (172,174,201)

Color info

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

RGB color model

#ACAEC9 color RGB value is (172,174,201).

RGB: (172,174,201) (67%, 68%, 79%)

RGB channels and saturation

R 172 of 255 = 67%
G 174 of 255 = 68%
B 201 of 255 = 79%

172
174
201

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

Portions of RGB colors in percentages

R + G + B = 172 + 174 + 201 = 547 (100%)
R 172 of 547 ~ 31.44%
G 174 of 547 ~ 31.81%
B 201 of 547 ~ 36.75'%

%31.44
%31.81
%36.75

CMYK color model

#ACAEC9 color CMYK value is (14,13,0,21).

  • cyan value is 14.43%
  • magenta value is 13.43%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (14,13,0,21)
C14M13Y0K21 (14%, 13%, 0%, 21%)
(0.14 / 0.13 / 0.00 / 0.21)

CMYK percentages

%14.43
%13.43
%0
%21.18

Codes

Color #ACAEC9 in popluar color models

AC AE C9
RGB 172 174 201
HSL 236° 21.17% 73.14%
HSB/HSV 236° 14.43% 78.82%
CMYK 14.43% 13.43% 0.00%
21.18%

Color #ACAEC9 in popluar number systems.

HEX AC AE C9
Decimal 172 174 201
Binary 10101100 10101110 11001001
Octal 254 256 311

Shades and tints

Shades of #ACAEC9

#ACAEC9
(172,174,201)
#9D9FB7
(157,159,183)
#8E90A5
(142,144,165)
#7F8193
(127,129,147)
#707281
(112,114,129)
#61636F
(97,99,111)
#52545D
(82,84,93)
#43454B
(67,69,75)
#343639
(52,54,57)
#252727
(37,39,39)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #ACAEC9

#ACAEC9
(172,174,201)
#B3B5CD
(179,181,205)
#BABCD1
(186,188,209)
#C1C3D5
(193,195,213)
#C8CAD9
(200,202,217)
#CFD1DD
(207,209,221)
#D6D8E1
(214,216,225)
#DDDFE5
(221,223,229)
#E4E6E9
(228,230,233)
#EBEDED
(235,237,237)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACAEC9 color. Also use rgb(172,174,201) instead hex code.

Text Font Color

.myTextColor { color: #ACAEC9; }

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

This text font color is #ACAEC9.

Background Color

.myBgColor { background-color: #ACAEC9; }

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

This div background color is #ACAEC9.

Border color

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

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

This div border color is #ACAEC9.

Opacity

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

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

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

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

This text has shadow with #ACAEC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACAEC9.

Preview

Color preview on black background

This text has color #ACAEC9 on black background.


Color preview on white background

This text has color #ACAEC9 on white background.


Black color preview on #ACAEC9 background

This text has black color on #ACAEC9 background.


White color preview on #ACAEC9 background

This text has white color on #ACAEC9 background.


Related colors

Complementary color

Complementary color for #hex is #535136.


I love getcolorcode.com

Triadic colors

1 #C9ACAE and #AEC9AC with #ACAEC9 are triadic colors.

2 #C9AEAC and #AEACC9 with #ACAEC9 are triadic colors.