COLOR #ACDDDC

HEX: #ACDDDC RGB: (172,221,220)

Color info

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

RGB color model

#ACDDDC color RGB value is (172,221,220).

RGB: (172,221,220) (67%, 87%, 86%)

RGB channels and saturation

R 172 of 255 = 67%
G 221 of 255 = 87%
B 220 of 255 = 86%

172
221
220

R + G + B ~ 80%. #ACDDDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 221 + 220 = 613 (100%)
R 172 of 613 ~ 28.06%
G 221 of 613 ~ 36.05%
B 220 of 613 ~ 35.89'%

%28.06
%36.05
%35.89

CMYK color model

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

  • cyan value is 22.17%
  • magenta value is 0.00%
  • yellow value is 0.45%
  • key color value is 13.33%
CMYK: (22,0,0,13) C22M0Y0K13 (22%,0%,0%,13%) (0.22/0.00/0.00/0.13) 

CMYK percentages

%22.17
%0
%0.45
%13.33

Codes

Color #ACDDDC in popluar color models

AC DD DC
RGB 172 221 220
HSL 179° 41.88% 77.06%
HSB/HSV 179° 22.17% 86.67%
CMYK 22.17% 0.00% 0.45%
13.33%

Color #ACDDDC in popluar number systems.

HEX AC DD DC
Decimal 172 221 220
Binary 10101100 11011101 11011100
Octal 254 335 334

Shades and tints

Shades of #ACDDDC

#ACDDDC
(172,221,220)
#9DC9C8
(157,201,200)
#8EB5B4
(142,181,180)
#7FA1A0
(127,161,160)
#708D8C
(112,141,140)
#617978
(97,121,120)
#526564
(82,101,100)
#435150
(67,81,80)
#343D3C
(52,61,60)
#252928
(37,41,40)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #ACDDDC

#ACDDDC
(172,221,220)
#B3E0DF
(179,224,223)
#BAE3E2
(186,227,226)
#C1E6E5
(193,230,229)
#C8E9E8
(200,233,232)
#CFECEB
(207,236,235)
#D6EFEE
(214,239,238)
#DDF2F1
(221,242,241)
#E4F5F4
(228,245,244)
#EBF8F7
(235,248,247)
#F2FBFA
(242,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACDDDC; }

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

This text font color is #ACDDDC.

Background Color

.myBgColor { background-color: #ACDDDC; }

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

This div background color is #ACDDDC.

Border color

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

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

This div border color is #ACDDDC.

Opacity

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

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

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

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

This text has shadow with #ACDDDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACDDDC.

Preview

Color preview on black background

This text has color #ACDDDC on black background.


Color preview on white background

This text has color #ACDDDC on white background.


Black color preview on #ACDDDC background

This text has black color on #ACDDDC background.


White color preview on #ACDDDC background

This text has white color on #ACDDDC background.


Related colors

Complementary color

Complementary color for #hex is #532223.


I love getcolorcode.com

Triadic colors

1 #DCACDD and #DDDCAC with #ACDDDC are triadic colors.

2 #DCDDAC and #DDACDC with #ACDDDC are triadic colors.