COLOR #EDF89D

HEX: #EDF89D
RGB: (237,248,157)

Color info

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

RGB color model

#EDF89D color RGB value is (237,248,157).

  • red value is 237;
  • green value is 248;
  • blue value is 157.
RGB:
(237,248,157)
(93%,97%,62%)

RGB channels and saturation

R 237 of 255 = 93%
G 248 of 255 = 97%
B 157 of 255 = 62%

237
248
157

R + G + B ~ 84%. #EDF89D is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 248 + 157 = 642 (100%)
R 237 of 642 ~ 36.92%
G 248 of 642 ~ 38.63%
B 157 of 642 ~ 24.45%

%36.92
%38.63
%24.45

CMYK color model

#EDF89D color CMYK value is (4,0,37,3).

  • cyan value is 4.44%
  • magenta value is 0.00%
  • yellow value is 36.69%
  • key color value is 2.75%
CMYK:
(4,0,37,3)
C4M0Y37K3 
(4%,0%,37%,3%)
(0.04/0.00/0.37/0.03)	

CMYK percentages

%4.44
%0
%36.69
%2.75

Codes

Color #EDF89D in popluar color models

EDF89D
RGB237248157
HSL67°86.67%79.41%
HSB/HSV67°36.69%97.25%
CMYK4.44%0.00%36.69%
2.75%

Color #EDF89D in popluar number systems.

HEXEDF89D
Decimal237248157
Binary111011011111100010011101
Octal355370235

Shades and tints

Shades of #EDF89D

#EDF89D
(237,248,157)
#D8E28F
(216,226,143)
#C3CC81
(195,204,129)
#AEB673
(174,182,115)
#99A065
(153,160,101)
#848A57
(132,138,87)
#6F7449
(111,116,73)
#5A5E3B
(90,94,59)
#45482D
(69,72,45)
#30321F
(48,50,31)
#1B1C11
(27,28,17)
#000000
(0,0,0)

Tints of #EDF89D

#EDF89D
(237,248,157)
#EEF8A5
(238,248,165)
#EFF8AD
(239,248,173)
#F0F8B5
(240,248,181)
#F1F8BD
(241,248,189)
#F2F8C5
(242,248,197)
#F3F8CD
(243,248,205)
#F4F8D5
(244,248,213)
#F5F8DD
(245,248,221)
#F6F8E5
(246,248,229)
#F7F8ED
(247,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF89D color. Also use rgb(237,248,157) instead hex code.

Text Font Color

.myTextColor { color: #EDF89D; }

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

This text font color is #EDF89D.


Background Color

.myBgColor { background-color: #EDF89D; }

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

This div background color is #EDF89D.


Border color

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

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

This div border color is #EDF89D.


Opacity

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

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

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

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

This text has shadow with #EDF89D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF89D on black background.


Color preview on white background

This text has color #EDF89D on white background.



Black color preview on #EDF89D background

This text has black color on #EDF89D background.


White color preview on #EDF89D background

This text has white color on #EDF89D background.