COLOR #ACD2D9

HEX: #ACD2D9
RGB: (172,210,217)

Color info

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

RGB color model

#ACD2D9 color RGB value is (172,210,217).

  • red value is 172;
  • green value is 210;
  • blue value is 217.
RGB:
(172,210,217)
(67%,82%,85%)

RGB channels and saturation

R 172 of 255 = 67%
G 210 of 255 = 82%
B 217 of 255 = 85%

172
210
217

R + G + B ~ 78%. #ACD2D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 210 + 217 = 599 (100%)
R 172 of 599 ~ 28.71%
G 210 of 599 ~ 35.06%
B 217 of 599 ~ 36.23%

%28.71
%35.06
%36.23

CMYK color model

#ACD2D9 color CMYK value is (21,3,0,15).

  • cyan value is 20.74%
  • magenta value is 3.23%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(21,3,0,15)
C21M3Y0K15 
(21%,3%,0%,15%)
(0.21/0.03/0.00/0.15)	

CMYK percentages

%20.74
%3.23
%0
%14.9

Codes

Color #ACD2D9 in popluar color models

ACD2D9
RGB172210217
HSL189°37.19%76.27%
HSB/HSV189°20.74%85.10%
CMYK20.74%3.23%0.00%
14.90%

Color #ACD2D9 in popluar number systems.

HEXACD2D9
Decimal172210217
Binary101011001101001011011001
Octal254322331

Shades and tints

Shades of #ACD2D9

#ACD2D9
(172,210,217)
#9DBFC6
(157,191,198)
#8EACB3
(142,172,179)
#7F99A0
(127,153,160)
#70868D
(112,134,141)
#61737A
(97,115,122)
#526067
(82,96,103)
#434D54
(67,77,84)
#343A41
(52,58,65)
#25272E
(37,39,46)
#16141B
(22,20,27)
#000000
(0,0,0)

Tints of #ACD2D9

#ACD2D9
(172,210,217)
#B3D6DC
(179,214,220)
#BADADF
(186,218,223)
#C1DEE2
(193,222,226)
#C8E2E5
(200,226,229)
#CFE6E8
(207,230,232)
#D6EAEB
(214,234,235)
#DDEEEE
(221,238,238)
#E4F2F1
(228,242,241)
#EBF6F4
(235,246,244)
#F2FAF7
(242,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD2D9 color. Also use rgb(172,210,217) instead hex code.

Text Font Color

.myTextColor { color: #ACD2D9; }

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

This text font color is #ACD2D9.


Background Color

.myBgColor { background-color: #ACD2D9; }

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

This div background color is #ACD2D9.


Border color

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

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

This div border color is #ACD2D9.


Opacity

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

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

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

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

This text has shadow with #ACD2D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD2D9 on black background.


Color preview on white background

This text has color #ACD2D9 on white background.



Black color preview on #ACD2D9 background

This text has black color on #ACD2D9 background.


White color preview on #ACD2D9 background

This text has white color on #ACD2D9 background.