COLOR #ACD4DF

HEX: #ACD4DF RGB: (172,212,223)

Color info

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

RGB color model

#ACD4DF color RGB value is (172,212,223).

RGB: (172,212,223) (67%, 83%, 87%)

RGB channels and saturation

R 172 of 255 = 67%
G 212 of 255 = 83%
B 223 of 255 = 87%

172
212
223

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

Portions of RGB colors in percentages

R + G + B = 172 + 212 + 223 = 607 (100%)
R 172 of 607 ~ 28.34%
G 212 of 607 ~ 34.93%
B 223 of 607 ~ 36.74'%

%28.34
%34.93
%36.74

CMYK color model

#ACD4DF color CMYK value is (23,5,0,13).

  • cyan value is 22.87%
  • magenta value is 4.93%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (23,5,0,13) C23M5Y0K13 (23%,5%,0%,13%) (0.23/0.05/0.00/0.13) 

CMYK percentages

%22.87
%4.93
%0
%12.55

Codes

Color #ACD4DF in popluar color models

AC D4 DF
RGB 172 212 223
HSL 193° 44.35% 77.45%
HSB/HSV 193° 22.87% 87.45%
CMYK 22.87% 4.93% 0.00%
12.55%

Color #ACD4DF in popluar number systems.

HEX AC D4 DF
Decimal 172 212 223
Binary 10101100 11010100 11011111
Octal 254 324 337

Shades and tints

Shades of #ACD4DF

#ACD4DF
(172,212,223)
#9DC1CB
(157,193,203)
#8EAEB7
(142,174,183)
#7F9BA3
(127,155,163)
#70888F
(112,136,143)
#61757B
(97,117,123)
#526267
(82,98,103)
#434F53
(67,79,83)
#343C3F
(52,60,63)
#25292B
(37,41,43)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #ACD4DF

#ACD4DF
(172,212,223)
#B3D7E1
(179,215,225)
#BADAE3
(186,218,227)
#C1DDE5
(193,221,229)
#C8E0E7
(200,224,231)
#CFE3E9
(207,227,233)
#D6E6EB
(214,230,235)
#DDE9ED
(221,233,237)
#E4ECEF
(228,236,239)
#EBEFF1
(235,239,241)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD4DF color. Also use rgb(172,212,223) instead hex code.

Text Font Color

.myTextColor { color: #ACD4DF; }

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

This text font color is #ACD4DF.

Background Color

.myBgColor { background-color: #ACD4DF; }

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

This div background color is #ACD4DF.

Border color

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

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

This div border color is #ACD4DF.

Opacity

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

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

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

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

This text has shadow with #ACD4DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACD4DF.

Preview

Color preview on black background

This text has color #ACD4DF on black background.


Color preview on white background

This text has color #ACD4DF on white background.


Black color preview on #ACD4DF background

This text has black color on #ACD4DF background.


White color preview on #ACD4DF background

This text has white color on #ACD4DF background.


Related colors

Complementary color

Complementary color for #hex is #532B20.


I love getcolorcode.com

Triadic colors

1 #DFACD4 and #D4DFAC with #ACD4DF are triadic colors.

2 #DFD4AC and #D4ACDF with #ACD4DF are triadic colors.