COLOR #ADEDA7

HEX: #ADEDA7 RGB: (173,237,167)

Color info

#ADEDA7 contains mainly green color. Web safe color of #ADEDA7 is #99FF99 (or #9F9).

RGB color model

#ADEDA7 color RGB value is (173,237,167).

RGB: (173,237,167) (68%, 93%, 65%)

RGB channels and saturation

R 173 of 255 = 68%
G 237 of 255 = 93%
B 167 of 255 = 65%

173
237
167

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

Portions of RGB colors in percentages

R + G + B = 173 + 237 + 167 = 577 (100%)
R 173 of 577 ~ 29.98%
G 237 of 577 ~ 41.07%
B 167 of 577 ~ 28.94'%

%29.98
%41.07
%28.94

CMYK color model

#ADEDA7 color CMYK value is (27,0,30,7).

  • cyan value is 27.00%
  • magenta value is 0.00%
  • yellow value is 29.54%
  • key color value is 7.06%

CMYK: (27,0,30,7)
C27M0Y30K7 (27%, 0%, 30%, 7%)
(0.27 / 0.00 / 0.30 / 0.07)

CMYK percentages

%27
%0
%29.54
%7.06

Codes

Color #ADEDA7 in popluar color models

AD ED A7
RGB 173 237 167
HSL 115° 66.04% 79.22%
HSB/HSV 115° 29.54% 92.94%
CMYK 27.00% 0.00% 29.54%
7.06%

Color #ADEDA7 in popluar number systems.

HEX AD ED A7
Decimal 173 237 167
Binary 10101101 11101101 10100111
Octal 255 355 247

Shades and tints

Shades of #ADEDA7

#ADEDA7
(173,237,167)
#9ED898
(158,216,152)
#8FC389
(143,195,137)
#80AE7A
(128,174,122)
#71996B
(113,153,107)
#62845C
(98,132,92)
#536F4D
(83,111,77)
#445A3E
(68,90,62)
#35452F
(53,69,47)
#263020
(38,48,32)
#171B11
(23,27,17)
#000000
(0,0,0)

Tints of #ADEDA7

#ADEDA7
(173,237,167)
#B4EEAF
(180,238,175)
#BBEFB7
(187,239,183)
#C2F0BF
(194,240,191)
#C9F1C7
(201,241,199)
#D0F2CF
(208,242,207)
#D7F3D7
(215,243,215)
#DEF4DF
(222,244,223)
#E5F5E7
(229,245,231)
#ECF6EF
(236,246,239)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADEDA7 color. Also use rgb(173,237,167) instead hex code.

Text Font Color

.myTextColor { color: #ADEDA7; }

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

This text font color is #ADEDA7.

Background Color

.myBgColor { background-color: #ADEDA7; }

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

This div background color is #ADEDA7.

Border color

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

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

This div border color is #ADEDA7.

Opacity

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

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

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

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

This text has shadow with #ADEDA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADEDA7.

Preview

Color preview on black background

This text has color #ADEDA7 on black background.


Color preview on white background

This text has color #ADEDA7 on white background.


Black color preview on #ADEDA7 background

This text has black color on #ADEDA7 background.


White color preview on #ADEDA7 background

This text has white color on #ADEDA7 background.


Related colors

Complementary color

Complementary color for #hex is #521258.


I love getcolorcode.com

Triadic colors

1 #A7ADED and #EDA7AD with #ADEDA7 are triadic colors.

2 #A7EDAD and #EDADA7 with #ADEDA7 are triadic colors.