COLOR #ACCBC4

HEX: #ACCBC4
RGB: (172,203,196)

Color info

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

RGB color model

#ACCBC4 color RGB value is (172,203,196).

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

RGB channels and saturation

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

172
203
196

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

Portions of RGB colors in percentages

R + G + B =
172 + 203 + 196 = 571 (100%)
R 172 of 571 ~ 30.12%
G 203 of 571 ~ 35.55%
B 196 of 571 ~ 34.33%

%30.12
%35.55
%34.33

CMYK color model

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

  • cyan value is 15.27%
  • magenta value is 0.00%
  • yellow value is 3.45%
  • 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
%3.45
%20.39

Codes

Color #ACCBC4 in popluar color models

ACCBC4
RGB172203196
HSL166°22.96%73.53%
HSB/HSV166°15.27%79.61%
CMYK15.27%0.00%3.45%
20.39%

Color #ACCBC4 in popluar number systems.

HEXACCBC4
Decimal172203196
Binary101011001100101111000100
Octal254313304

Shades and tints

Shades of #ACCBC4

#ACCBC4
(172,203,196)
#9DB9B3
(157,185,179)
#8EA7A2
(142,167,162)
#7F9591
(127,149,145)
#708380
(112,131,128)
#61716F
(97,113,111)
#525F5E
(82,95,94)
#434D4D
(67,77,77)
#343B3C
(52,59,60)
#25292B
(37,41,43)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #ACCBC4

#ACCBC4
(172,203,196)
#B3CFC9
(179,207,201)
#BAD3CE
(186,211,206)
#C1D7D3
(193,215,211)
#C8DBD8
(200,219,216)
#CFDFDD
(207,223,221)
#D6E3E2
(214,227,226)
#DDE7E7
(221,231,231)
#E4EBEC
(228,235,236)
#EBEFF1
(235,239,241)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCBC4; }

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

This text font color is #ACCBC4.


Background Color

.myBgColor { background-color: #ACCBC4; }

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

This div background color is #ACCBC4.


Border color

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

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

This div border color is #ACCBC4.


Opacity

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

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

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

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

This text has shadow with #ACCBC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCBC4 on black background.


Color preview on white background

This text has color #ACCBC4 on white background.



Black color preview on #ACCBC4 background

This text has black color on #ACCBC4 background.


White color preview on #ACCBC4 background

This text has white color on #ACCBC4 background.