COLOR #ACCCBB

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

Color info

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

RGB color model

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

  • red value is 172;
  • green value is 204;
  • blue value is 187.
RGB:
(172,204,187)
(67%,80%,73%)

RGB channels and saturation

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

172
204
187

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

Portions of RGB colors in percentages

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

%30.55
%36.23
%33.21

CMYK color model

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

  • cyan value is 15.69%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 20.00%
CMYK:
(16,0,8,20)
C16M0Y8K20 
(16%,0%,8%,20%)
(0.16/0.00/0.08/0.20)	

CMYK percentages

%15.69
%0
%8.33
%20

Codes

Color #ACCCBB in popluar color models

ACCCBB
RGB172204187
HSL148°23.88%73.73%
HSB/HSV148°15.69%80.00%
CMYK15.69%0.00%8.33%
20.00%

Color #ACCCBB in popluar number systems.

HEXACCCBB
Decimal172204187
Binary101011001100110010111011
Octal254314273

Shades and tints

Shades of #ACCCBB

#ACCCBB
(172,204,187)
#9DBAAA
(157,186,170)
#8EA899
(142,168,153)
#7F9688
(127,150,136)
#708477
(112,132,119)
#617266
(97,114,102)
#526055
(82,96,85)
#434E44
(67,78,68)
#343C33
(52,60,51)
#252A22
(37,42,34)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #ACCCBB

#ACCCBB
(172,204,187)
#B3D0C1
(179,208,193)
#BAD4C7
(186,212,199)
#C1D8CD
(193,216,205)
#C8DCD3
(200,220,211)
#CFE0D9
(207,224,217)
#D6E4DF
(214,228,223)
#DDE8E5
(221,232,229)
#E4ECEB
(228,236,235)
#EBF0F1
(235,240,241)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCCBB; }

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

This text font color is #ACCCBB.


Background Color

.myBgColor { background-color: #ACCCBB; }

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

This div background color is #ACCCBB.


Border color

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

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

This div border color is #ACCCBB.


Opacity

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

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

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

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

This text has shadow with #ACCCBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCCBB on black background.


Color preview on white background

This text has color #ACCCBB on white background.



Black color preview on #ACCCBB background

This text has black color on #ACCCBB background.


White color preview on #ACCCBB background

This text has white color on #ACCCBB background.