COLOR #ACCCCB

HEX: #ACCCCB
RGB: (172,204,203)

Color info

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

RGB color model

#ACCCCB color RGB value is (172,204,203).

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

RGB channels and saturation

R 172 of 255 = 67%
G 204 of 255 = 80%
B 203 of 255 = 80%

172
204
203

R + G + B ~ 76%. #ACCCCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 204 + 203 = 579 (100%)
R 172 of 579 ~ 29.71%
G 204 of 579 ~ 35.23%
B 203 of 579 ~ 35.06%

%29.71
%35.23
%35.06

CMYK color model

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

  • cyan value is 15.69%
  • magenta value is 0.00%
  • yellow value is 0.49%
  • key color value is 20.00%
CMYK:
(16,0,0,20)
C16M0Y0K20 
(16%,0%,0%,20%)
(0.16/0.00/0.00/0.20)	

CMYK percentages

%15.69
%0
%0.49
%20

Codes

Color #ACCCCB in popluar color models

ACCCCB
RGB172204203
HSL178°23.88%73.73%
HSB/HSV178°15.69%80.00%
CMYK15.69%0.00%0.49%
20.00%

Color #ACCCCB in popluar number systems.

HEXACCCCB
Decimal172204203
Binary101011001100110011001011
Octal254314313

Shades and tints

Shades of #ACCCCB

#ACCCCB
(172,204,203)
#9DBAB9
(157,186,185)
#8EA8A7
(142,168,167)
#7F9695
(127,150,149)
#708483
(112,132,131)
#617271
(97,114,113)
#52605F
(82,96,95)
#434E4D
(67,78,77)
#343C3B
(52,60,59)
#252A29
(37,42,41)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #ACCCCB

#ACCCCB
(172,204,203)
#B3D0CF
(179,208,207)
#BAD4D3
(186,212,211)
#C1D8D7
(193,216,215)
#C8DCDB
(200,220,219)
#CFE0DF
(207,224,223)
#D6E4E3
(214,228,227)
#DDE8E7
(221,232,231)
#E4ECEB
(228,236,235)
#EBF0EF
(235,240,239)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCCCB; }

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

This text font color is #ACCCCB.


Background Color

.myBgColor { background-color: #ACCCCB; }

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

This div background color is #ACCCCB.


Border color

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

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

This div border color is #ACCCCB.


Opacity

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

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

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

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

This text has shadow with #ACCCCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCCCB on black background.


Color preview on white background

This text has color #ACCCCB on white background.



Black color preview on #ACCCCB background

This text has black color on #ACCCCB background.


White color preview on #ACCCCB background

This text has white color on #ACCCCB background.