COLOR #ACDEBB

HEX: #ACDEBB
RGB: (172,222,187)

Color info

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

RGB color model

#ACDEBB color RGB value is (172,222,187).

  • red value is 172;
  • green value is 222;
  • blue value is 187.
RGB:
(172,222,187)
(67%,87%,73%)

RGB channels and saturation

R 172 of 255 = 67%
G 222 of 255 = 87%
B 187 of 255 = 73%

172
222
187

R + G + B ~ 76%. #ACDEBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 222 + 187 = 581 (100%)
R 172 of 581 ~ 29.6%
G 222 of 581 ~ 38.21%
B 187 of 581 ~ 32.19%

%29.6
%38.21
%32.19

CMYK color model

#ACDEBB color CMYK value is (23,0,16,13).

  • cyan value is 22.52%
  • magenta value is 0.00%
  • yellow value is 15.77%
  • key color value is 12.94%
CMYK:
(23,0,16,13)
C23M0Y16K13 
(23%,0%,16%,13%)
(0.23/0.00/0.16/0.13)	

CMYK percentages

%22.52
%0
%15.77
%12.94

Codes

Color #ACDEBB in popluar color models

ACDEBB
RGB172222187
HSL138°43.10%77.25%
HSB/HSV138°22.52%87.06%
CMYK22.52%0.00%15.77%
12.94%

Color #ACDEBB in popluar number systems.

HEXACDEBB
Decimal172222187
Binary101011001101111010111011
Octal254336273

Shades and tints

Shades of #ACDEBB

#ACDEBB
(172,222,187)
#9DCAAA
(157,202,170)
#8EB699
(142,182,153)
#7FA288
(127,162,136)
#708E77
(112,142,119)
#617A66
(97,122,102)
#526655
(82,102,85)
#435244
(67,82,68)
#343E33
(52,62,51)
#252A22
(37,42,34)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #ACDEBB

#ACDEBB
(172,222,187)
#B3E1C1
(179,225,193)
#BAE4C7
(186,228,199)
#C1E7CD
(193,231,205)
#C8EAD3
(200,234,211)
#CFEDD9
(207,237,217)
#D6F0DF
(214,240,223)
#DDF3E5
(221,243,229)
#E4F6EB
(228,246,235)
#EBF9F1
(235,249,241)
#F2FCF7
(242,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACDEBB; }

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

This text font color is #ACDEBB.


Background Color

.myBgColor { background-color: #ACDEBB; }

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

This div background color is #ACDEBB.


Border color

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

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

This div border color is #ACDEBB.


Opacity

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

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

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

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

This text has shadow with #ACDEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACDEBB on black background.


Color preview on white background

This text has color #ACDEBB on white background.



Black color preview on #ACDEBB background

This text has black color on #ACDEBB background.


White color preview on #ACDEBB background

This text has white color on #ACDEBB background.