COLOR #ACCBC5

HEX: #ACCBC5
RGB: (172,203,197)

Color info

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

RGB color model

#ACCBC5 color RGB value is (172,203,197).

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

RGB channels and saturation

R 172 of 255 = 67%
G 203 of 255 = 80%
B 197 of 255 = 77%

172
203
197

R + G + B ~ 75%. #ACCBC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 203 + 197 = 572 (100%)
R 172 of 572 ~ 30.07%
G 203 of 572 ~ 35.49%
B 197 of 572 ~ 34.44%

%30.07
%35.49
%34.44

CMYK color model

#ACCBC5 color CMYK value is (15,0,3,20).

  • cyan value is 15.27%
  • magenta value is 0.00%
  • yellow value is 2.96%
  • key color value is 20.39%
CMYK:
(15,0,3,20)
C15M0Y3K20 
(15%,0%,3%,20%)
(0.15/0.00/0.03/0.20)	

CMYK percentages

%15.27
%0
%2.96
%20.39

Codes

Color #ACCBC5 in popluar color models

ACCBC5
RGB172203197
HSL168°22.96%73.53%
HSB/HSV168°15.27%79.61%
CMYK15.27%0.00%2.96%
20.39%

Color #ACCBC5 in popluar number systems.

HEXACCBC5
Decimal172203197
Binary101011001100101111000101
Octal254313305

Shades and tints

Shades of #ACCBC5

#ACCBC5
(172,203,197)
#9DB9B4
(157,185,180)
#8EA7A3
(142,167,163)
#7F9592
(127,149,146)
#708381
(112,131,129)
#617170
(97,113,112)
#525F5F
(82,95,95)
#434D4E
(67,77,78)
#343B3D
(52,59,61)
#25292C
(37,41,44)
#16171B
(22,23,27)
#000000
(0,0,0)

Tints of #ACCBC5

#ACCBC5
(172,203,197)
#B3CFCA
(179,207,202)
#BAD3CF
(186,211,207)
#C1D7D4
(193,215,212)
#C8DBD9
(200,219,217)
#CFDFDE
(207,223,222)
#D6E3E3
(214,227,227)
#DDE7E8
(221,231,232)
#E4EBED
(228,235,237)
#EBEFF2
(235,239,242)
#F2F3F7
(242,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCBC5; }

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

This text font color is #ACCBC5.


Background Color

.myBgColor { background-color: #ACCBC5; }

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

This div background color is #ACCBC5.


Border color

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

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

This div border color is #ACCBC5.


Opacity

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

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

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

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

This text has shadow with #ACCBC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCBC5 on black background.


Color preview on white background

This text has color #ACCBC5 on white background.



Black color preview on #ACCBC5 background

This text has black color on #ACCBC5 background.


White color preview on #ACCBC5 background

This text has white color on #ACCBC5 background.