COLOR #ACC4CD

HEX: #ACC4CD
RGB: (172,196,205)

Color info

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

RGB color model

#ACC4CD color RGB value is (172,196,205).

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

RGB channels and saturation

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

172
196
205

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

Portions of RGB colors in percentages

R + G + B =
172 + 196 + 205 = 573 (100%)
R 172 of 573 ~ 30.02%
G 196 of 573 ~ 34.21%
B 205 of 573 ~ 35.78%

%30.02
%34.21
%35.78

CMYK color model

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

  • cyan value is 16.10%
  • magenta value is 4.39%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(16,4,0,20)
C16M4Y0K20 
(16%,4%,0%,20%)
(0.16/0.04/0.00/0.20)	

CMYK percentages

%16.1
%4.39
%0
%19.61

Codes

Color #ACC4CD in popluar color models

ACC4CD
RGB172196205
HSL196°24.81%73.92%
HSB/HSV196°16.10%80.39%
CMYK16.10%4.39%0.00%
19.61%

Color #ACC4CD in popluar number systems.

HEXACC4CD
Decimal172196205
Binary101011001100010011001101
Octal254304315

Shades and tints

Shades of #ACC4CD

#ACC4CD
(172,196,205)
#9DB3BB
(157,179,187)
#8EA2A9
(142,162,169)
#7F9197
(127,145,151)
#708085
(112,128,133)
#616F73
(97,111,115)
#525E61
(82,94,97)
#434D4F
(67,77,79)
#343C3D
(52,60,61)
#252B2B
(37,43,43)
#161A19
(22,26,25)
#000000
(0,0,0)

Tints of #ACC4CD

#ACC4CD
(172,196,205)
#B3C9D1
(179,201,209)
#BACED5
(186,206,213)
#C1D3D9
(193,211,217)
#C8D8DD
(200,216,221)
#CFDDE1
(207,221,225)
#D6E2E5
(214,226,229)
#DDE7E9
(221,231,233)
#E4ECED
(228,236,237)
#EBF1F1
(235,241,241)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC4CD; }

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

This text font color is #ACC4CD.


Background Color

.myBgColor { background-color: #ACC4CD; }

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

This div background color is #ACC4CD.


Border color

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

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

This div border color is #ACC4CD.


Opacity

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

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

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

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

This text has shadow with #ACC4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC4CD on black background.


Color preview on white background

This text has color #ACC4CD on white background.



Black color preview on #ACC4CD background

This text has black color on #ACC4CD background.


White color preview on #ACC4CD background

This text has white color on #ACC4CD background.