COLOR #ADE3AE

HEX: #ADE3AE RGB: (173,227,174)

Color info

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

RGB color model

#ADE3AE color RGB value is (173,227,174).

RGB: (173,227,174) (68%, 89%, 68%)

RGB channels and saturation

R 173 of 255 = 68%
G 227 of 255 = 89%
B 174 of 255 = 68%

173
227
174

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

Portions of RGB colors in percentages

R + G + B = 173 + 227 + 174 = 574 (100%)
R 173 of 574 ~ 30.14%
G 227 of 574 ~ 39.55%
B 174 of 574 ~ 30.31'%

%30.14
%39.55
%30.31

CMYK color model

#ADE3AE color CMYK value is (24,0,23,11).

  • cyan value is 23.79%
  • magenta value is 0.00%
  • yellow value is 23.35%
  • key color value is 10.98%

CMYK: (24,0,23,11)
C24M0Y23K11 (24%, 0%, 23%, 11%)
(0.24 / 0.00 / 0.23 / 0.11)

CMYK percentages

%23.79
%0
%23.35
%10.98

Codes

Color #ADE3AE in popluar color models

AD E3 AE
RGB 173 227 174
HSL 121° 49.09% 78.43%
HSB/HSV 121° 23.79% 89.02%
CMYK 23.79% 0.00% 23.35%
10.98%

Color #ADE3AE in popluar number systems.

HEX AD E3 AE
Decimal 173 227 174
Binary 10101101 11100011 10101110
Octal 255 343 256

Shades and tints

Shades of #ADE3AE

#ADE3AE
(173,227,174)
#9ECF9F
(158,207,159)
#8FBB90
(143,187,144)
#80A781
(128,167,129)
#719372
(113,147,114)
#627F63
(98,127,99)
#536B54
(83,107,84)
#445745
(68,87,69)
#354336
(53,67,54)
#262F27
(38,47,39)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #ADE3AE

#ADE3AE
(173,227,174)
#B4E5B5
(180,229,181)
#BBE7BC
(187,231,188)
#C2E9C3
(194,233,195)
#C9EBCA
(201,235,202)
#D0EDD1
(208,237,209)
#D7EFD8
(215,239,216)
#DEF1DF
(222,241,223)
#E5F3E6
(229,243,230)
#ECF5ED
(236,245,237)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE3AE color. Also use rgb(173,227,174) instead hex code.

Text Font Color

.myTextColor { color: #ADE3AE; }

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

This text font color is #ADE3AE.

Background Color

.myBgColor { background-color: #ADE3AE; }

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

This div background color is #ADE3AE.

Border color

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

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

This div border color is #ADE3AE.

Opacity

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

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

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

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

This text has shadow with #ADE3AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADE3AE.

Preview

Color preview on black background

This text has color #ADE3AE on black background.


Color preview on white background

This text has color #ADE3AE on white background.


Black color preview on #ADE3AE background

This text has black color on #ADE3AE background.


White color preview on #ADE3AE background

This text has white color on #ADE3AE background.


Related colors

Complementary color

Complementary color for #hex is #521C51.


I love getcolorcode.com

Triadic colors

1 #AEADE3 and #E3AEAD with #ADE3AE are triadic colors.

2 #AEE3AD and #E3ADAE with #ADE3AE are triadic colors.