COLOR #ACDAD2

HEX: #ACDAD2 RGB: (172,218,210)

Color info

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

RGB color model

#ACDAD2 color RGB value is (172,218,210).

RGB: (172,218,210) (67%, 85%, 82%)

RGB channels and saturation

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

172
218
210

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

Portions of RGB colors in percentages

R + G + B = 172 + 218 + 210 = 600 (100%)
R 172 of 600 ~ 28.67%
G 218 of 600 ~ 36.33%
B 210 of 600 ~ 35'%

%28.67
%36.33
%35

CMYK color model

#ACDAD2 color CMYK value is (21,0,4,15).

  • cyan value is 21.10%
  • magenta value is 0.00%
  • yellow value is 3.67%
  • key color value is 14.51%

CMYK: (21,0,4,15)
C21M0Y4K15 (21%, 0%, 4%, 15%)
(0.21 / 0.00 / 0.04 / 0.15)

CMYK percentages

%21.1
%0
%3.67
%14.51

Codes

Color #ACDAD2 in popluar color models

AC DA D2
RGB 172 218 210
HSL 170° 38.33% 76.47%
HSB/HSV 170° 21.10% 85.49%
CMYK 21.10% 0.00% 3.67%
14.51%

Color #ACDAD2 in popluar number systems.

HEX AC DA D2
Decimal 172 218 210
Binary 10101100 11011010 11010010
Octal 254 332 322

Shades and tints

Shades of #ACDAD2

#ACDAD2
(172,218,210)
#9DC7BF
(157,199,191)
#8EB4AC
(142,180,172)
#7FA199
(127,161,153)
#708E86
(112,142,134)
#617B73
(97,123,115)
#526860
(82,104,96)
#43554D
(67,85,77)
#34423A
(52,66,58)
#252F27
(37,47,39)
#161C14
(22,28,20)
#000000
(0,0,0)

Tints of #ACDAD2

#ACDAD2
(172,218,210)
#B3DDD6
(179,221,214)
#BAE0DA
(186,224,218)
#C1E3DE
(193,227,222)
#C8E6E2
(200,230,226)
#CFE9E6
(207,233,230)
#D6ECEA
(214,236,234)
#DDEFEE
(221,239,238)
#E4F2F2
(228,242,242)
#EBF5F6
(235,245,246)
#F2F8FA
(242,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACDAD2; }

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

This text font color is #ACDAD2.

Background Color

.myBgColor { background-color: #ACDAD2; }

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

This div background color is #ACDAD2.

Border color

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

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

This div border color is #ACDAD2.

Opacity

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

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

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

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

This text has shadow with #ACDAD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACDAD2.

Preview

Color preview on black background

This text has color #ACDAD2 on black background.


Color preview on white background

This text has color #ACDAD2 on white background.


Black color preview on #ACDAD2 background

This text has black color on #ACDAD2 background.


White color preview on #ACDAD2 background

This text has white color on #ACDAD2 background.


Related colors

Complementary color

Complementary color for #hex is #53252D.


I love getcolorcode.com

Triadic colors

1 #D2ACDA and #DAD2AC with #ACDAD2 are triadic colors.

2 #D2DAAC and #DAACD2 with #ACDAD2 are triadic colors.