COLOR #ACCABB

HEX: #ACCABB RGB: (172,202,187)

Color info

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

RGB color model

#ACCABB color RGB value is (172,202,187).

RGB: (172,202,187) (67%, 79%, 73%)

RGB channels and saturation

R 172 of 255 = 67%
G 202 of 255 = 79%
B 187 of 255 = 73%

172
202
187

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

Portions of RGB colors in percentages

R + G + B = 172 + 202 + 187 = 561 (100%)
R 172 of 561 ~ 30.66%
G 202 of 561 ~ 36.01%
B 187 of 561 ~ 33.33'%

%30.66
%36.01
%33.33

CMYK color model

#ACCABB color CMYK value is (15,0,7,21).

  • cyan value is 14.85%
  • magenta value is 0.00%
  • yellow value is 7.43%
  • key color value is 20.78%

CMYK: (15,0,7,21)
C15M0Y7K21 (15%, 0%, 7%, 21%)
(0.15 / 0.00 / 0.07 / 0.21)

CMYK percentages

%14.85
%0
%7.43
%20.78

Codes

Color #ACCABB in popluar color models

AC CA BB
RGB 172 202 187
HSL 150° 22.06% 73.33%
HSB/HSV 150° 14.85% 79.22%
CMYK 14.85% 0.00% 7.43%
20.78%

Color #ACCABB in popluar number systems.

HEX AC CA BB
Decimal 172 202 187
Binary 10101100 11001010 10111011
Octal 254 312 273

Shades and tints

Shades of #ACCABB

#ACCABB
(172,202,187)
#9DB8AA
(157,184,170)
#8EA699
(142,166,153)
#7F9488
(127,148,136)
#708277
(112,130,119)
#617066
(97,112,102)
#525E55
(82,94,85)
#434C44
(67,76,68)
#343A33
(52,58,51)
#252822
(37,40,34)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #ACCABB

#ACCABB
(172,202,187)
#B3CEC1
(179,206,193)
#BAD2C7
(186,210,199)
#C1D6CD
(193,214,205)
#C8DAD3
(200,218,211)
#CFDED9
(207,222,217)
#D6E2DF
(214,226,223)
#DDE6E5
(221,230,229)
#E4EAEB
(228,234,235)
#EBEEF1
(235,238,241)
#F2F2F7
(242,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCABB; }

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

This text font color is #ACCABB.

Background Color

.myBgColor { background-color: #ACCABB; }

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

This div background color is #ACCABB.

Border color

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

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

This div border color is #ACCABB.

Opacity

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

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

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

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

This text has shadow with #ACCABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACCABB.

Preview

Color preview on black background

This text has color #ACCABB on black background.


Color preview on white background

This text has color #ACCABB on white background.


Black color preview on #ACCABB background

This text has black color on #ACCABB background.


White color preview on #ACCABB background

This text has white color on #ACCABB background.


Related colors

Complementary color

Complementary color for #hex is #533544.


I love getcolorcode.com

Triadic colors

1 #BBACCA and #CABBAC with #ACCABB are triadic colors.

2 #BBCAAC and #CAACBB with #ACCABB are triadic colors.