COLOR #ACBBCC

HEX: #ACBBCC RGB: (172,187,204)

Color info

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

RGB color model

#ACBBCC color RGB value is (172,187,204).

RGB: (172,187,204) (67%, 73%, 80%)

RGB channels and saturation

R 172 of 255 = 67%
G 187 of 255 = 73%
B 204 of 255 = 80%

172
187
204

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

Portions of RGB colors in percentages

R + G + B = 172 + 187 + 204 = 563 (100%)
R 172 of 563 ~ 30.55%
G 187 of 563 ~ 33.21%
B 204 of 563 ~ 36.23'%

%30.55
%33.21
%36.23

CMYK color model

#ACBBCC color CMYK value is (16,8,0,20).

  • cyan value is 15.69%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (16,8,0,20)
C16M8Y0K20 (16%, 8%, 0%, 20%)
(0.16 / 0.08 / 0.00 / 0.20)

CMYK percentages

%15.69
%8.33
%0
%20

Codes

Color #ACBBCC in popluar color models

AC BB CC
RGB 172 187 204
HSL 212° 23.88% 73.73%
HSB/HSV 212° 15.69% 80.00%
CMYK 15.69% 8.33% 0.00%
20.00%

Color #ACBBCC in popluar number systems.

HEX AC BB CC
Decimal 172 187 204
Binary 10101100 10111011 11001100
Octal 254 273 314

Shades and tints

Shades of #ACBBCC

#ACBBCC
(172,187,204)
#9DAABA
(157,170,186)
#8E99A8
(142,153,168)
#7F8896
(127,136,150)
#707784
(112,119,132)
#616672
(97,102,114)
#525560
(82,85,96)
#43444E
(67,68,78)
#34333C
(52,51,60)
#25222A
(37,34,42)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #ACBBCC

#ACBBCC
(172,187,204)
#B3C1D0
(179,193,208)
#BAC7D4
(186,199,212)
#C1CDD8
(193,205,216)
#C8D3DC
(200,211,220)
#CFD9E0
(207,217,224)
#D6DFE4
(214,223,228)
#DDE5E8
(221,229,232)
#E4EBEC
(228,235,236)
#EBF1F0
(235,241,240)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACBBCC color. Also use rgb(172,187,204) instead hex code.

Text Font Color

.myTextColor { color: #ACBBCC; }

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

This text font color is #ACBBCC.

Background Color

.myBgColor { background-color: #ACBBCC; }

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

This div background color is #ACBBCC.

Border color

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

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

This div border color is #ACBBCC.

Opacity

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

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

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

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

This text has shadow with #ACBBCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBBCC.

Preview

Color preview on black background

This text has color #ACBBCC on black background.


Color preview on white background

This text has color #ACBBCC on white background.


Black color preview on #ACBBCC background

This text has black color on #ACBBCC background.


White color preview on #ACBBCC background

This text has white color on #ACBBCC background.


Related colors

Complementary color

Complementary color for #hex is #534433.


I love getcolorcode.com

Triadic colors

1 #CCACBB and #BBCCAC with #ACBBCC are triadic colors.

2 #CCBBAC and #BBACCC with #ACBBCC are triadic colors.