COLOR #ACBCC9

HEX: #ACBCC9 RGB: (172,188,201)

Color info

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

RGB color model

#ACBCC9 color RGB value is (172,188,201).

RGB: (172,188,201) (67%, 74%, 79%)

RGB channels and saturation

R 172 of 255 = 67%
G 188 of 255 = 74%
B 201 of 255 = 79%

172
188
201

R + G + B ~ 73%. #ACBCC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 188 + 201 = 561 (100%)
R 172 of 561 ~ 30.66%
G 188 of 561 ~ 33.51%
B 201 of 561 ~ 35.83'%

%30.66
%33.51
%35.83

CMYK color model

#ACBCC9 color CMYK value is (14,6,0,21).

  • cyan value is 14.43%
  • magenta value is 6.47%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK: (14,6,0,21) C14M6Y0K21 (14%,6%,0%,21%) (0.14/0.06/0.00/0.21) 

CMYK percentages

%14.43
%6.47
%0
%21.18

Codes

Color #ACBCC9 in popluar color models

AC BC C9
RGB 172 188 201
HSL 207° 21.17% 73.14%
HSB/HSV 207° 14.43% 78.82%
CMYK 14.43% 6.47% 0.00%
21.18%

Color #ACBCC9 in popluar number systems.

HEX AC BC C9
Decimal 172 188 201
Binary 10101100 10111100 11001001
Octal 254 274 311

Shades and tints

Shades of #ACBCC9

#ACBCC9
(172,188,201)
#9DABB7
(157,171,183)
#8E9AA5
(142,154,165)
#7F8993
(127,137,147)
#707881
(112,120,129)
#61676F
(97,103,111)
#52565D
(82,86,93)
#43454B
(67,69,75)
#343439
(52,52,57)
#252327
(37,35,39)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #ACBCC9

#ACBCC9
(172,188,201)
#B3C2CD
(179,194,205)
#BAC8D1
(186,200,209)
#C1CED5
(193,206,213)
#C8D4D9
(200,212,217)
#CFDADD
(207,218,221)
#D6E0E1
(214,224,225)
#DDE6E5
(221,230,229)
#E4ECE9
(228,236,233)
#EBF2ED
(235,242,237)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBCC9; }

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

This text font color is #ACBCC9.

Background Color

.myBgColor { background-color: #ACBCC9; }

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

This div background color is #ACBCC9.

Border color

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

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

This div border color is #ACBCC9.

Opacity

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

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

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

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

This text has shadow with #ACBCC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBCC9.

Preview

Color preview on black background

This text has color #ACBCC9 on black background.


Color preview on white background

This text has color #ACBCC9 on white background.


Black color preview on #ACBCC9 background

This text has black color on #ACBCC9 background.


White color preview on #ACBCC9 background

This text has white color on #ACBCC9 background.


Related colors

Complementary color

Complementary color for #hex is #534336.


I love getcolorcode.com

Triadic colors

1 #C9ACBC and #BCC9AC with #ACBCC9 are triadic colors.

2 #C9BCAC and #BCACC9 with #ACBCC9 are triadic colors.