COLOR #ACDEB3

HEX: #ACDEB3 RGB: (172,222,179)

Color info

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

RGB color model

#ACDEB3 color RGB value is (172,222,179).

RGB: (172,222,179) (67%, 87%, 70%)

RGB channels and saturation

R 172 of 255 = 67%
G 222 of 255 = 87%
B 179 of 255 = 70%

172
222
179

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

Portions of RGB colors in percentages

R + G + B = 172 + 222 + 179 = 573 (100%)
R 172 of 573 ~ 30.02%
G 222 of 573 ~ 38.74%
B 179 of 573 ~ 31.24'%

%30.02
%38.74
%31.24

CMYK color model

#ACDEB3 color CMYK value is (23,0,19,13).

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

CMYK: (23,0,19,13)
C23M0Y19K13 (23%, 0%, 19%, 13%)
(0.23 / 0.00 / 0.19 / 0.13)

CMYK percentages

%22.52
%0
%19.37
%12.94

Codes

Color #ACDEB3 in popluar color models

AC DE B3
RGB 172 222 179
HSL 128° 43.10% 77.25%
HSB/HSV 128° 22.52% 87.06%
CMYK 22.52% 0.00% 19.37%
12.94%

Color #ACDEB3 in popluar number systems.

HEX AC DE B3
Decimal 172 222 179
Binary 10101100 11011110 10110011
Octal 254 336 263

Shades and tints

Shades of #ACDEB3

#ACDEB3
(172,222,179)
#9DCAA3
(157,202,163)
#8EB693
(142,182,147)
#7FA283
(127,162,131)
#708E73
(112,142,115)
#617A63
(97,122,99)
#526653
(82,102,83)
#435243
(67,82,67)
#343E33
(52,62,51)
#252A23
(37,42,35)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #ACDEB3

#ACDEB3
(172,222,179)
#B3E1B9
(179,225,185)
#BAE4BF
(186,228,191)
#C1E7C5
(193,231,197)
#C8EACB
(200,234,203)
#CFEDD1
(207,237,209)
#D6F0D7
(214,240,215)
#DDF3DD
(221,243,221)
#E4F6E3
(228,246,227)
#EBF9E9
(235,249,233)
#F2FCEF
(242,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACDEB3; }

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

This text font color is #ACDEB3.

Background Color

.myBgColor { background-color: #ACDEB3; }

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

This div background color is #ACDEB3.

Border color

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

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

This div border color is #ACDEB3.

Opacity

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

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

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

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

This text has shadow with #ACDEB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACDEB3.

Preview

Color preview on black background

This text has color #ACDEB3 on black background.


Color preview on white background

This text has color #ACDEB3 on white background.


Black color preview on #ACDEB3 background

This text has black color on #ACDEB3 background.


White color preview on #ACDEB3 background

This text has white color on #ACDEB3 background.


Related colors

Complementary color

Complementary color for #hex is #53214C.


I love getcolorcode.com

Triadic colors

1 #B3ACDE and #DEB3AC with #ACDEB3 are triadic colors.

2 #B3DEAC and #DEACB3 with #ACDEB3 are triadic colors.