COLOR #ACC2BB

HEX: #ACC2BB RGB: (172,194,187)

Color info

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

RGB color model

#ACC2BB color RGB value is (172,194,187).

RGB: (172,194,187) (67%, 76%, 73%)

RGB channels and saturation

R 172 of 255 = 67%
G 194 of 255 = 76%
B 187 of 255 = 73%

172
194
187

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

Portions of RGB colors in percentages

R + G + B = 172 + 194 + 187 = 553 (100%)
R 172 of 553 ~ 31.1%
G 194 of 553 ~ 35.08%
B 187 of 553 ~ 33.82'%

%31.1
%35.08
%33.82

CMYK color model

#ACC2BB color CMYK value is (11,0,4,24).

  • cyan value is 11.34%
  • magenta value is 0.00%
  • yellow value is 3.61%
  • key color value is 23.92%

CMYK: (11,0,4,24)
C11M0Y4K24 (11%, 0%, 4%, 24%)
(0.11 / 0.00 / 0.04 / 0.24)

CMYK percentages

%11.34
%0
%3.61
%23.92

Codes

Color #ACC2BB in popluar color models

AC C2 BB
RGB 172 194 187
HSL 161° 15.28% 71.76%
HSB/HSV 161° 11.34% 76.08%
CMYK 11.34% 0.00% 3.61%
23.92%

Color #ACC2BB in popluar number systems.

HEX AC C2 BB
Decimal 172 194 187
Binary 10101100 11000010 10111011
Octal 254 302 273

Shades and tints

Shades of #ACC2BB

#ACC2BB
(172,194,187)
#9DB1AA
(157,177,170)
#8EA099
(142,160,153)
#7F8F88
(127,143,136)
#707E77
(112,126,119)
#616D66
(97,109,102)
#525C55
(82,92,85)
#434B44
(67,75,68)
#343A33
(52,58,51)
#252922
(37,41,34)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #ACC2BB

#ACC2BB
(172,194,187)
#B3C7C1
(179,199,193)
#BACCC7
(186,204,199)
#C1D1CD
(193,209,205)
#C8D6D3
(200,214,211)
#CFDBD9
(207,219,217)
#D6E0DF
(214,224,223)
#DDE5E5
(221,229,229)
#E4EAEB
(228,234,235)
#EBEFF1
(235,239,241)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC2BB; }

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

This text font color is #ACC2BB.

Background Color

.myBgColor { background-color: #ACC2BB; }

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

This div background color is #ACC2BB.

Border color

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

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

This div border color is #ACC2BB.

Opacity

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

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

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

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

This text has shadow with #ACC2BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC2BB.

Preview

Color preview on black background

This text has color #ACC2BB on black background.


Color preview on white background

This text has color #ACC2BB on white background.


Black color preview on #ACC2BB background

This text has black color on #ACC2BB background.


White color preview on #ACC2BB background

This text has white color on #ACC2BB background.


Related colors

Complementary color

Complementary color for #hex is #533D44.


I love getcolorcode.com

Triadic colors

1 #BBACC2 and #C2BBAC with #ACC2BB are triadic colors.

2 #BBC2AC and #C2ACBB with #ACC2BB are triadic colors.