COLOR #ACC4BB

HEX: #ACC4BB RGB: (172,196,187)

Color info

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

RGB color model

#ACC4BB color RGB value is (172,196,187).

RGB: (172,196,187) (67%, 77%, 73%)

RGB channels and saturation

R 172 of 255 = 67%
G 196 of 255 = 77%
B 187 of 255 = 73%

172
196
187

R + G + B ~ 72%. #ACC4BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 196 + 187 = 555 (100%)
R 172 of 555 ~ 30.99%
G 196 of 555 ~ 35.32%
B 187 of 555 ~ 33.69'%

%30.99
%35.32
%33.69

CMYK color model

#ACC4BB color CMYK value is (12,0,5,23).

  • cyan value is 12.24%
  • magenta value is 0.00%
  • yellow value is 4.59%
  • key color value is 23.14%
CMYK: (12,0,5,23) C12M0Y5K23 (12%,0%,5%,23%) (0.12/0.00/0.05/0.23) 

CMYK percentages

%12.24
%0
%4.59
%23.14

Codes

Color #ACC4BB in popluar color models

AC C4 BB
RGB 172 196 187
HSL 158° 16.90% 72.16%
HSB/HSV 158° 12.24% 76.86%
CMYK 12.24% 0.00% 4.59%
23.14%

Color #ACC4BB in popluar number systems.

HEX AC C4 BB
Decimal 172 196 187
Binary 10101100 11000100 10111011
Octal 254 304 273

Shades and tints

Shades of #ACC4BB

#ACC4BB
(172,196,187)
#9DB3AA
(157,179,170)
#8EA299
(142,162,153)
#7F9188
(127,145,136)
#708077
(112,128,119)
#616F66
(97,111,102)
#525E55
(82,94,85)
#434D44
(67,77,68)
#343C33
(52,60,51)
#252B22
(37,43,34)
#161A11
(22,26,17)
#000000
(0,0,0)

Tints of #ACC4BB

#ACC4BB
(172,196,187)
#B3C9C1
(179,201,193)
#BACEC7
(186,206,199)
#C1D3CD
(193,211,205)
#C8D8D3
(200,216,211)
#CFDDD9
(207,221,217)
#D6E2DF
(214,226,223)
#DDE7E5
(221,231,229)
#E4ECEB
(228,236,235)
#EBF1F1
(235,241,241)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC4BB; }

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

This text font color is #ACC4BB.

Background Color

.myBgColor { background-color: #ACC4BB; }

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

This div background color is #ACC4BB.

Border color

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

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

This div border color is #ACC4BB.

Opacity

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

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

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

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

This text has shadow with #ACC4BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC4BB.

Preview

Color preview on black background

This text has color #ACC4BB on black background.


Color preview on white background

This text has color #ACC4BB on white background.


Black color preview on #ACC4BB background

This text has black color on #ACC4BB background.


White color preview on #ACC4BB background

This text has white color on #ACC4BB background.


Related colors

Complementary color

Complementary color for #hex is #533B44.


I love getcolorcode.com

Triadic colors

1 #BBACC4 and #C4BBAC with #ACC4BB are triadic colors.

2 #BBC4AC and #C4ACBB with #ACC4BB are triadic colors.