COLOR #ACD4D0

HEX: #ACD4D0 RGB: (172,212,208)

Color info

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

RGB color model

#ACD4D0 color RGB value is (172,212,208).

RGB: (172,212,208) (67%, 83%, 82%)

RGB channels and saturation

R 172 of 255 = 67%
G 212 of 255 = 83%
B 208 of 255 = 82%

172
212
208

R + G + B ~ 77%. #ACD4D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 212 + 208 = 592 (100%)
R 172 of 592 ~ 29.05%
G 212 of 592 ~ 35.81%
B 208 of 592 ~ 35.14'%

%29.05
%35.81
%35.14

CMYK color model

#ACD4D0 color CMYK value is (19,0,2,17).

  • cyan value is 18.87%
  • magenta value is 0.00%
  • yellow value is 1.89%
  • key color value is 16.86%

CMYK: (19,0,2,17)
C19M0Y2K17 (19%, 0%, 2%, 17%)
(0.19 / 0.00 / 0.02 / 0.17)

CMYK percentages

%18.87
%0
%1.89
%16.86

Codes

Color #ACD4D0 in popluar color models

AC D4 D0
RGB 172 212 208
HSL 174° 31.75% 75.29%
HSB/HSV 174° 18.87% 83.14%
CMYK 18.87% 0.00% 1.89%
16.86%

Color #ACD4D0 in popluar number systems.

HEX AC D4 D0
Decimal 172 212 208
Binary 10101100 11010100 11010000
Octal 254 324 320

Shades and tints

Shades of #ACD4D0

#ACD4D0
(172,212,208)
#9DC1BE
(157,193,190)
#8EAEAC
(142,174,172)
#7F9B9A
(127,155,154)
#708888
(112,136,136)
#617576
(97,117,118)
#526264
(82,98,100)
#434F52
(67,79,82)
#343C40
(52,60,64)
#25292E
(37,41,46)
#16161C
(22,22,28)
#000000
(0,0,0)

Tints of #ACD4D0

#ACD4D0
(172,212,208)
#B3D7D4
(179,215,212)
#BADAD8
(186,218,216)
#C1DDDC
(193,221,220)
#C8E0E0
(200,224,224)
#CFE3E4
(207,227,228)
#D6E6E8
(214,230,232)
#DDE9EC
(221,233,236)
#E4ECF0
(228,236,240)
#EBEFF4
(235,239,244)
#F2F2F8
(242,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD4D0; }

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

This text font color is #ACD4D0.

Background Color

.myBgColor { background-color: #ACD4D0; }

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

This div background color is #ACD4D0.

Border color

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

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

This div border color is #ACD4D0.

Opacity

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

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

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

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

This text has shadow with #ACD4D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACD4D0.

Preview

Color preview on black background

This text has color #ACD4D0 on black background.


Color preview on white background

This text has color #ACD4D0 on white background.


Black color preview on #ACD4D0 background

This text has black color on #ACD4D0 background.


White color preview on #ACD4D0 background

This text has white color on #ACD4D0 background.


Related colors

Complementary color

Complementary color for #hex is #532B2F.


I love getcolorcode.com

Triadic colors

1 #D0ACD4 and #D4D0AC with #ACD4D0 are triadic colors.

2 #D0D4AC and #D4ACD0 with #ACD4D0 are triadic colors.