COLOR #ACD6DC

HEX: #ACD6DC
RGB: (172,214,220)

Color info

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

RGB color model

#ACD6DC color RGB value is (172,214,220).

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

RGB channels and saturation

R 172 of 255 = 67%
G 214 of 255 = 84%
B 220 of 255 = 86%

172
214
220

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

Portions of RGB colors in percentages

R + G + B =
172 + 214 + 220 = 606 (100%)
R 172 of 606 ~ 28.38%
G 214 of 606 ~ 35.31%
B 220 of 606 ~ 36.3%

%28.38
%35.31
%36.3

CMYK color model

#ACD6DC color CMYK value is (22,3,0,14).

  • cyan value is 21.82%
  • magenta value is 2.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(22,3,0,14)
C22M3Y0K14 
(22%,3%,0%,14%)
(0.22/0.03/0.00/0.14)	

CMYK percentages

%21.82
%2.73
%0
%13.73

Codes

Color #ACD6DC in popluar color models

ACD6DC
RGB172214220
HSL188°40.68%76.86%
HSB/HSV188°21.82%86.27%
CMYK21.82%2.73%0.00%
13.73%

Color #ACD6DC in popluar number systems.

HEXACD6DC
Decimal172214220
Binary101011001101011011011100
Octal254326334

Shades and tints

Shades of #ACD6DC

#ACD6DC
(172,214,220)
#9DC3C8
(157,195,200)
#8EB0B4
(142,176,180)
#7F9DA0
(127,157,160)
#708A8C
(112,138,140)
#617778
(97,119,120)
#526464
(82,100,100)
#435150
(67,81,80)
#343E3C
(52,62,60)
#252B28
(37,43,40)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #ACD6DC

#ACD6DC
(172,214,220)
#B3D9DF
(179,217,223)
#BADCE2
(186,220,226)
#C1DFE5
(193,223,229)
#C8E2E8
(200,226,232)
#CFE5EB
(207,229,235)
#D6E8EE
(214,232,238)
#DDEBF1
(221,235,241)
#E4EEF4
(228,238,244)
#EBF1F7
(235,241,247)
#F2F4FA
(242,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD6DC; }

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

This text font color is #ACD6DC.


Background Color

.myBgColor { background-color: #ACD6DC; }

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

This div background color is #ACD6DC.


Border color

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

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

This div border color is #ACD6DC.


Opacity

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

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

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

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

This text has shadow with #ACD6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD6DC on black background.


Color preview on white background

This text has color #ACD6DC on white background.



Black color preview on #ACD6DC background

This text has black color on #ACD6DC background.


White color preview on #ACD6DC background

This text has white color on #ACD6DC background.