COLOR #ACCCC4

HEX: #ACCCC4
RGB: (172,204,196)

Color info

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

RGB color model

#ACCCC4 color RGB value is (172,204,196).

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

RGB channels and saturation

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

172
204
196

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

Portions of RGB colors in percentages

R + G + B =
172 + 204 + 196 = 572 (100%)
R 172 of 572 ~ 30.07%
G 204 of 572 ~ 35.66%
B 196 of 572 ~ 34.27%

%30.07
%35.66
%34.27

CMYK color model

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

  • cyan value is 15.69%
  • magenta value is 0.00%
  • yellow value is 3.92%
  • key color value is 20.00%
CMYK:
(16,0,4,20)
C16M0Y4K20 
(16%,0%,4%,20%)
(0.16/0.00/0.04/0.20)	

CMYK percentages

%15.69
%0
%3.92
%20

Codes

Color #ACCCC4 in popluar color models

ACCCC4
RGB172204196
HSL165°23.88%73.73%
HSB/HSV165°15.69%80.00%
CMYK15.69%0.00%3.92%
20.00%

Color #ACCCC4 in popluar number systems.

HEXACCCC4
Decimal172204196
Binary101011001100110011000100
Octal254314304

Shades and tints

Shades of #ACCCC4

#ACCCC4
(172,204,196)
#9DBAB3
(157,186,179)
#8EA8A2
(142,168,162)
#7F9691
(127,150,145)
#708480
(112,132,128)
#61726F
(97,114,111)
#52605E
(82,96,94)
#434E4D
(67,78,77)
#343C3C
(52,60,60)
#252A2B
(37,42,43)
#16181A
(22,24,26)
#000000
(0,0,0)

Tints of #ACCCC4

#ACCCC4
(172,204,196)
#B3D0C9
(179,208,201)
#BAD4CE
(186,212,206)
#C1D8D3
(193,216,211)
#C8DCD8
(200,220,216)
#CFE0DD
(207,224,221)
#D6E4E2
(214,228,226)
#DDE8E7
(221,232,231)
#E4ECEC
(228,236,236)
#EBF0F1
(235,240,241)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCCC4; }

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

This text font color is #ACCCC4.


Background Color

.myBgColor { background-color: #ACCCC4; }

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

This div background color is #ACCCC4.


Border color

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

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

This div border color is #ACCCC4.


Opacity

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

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

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

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

This text has shadow with #ACCCC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCCC4 on black background.


Color preview on white background

This text has color #ACCCC4 on white background.



Black color preview on #ACCCC4 background

This text has black color on #ACCCC4 background.


White color preview on #ACCCC4 background

This text has white color on #ACCCC4 background.