COLOR #EDF893

HEX: #EDF893
RGB: (237,248,147)

Color info

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

RGB color model

#EDF893 color RGB value is (237,248,147).

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

RGB channels and saturation

R 237 of 255 = 93%
G 248 of 255 = 97%
B 147 of 255 = 58%

237
248
147

R + G + B ~ 83%. #EDF893 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 248 + 147 = 632 (100%)
R 237 of 632 ~ 37.5%
G 248 of 632 ~ 39.24%
B 147 of 632 ~ 23.26%

%37.5
%39.24
%23.26

CMYK color model

#EDF893 color CMYK value is (4,0,41,3).

  • cyan value is 4.44%
  • magenta value is 0.00%
  • yellow value is 40.73%
  • key color value is 2.75%
CMYK:
(4,0,41,3)
C4M0Y41K3 
(4%,0%,41%,3%)
(0.04/0.00/0.41/0.03)	

CMYK percentages

%4.44
%0
%40.73
%2.75

Codes

Color #EDF893 in popluar color models

EDF893
RGB237248147
HSL67°87.83%77.45%
HSB/HSV67°40.73%97.25%
CMYK4.44%0.00%40.73%
2.75%

Color #EDF893 in popluar number systems.

HEXEDF893
Decimal237248147
Binary111011011111100010010011
Octal355370223

Shades and tints

Shades of #EDF893

#EDF893
(237,248,147)
#D8E286
(216,226,134)
#C3CC79
(195,204,121)
#AEB66C
(174,182,108)
#99A05F
(153,160,95)
#848A52
(132,138,82)
#6F7445
(111,116,69)
#5A5E38
(90,94,56)
#45482B
(69,72,43)
#30321E
(48,50,30)
#1B1C11
(27,28,17)
#000000
(0,0,0)

Tints of #EDF893

#EDF893
(237,248,147)
#EEF89C
(238,248,156)
#EFF8A5
(239,248,165)
#F0F8AE
(240,248,174)
#F1F8B7
(241,248,183)
#F2F8C0
(242,248,192)
#F3F8C9
(243,248,201)
#F4F8D2
(244,248,210)
#F5F8DB
(245,248,219)
#F6F8E4
(246,248,228)
#F7F8ED
(247,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF893; }

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

This text font color is #EDF893.


Background Color

.myBgColor { background-color: #EDF893; }

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

This div background color is #EDF893.


Border color

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

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

This div border color is #EDF893.


Opacity

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

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

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

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

This text has shadow with #EDF893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF893 on black background.


Color preview on white background

This text has color #EDF893 on white background.



Black color preview on #EDF893 background

This text has black color on #EDF893 background.


White color preview on #EDF893 background

This text has white color on #EDF893 background.