COLOR #ACDECB

HEX: #ACDECB RGB: (172,222,203)

Color info

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

RGB color model

#ACDECB color RGB value is (172,222,203).

RGB: (172,222,203) (67%, 87%, 80%)

RGB channels and saturation

R 172 of 255 = 67%
G 222 of 255 = 87%
B 203 of 255 = 80%

172
222
203

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

Portions of RGB colors in percentages

R + G + B = 172 + 222 + 203 = 597 (100%)
R 172 of 597 ~ 28.81%
G 222 of 597 ~ 37.19%
B 203 of 597 ~ 34'%

%28.81
%37.19
%34

CMYK color model

#ACDECB color CMYK value is (23,0,9,13).

  • cyan value is 22.52%
  • magenta value is 0.00%
  • yellow value is 8.56%
  • key color value is 12.94%

CMYK: (23,0,9,13)
C23M0Y9K13 (23%, 0%, 9%, 13%)
(0.23 / 0.00 / 0.09 / 0.13)

CMYK percentages

%22.52
%0
%8.56
%12.94

Codes

Color #ACDECB in popluar color models

AC DE CB
RGB 172 222 203
HSL 157° 43.10% 77.25%
HSB/HSV 157° 22.52% 87.06%
CMYK 22.52% 0.00% 8.56%
12.94%

Color #ACDECB in popluar number systems.

HEX AC DE CB
Decimal 172 222 203
Binary 10101100 11011110 11001011
Octal 254 336 313

Shades and tints

Shades of #ACDECB

#ACDECB
(172,222,203)
#9DCAB9
(157,202,185)
#8EB6A7
(142,182,167)
#7FA295
(127,162,149)
#708E83
(112,142,131)
#617A71
(97,122,113)
#52665F
(82,102,95)
#43524D
(67,82,77)
#343E3B
(52,62,59)
#252A29
(37,42,41)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #ACDECB

#ACDECB
(172,222,203)
#B3E1CF
(179,225,207)
#BAE4D3
(186,228,211)
#C1E7D7
(193,231,215)
#C8EADB
(200,234,219)
#CFEDDF
(207,237,223)
#D6F0E3
(214,240,227)
#DDF3E7
(221,243,231)
#E4F6EB
(228,246,235)
#EBF9EF
(235,249,239)
#F2FCF3
(242,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACDECB color. Also use rgb(172,222,203) instead hex code.

Text Font Color

.myTextColor { color: #ACDECB; }

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

This text font color is #ACDECB.

Background Color

.myBgColor { background-color: #ACDECB; }

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

This div background color is #ACDECB.

Border color

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

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

This div border color is #ACDECB.

Opacity

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

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

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

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

This text has shadow with #ACDECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACDECB.

Preview

Color preview on black background

This text has color #ACDECB on black background.


Color preview on white background

This text has color #ACDECB on white background.


Black color preview on #ACDECB background

This text has black color on #ACDECB background.


White color preview on #ACDECB background

This text has white color on #ACDECB background.


Related colors

Complementary color

Complementary color for #hex is #532134.


I love getcolorcode.com

Triadic colors

1 #CBACDE and #DECBAC with #ACDECB are triadic colors.

2 #CBDEAC and #DEACCB with #ACDECB are triadic colors.