COLOR #ACC2CD

HEX: #ACC2CD
RGB: (172,194,205)

Color info

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

RGB color model

#ACC2CD color RGB value is (172,194,205).

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

RGB channels and saturation

R 172 of 255 = 67%
G 194 of 255 = 76%
B 205 of 255 = 80%

172
194
205

R + G + B ~ 74%. #ACC2CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 194 + 205 = 571 (100%)
R 172 of 571 ~ 30.12%
G 194 of 571 ~ 33.98%
B 205 of 571 ~ 35.9%

%30.12
%33.98
%35.9

CMYK color model

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

  • cyan value is 16.10%
  • magenta value is 5.37%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(16,5,0,20)
C16M5Y0K20 
(16%,5%,0%,20%)
(0.16/0.05/0.00/0.20)	

CMYK percentages

%16.1
%5.37
%0
%19.61

Codes

Color #ACC2CD in popluar color models

ACC2CD
RGB172194205
HSL200°24.81%73.92%
HSB/HSV200°16.10%80.39%
CMYK16.10%5.37%0.00%
19.61%

Color #ACC2CD in popluar number systems.

HEXACC2CD
Decimal172194205
Binary101011001100001011001101
Octal254302315

Shades and tints

Shades of #ACC2CD

#ACC2CD
(172,194,205)
#9DB1BB
(157,177,187)
#8EA0A9
(142,160,169)
#7F8F97
(127,143,151)
#707E85
(112,126,133)
#616D73
(97,109,115)
#525C61
(82,92,97)
#434B4F
(67,75,79)
#343A3D
(52,58,61)
#25292B
(37,41,43)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #ACC2CD

#ACC2CD
(172,194,205)
#B3C7D1
(179,199,209)
#BACCD5
(186,204,213)
#C1D1D9
(193,209,217)
#C8D6DD
(200,214,221)
#CFDBE1
(207,219,225)
#D6E0E5
(214,224,229)
#DDE5E9
(221,229,233)
#E4EAED
(228,234,237)
#EBEFF1
(235,239,241)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC2CD; }

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

This text font color is #ACC2CD.


Background Color

.myBgColor { background-color: #ACC2CD; }

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

This div background color is #ACC2CD.


Border color

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

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

This div border color is #ACC2CD.


Opacity

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

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

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

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

This text has shadow with #ACC2CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC2CD on black background.


Color preview on white background

This text has color #ACC2CD on white background.



Black color preview on #ACC2CD background

This text has black color on #ACC2CD background.


White color preview on #ACC2CD background

This text has white color on #ACC2CD background.