COLOR #ACDEAE

HEX: #ACDEAE RGB: (172,222,174)

Color info

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

RGB color model

#ACDEAE color RGB value is (172,222,174).

RGB: (172,222,174) (67%, 87%, 68%)

RGB channels and saturation

R 172 of 255 = 67%
G 222 of 255 = 87%
B 174 of 255 = 68%

172
222
174

R + G + B ~ 74%. #ACDEAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 222 + 174 = 568 (100%)
R 172 of 568 ~ 30.28%
G 222 of 568 ~ 39.08%
B 174 of 568 ~ 30.63'%

%30.28
%39.08
%30.63

CMYK color model

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

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

CMYK: (23,0,22,13)
C23M0Y22K13 (23%, 0%, 22%, 13%)
(0.23 / 0.00 / 0.22 / 0.13)

CMYK percentages

%22.52
%0
%21.62
%12.94

Codes

Color #ACDEAE in popluar color models

AC DE AE
RGB 172 222 174
HSL 122° 43.10% 77.25%
HSB/HSV 122° 22.52% 87.06%
CMYK 22.52% 0.00% 21.62%
12.94%

Color #ACDEAE in popluar number systems.

HEX AC DE AE
Decimal 172 222 174
Binary 10101100 11011110 10101110
Octal 254 336 256

Shades and tints

Shades of #ACDEAE

#ACDEAE
(172,222,174)
#9DCA9F
(157,202,159)
#8EB690
(142,182,144)
#7FA281
(127,162,129)
#708E72
(112,142,114)
#617A63
(97,122,99)
#526654
(82,102,84)
#435245
(67,82,69)
#343E36
(52,62,54)
#252A27
(37,42,39)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #ACDEAE

#ACDEAE
(172,222,174)
#B3E1B5
(179,225,181)
#BAE4BC
(186,228,188)
#C1E7C3
(193,231,195)
#C8EACA
(200,234,202)
#CFEDD1
(207,237,209)
#D6F0D8
(214,240,216)
#DDF3DF
(221,243,223)
#E4F6E6
(228,246,230)
#EBF9ED
(235,249,237)
#F2FCF4
(242,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACDEAE; }

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

This text font color is #ACDEAE.

Background Color

.myBgColor { background-color: #ACDEAE; }

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

This div background color is #ACDEAE.

Border color

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

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

This div border color is #ACDEAE.

Opacity

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

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

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

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

This text has shadow with #ACDEAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACDEAE.

Preview

Color preview on black background

This text has color #ACDEAE on black background.


Color preview on white background

This text has color #ACDEAE on white background.


Black color preview on #ACDEAE background

This text has black color on #ACDEAE background.


White color preview on #ACDEAE background

This text has white color on #ACDEAE background.


Related colors

Complementary color

Complementary color for #hex is #532151.


I love getcolorcode.com

Triadic colors

1 #AEACDE and #DEAEAC with #ACDEAE are triadic colors.

2 #AEDEAC and #DEACAE with #ACDEAE are triadic colors.