COLOR #ACDEB8

HEX: #ACDEB8 RGB: (172,222,184)

Color info

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

RGB color model

#ACDEB8 color RGB value is (172,222,184).

RGB: (172,222,184) (67%, 87%, 72%)

RGB channels and saturation

R 172 of 255 = 67%
G 222 of 255 = 87%
B 184 of 255 = 72%

172
222
184

R + G + B ~ 75%. #ACDEB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 222 + 184 = 578 (100%)
R 172 of 578 ~ 29.76%
G 222 of 578 ~ 38.41%
B 184 of 578 ~ 31.83'%

%29.76
%38.41
%31.83

CMYK color model

#ACDEB8 color CMYK value is (23,0,17,13).

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

CMYK: (23,0,17,13)
C23M0Y17K13 (23%, 0%, 17%, 13%)
(0.23 / 0.00 / 0.17 / 0.13)

CMYK percentages

%22.52
%0
%17.12
%12.94

Codes

Color #ACDEB8 in popluar color models

AC DE B8
RGB 172 222 184
HSL 134° 43.10% 77.25%
HSB/HSV 134° 22.52% 87.06%
CMYK 22.52% 0.00% 17.12%
12.94%

Color #ACDEB8 in popluar number systems.

HEX AC DE B8
Decimal 172 222 184
Binary 10101100 11011110 10111000
Octal 254 336 270

Shades and tints

Shades of #ACDEB8

#ACDEB8
(172,222,184)
#9DCAA8
(157,202,168)
#8EB698
(142,182,152)
#7FA288
(127,162,136)
#708E78
(112,142,120)
#617A68
(97,122,104)
#526658
(82,102,88)
#435248
(67,82,72)
#343E38
(52,62,56)
#252A28
(37,42,40)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #ACDEB8

#ACDEB8
(172,222,184)
#B3E1BE
(179,225,190)
#BAE4C4
(186,228,196)
#C1E7CA
(193,231,202)
#C8EAD0
(200,234,208)
#CFEDD6
(207,237,214)
#D6F0DC
(214,240,220)
#DDF3E2
(221,243,226)
#E4F6E8
(228,246,232)
#EBF9EE
(235,249,238)
#F2FCF4
(242,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACDEB8; }

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

This text font color is #ACDEB8.

Background Color

.myBgColor { background-color: #ACDEB8; }

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

This div background color is #ACDEB8.

Border color

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

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

This div border color is #ACDEB8.

Opacity

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

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

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

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

This text has shadow with #ACDEB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACDEB8.

Preview

Color preview on black background

This text has color #ACDEB8 on black background.


Color preview on white background

This text has color #ACDEB8 on white background.


Black color preview on #ACDEB8 background

This text has black color on #ACDEB8 background.


White color preview on #ACDEB8 background

This text has white color on #ACDEB8 background.


Related colors

Complementary color

Complementary color for #hex is #532147.


I love getcolorcode.com

Triadic colors

1 #B8ACDE and #DEB8AC with #ACDEB8 are triadic colors.

2 #B8DEAC and #DEACB8 with #ACDEB8 are triadic colors.