COLOR #ACD2D7

HEX: #ACD2D7
RGB: (172,210,215)

Color info

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

RGB color model

#ACD2D7 color RGB value is (172,210,215).

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

RGB channels and saturation

R 172 of 255 = 67%
G 210 of 255 = 82%
B 215 of 255 = 84%

172
210
215

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

Portions of RGB colors in percentages

R + G + B =
172 + 210 + 215 = 597 (100%)
R 172 of 597 ~ 28.81%
G 210 of 597 ~ 35.18%
B 215 of 597 ~ 36.01%

%28.81
%35.18
%36.01

CMYK color model

#ACD2D7 color CMYK value is (20,2,0,16).

  • cyan value is 20.00%
  • magenta value is 2.33%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(20,2,0,16)
C20M2Y0K16 
(20%,2%,0%,16%)
(0.20/0.02/0.00/0.16)	

CMYK percentages

%20
%2.33
%0
%15.69

Codes

Color #ACD2D7 in popluar color models

ACD2D7
RGB172210215
HSL187°34.96%75.88%
HSB/HSV187°20.00%84.31%
CMYK20.00%2.33%0.00%
15.69%

Color #ACD2D7 in popluar number systems.

HEXACD2D7
Decimal172210215
Binary101011001101001011010111
Octal254322327

Shades and tints

Shades of #ACD2D7

#ACD2D7
(172,210,215)
#9DBFC4
(157,191,196)
#8EACB1
(142,172,177)
#7F999E
(127,153,158)
#70868B
(112,134,139)
#617378
(97,115,120)
#526065
(82,96,101)
#434D52
(67,77,82)
#343A3F
(52,58,63)
#25272C
(37,39,44)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #ACD2D7

#ACD2D7
(172,210,215)
#B3D6DA
(179,214,218)
#BADADD
(186,218,221)
#C1DEE0
(193,222,224)
#C8E2E3
(200,226,227)
#CFE6E6
(207,230,230)
#D6EAE9
(214,234,233)
#DDEEEC
(221,238,236)
#E4F2EF
(228,242,239)
#EBF6F2
(235,246,242)
#F2FAF5
(242,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD2D7; }

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

This text font color is #ACD2D7.


Background Color

.myBgColor { background-color: #ACD2D7; }

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

This div background color is #ACD2D7.


Border color

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

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

This div border color is #ACD2D7.


Opacity

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

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

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

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

This text has shadow with #ACD2D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD2D7 on black background.


Color preview on white background

This text has color #ACD2D7 on white background.



Black color preview on #ACD2D7 background

This text has black color on #ACD2D7 background.


White color preview on #ACD2D7 background

This text has white color on #ACD2D7 background.