COLOR #ACD7DA

HEX: #ACD7DA
RGB: (172,215,218)

Color info

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

RGB color model

#ACD7DA color RGB value is (172,215,218).

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

RGB channels and saturation

R 172 of 255 = 67%
G 215 of 255 = 84%
B 218 of 255 = 85%

172
215
218

R + G + B ~ 79%. #ACD7DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 215 + 218 = 605 (100%)
R 172 of 605 ~ 28.43%
G 215 of 605 ~ 35.54%
B 218 of 605 ~ 36.03%

%28.43
%35.54
%36.03

CMYK color model

#ACD7DA color CMYK value is (21,1,0,15).

  • cyan value is 21.10%
  • magenta value is 1.38%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(21,1,0,15)
C21M1Y0K15 
(21%,1%,0%,15%)
(0.21/0.01/0.00/0.15)	

CMYK percentages

%21.1
%1.38
%0
%14.51

Codes

Color #ACD7DA in popluar color models

ACD7DA
RGB172215218
HSL184°38.33%76.47%
HSB/HSV184°21.10%85.49%
CMYK21.10%1.38%0.00%
14.51%

Color #ACD7DA in popluar number systems.

HEXACD7DA
Decimal172215218
Binary101011001101011111011010
Octal254327332

Shades and tints

Shades of #ACD7DA

#ACD7DA
(172,215,218)
#9DC4C7
(157,196,199)
#8EB1B4
(142,177,180)
#7F9EA1
(127,158,161)
#708B8E
(112,139,142)
#61787B
(97,120,123)
#526568
(82,101,104)
#435255
(67,82,85)
#343F42
(52,63,66)
#252C2F
(37,44,47)
#16191C
(22,25,28)
#000000
(0,0,0)

Tints of #ACD7DA

#ACD7DA
(172,215,218)
#B3DADD
(179,218,221)
#BADDE0
(186,221,224)
#C1E0E3
(193,224,227)
#C8E3E6
(200,227,230)
#CFE6E9
(207,230,233)
#D6E9EC
(214,233,236)
#DDECEF
(221,236,239)
#E4EFF2
(228,239,242)
#EBF2F5
(235,242,245)
#F2F5F8
(242,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD7DA; }

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

This text font color is #ACD7DA.


Background Color

.myBgColor { background-color: #ACD7DA; }

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

This div background color is #ACD7DA.


Border color

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

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

This div border color is #ACD7DA.


Opacity

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

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

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

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

This text has shadow with #ACD7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD7DA on black background.


Color preview on white background

This text has color #ACD7DA on white background.



Black color preview on #ACD7DA background

This text has black color on #ACD7DA background.


White color preview on #ACD7DA background

This text has white color on #ACD7DA background.