COLOR #ACCBCC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

172
203
204

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

Portions of RGB colors in percentages

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

%29.71
%35.06
%35.23

CMYK color model

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

  • cyan value is 15.69%
  • magenta value is 0.49%
  • yellow value is 0.00%
  • 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.49
%0
%20

Codes

Color #ACCBCC in popluar color models

ACCBCC
RGB172203204
HSL182°23.88%73.73%
HSB/HSV182°15.69%80.00%
CMYK15.69%0.49%0.00%
20.00%

Color #ACCBCC in popluar number systems.

HEXACCBCC
Decimal172203204
Binary101011001100101111001100
Octal254313314

Shades and tints

Shades of #ACCBCC

#ACCBCC
(172,203,204)
#9DB9BA
(157,185,186)
#8EA7A8
(142,167,168)
#7F9596
(127,149,150)
#708384
(112,131,132)
#617172
(97,113,114)
#525F60
(82,95,96)
#434D4E
(67,77,78)
#343B3C
(52,59,60)
#25292A
(37,41,42)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #ACCBCC

#ACCBCC
(172,203,204)
#B3CFD0
(179,207,208)
#BAD3D4
(186,211,212)
#C1D7D8
(193,215,216)
#C8DBDC
(200,219,220)
#CFDFE0
(207,223,224)
#D6E3E4
(214,227,228)
#DDE7E8
(221,231,232)
#E4EBEC
(228,235,236)
#EBEFF0
(235,239,240)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCBCC; }

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

This text font color is #ACCBCC.


Background Color

.myBgColor { background-color: #ACCBCC; }

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

This div background color is #ACCBCC.


Border color

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

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

This div border color is #ACCBCC.


Opacity

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

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

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

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

This text has shadow with #ACCBCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCBCC on black background.


Color preview on white background

This text has color #ACCBCC on white background.



Black color preview on #ACCBCC background

This text has black color on #ACCBCC background.


White color preview on #ACCBCC background

This text has white color on #ACCBCC background.