COLOR #EDF5A7

HEX: #EDF5A7 RGB: (237,245,167)

Color info

#EDF5A7 contains mainly red and green colors. Web safe color of #EDF5A7 is #FFFF99 (or #FF9).

RGB color model

#EDF5A7 color RGB value is (237,245,167).

RGB: (237,245,167) (93%, 96%, 65%)

RGB channels and saturation

R 237 of 255 = 93%
G 245 of 255 = 96%
B 167 of 255 = 65%

237
245
167

R + G + B ~ 85%. #EDF5A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 245 + 167 = 649 (100%)
R 237 of 649 ~ 36.52%
G 245 of 649 ~ 37.75%
B 167 of 649 ~ 25.73'%

%36.52
%37.75
%25.73

CMYK color model

#EDF5A7 color CMYK value is (3,0,32,4).

  • cyan value is 3.27%
  • magenta value is 0.00%
  • yellow value is 31.84%
  • key color value is 3.92%

CMYK: (3,0,32,4)
C3M0Y32K4 (3%, 0%, 32%, 4%)
(0.03 / 0.00 / 0.32 / 0.04)

CMYK percentages

%3.27
%0
%31.84
%3.92

Codes

Color #EDF5A7 in popluar color models

ED F5 A7
RGB 237 245 167
HSL 66° 79.59% 80.78%
HSB/HSV 66° 31.84% 96.08%
CMYK 3.27% 0.00% 31.84%
3.92%

Color #EDF5A7 in popluar number systems.

HEX ED F5 A7
Decimal 237 245 167
Binary 11101101 11110101 10100111
Octal 355 365 247

Shades and tints

Shades of #EDF5A7

#EDF5A7
(237,245,167)
#D8DF98
(216,223,152)
#C3C989
(195,201,137)
#AEB37A
(174,179,122)
#999D6B
(153,157,107)
#84875C
(132,135,92)
#6F714D
(111,113,77)
#5A5B3E
(90,91,62)
#45452F
(69,69,47)
#302F20
(48,47,32)
#1B1911
(27,25,17)
#000000
(0,0,0)

Tints of #EDF5A7

#EDF5A7
(237,245,167)
#EEF5AF
(238,245,175)
#EFF5B7
(239,245,183)
#F0F5BF
(240,245,191)
#F1F5C7
(241,245,199)
#F2F5CF
(242,245,207)
#F3F5D7
(243,245,215)
#F4F5DF
(244,245,223)
#F5F5E7
(245,245,231)
#F6F5EF
(246,245,239)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF5A7; }

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

This text font color is #EDF5A7.

Background Color

.myBgColor { background-color: #EDF5A7; }

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

This div background color is #EDF5A7.

Border color

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

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

This div border color is #EDF5A7.

Opacity

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

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

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

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

This text has shadow with #EDF5A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF5A7.

Preview

Color preview on black background

This text has color #EDF5A7 on black background.


Color preview on white background

This text has color #EDF5A7 on white background.


Black color preview on #EDF5A7 background

This text has black color on #EDF5A7 background.


White color preview on #EDF5A7 background

This text has white color on #EDF5A7 background.


Related colors

Complementary color

Complementary color for #hex is #120A58.


I love getcolorcode.com

Triadic colors

1 #A7EDF5 and #F5A7ED with #EDF5A7 are triadic colors.

2 #A7F5ED and #F5EDA7 with #EDF5A7 are triadic colors.