COLOR #ACDDD6

HEX: #ACDDD6
RGB: (172,221,214)

Color info

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

RGB color model

#ACDDD6 color RGB value is (172,221,214).

  • red value is 172;
  • green value is 221;
  • blue value is 214.
RGB:
(172,221,214)
(67%,87%,84%)

RGB channels and saturation

R 172 of 255 = 67%
G 221 of 255 = 87%
B 214 of 255 = 84%

172
221
214

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

Portions of RGB colors in percentages

R + G + B =
172 + 221 + 214 = 607 (100%)
R 172 of 607 ~ 28.34%
G 221 of 607 ~ 36.41%
B 214 of 607 ~ 35.26%

%28.34
%36.41
%35.26

CMYK color model

#ACDDD6 color CMYK value is (22,0,3,13).

  • cyan value is 22.17%
  • magenta value is 0.00%
  • yellow value is 3.17%
  • key color value is 13.33%
CMYK:
(22,0,3,13)
C22M0Y3K13 
(22%,0%,3%,13%)
(0.22/0.00/0.03/0.13)	

CMYK percentages

%22.17
%0
%3.17
%13.33

Codes

Color #ACDDD6 in popluar color models

ACDDD6
RGB172221214
HSL171°41.88%77.06%
HSB/HSV171°22.17%86.67%
CMYK22.17%0.00%3.17%
13.33%

Color #ACDDD6 in popluar number systems.

HEXACDDD6
Decimal172221214
Binary101011001101110111010110
Octal254335326

Shades and tints

Shades of #ACDDD6

#ACDDD6
(172,221,214)
#9DC9C3
(157,201,195)
#8EB5B0
(142,181,176)
#7FA19D
(127,161,157)
#708D8A
(112,141,138)
#617977
(97,121,119)
#526564
(82,101,100)
#435151
(67,81,81)
#343D3E
(52,61,62)
#25292B
(37,41,43)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #ACDDD6

#ACDDD6
(172,221,214)
#B3E0D9
(179,224,217)
#BAE3DC
(186,227,220)
#C1E6DF
(193,230,223)
#C8E9E2
(200,233,226)
#CFECE5
(207,236,229)
#D6EFE8
(214,239,232)
#DDF2EB
(221,242,235)
#E4F5EE
(228,245,238)
#EBF8F1
(235,248,241)
#F2FBF4
(242,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACDDD6 color. Also use rgb(172,221,214) instead hex code.

Text Font Color

.myTextColor { color: #ACDDD6; }

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

This text font color is #ACDDD6.


Background Color

.myBgColor { background-color: #ACDDD6; }

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

This div background color is #ACDDD6.


Border color

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

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

This div border color is #ACDDD6.


Opacity

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

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

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

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

This text has shadow with #ACDDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACDDD6 on black background.


Color preview on white background

This text has color #ACDDD6 on white background.



Black color preview on #ACDDD6 background

This text has black color on #ACDDD6 background.


White color preview on #ACDDD6 background

This text has white color on #ACDDD6 background.