COLOR #EDFFAF

HEX: #EDFFAF
RGB: (237,255,175)

Color info

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

RGB color model

#EDFFAF color RGB value is (237,255,175).

  • red value is 237;
  • green value is 255;
  • blue value is 175.
RGB:
(237,255,175)
(93%,100%,69%)

RGB channels and saturation

R 237 of 255 = 93%
G 255 of 255 = 100%
B 175 of 255 = 69%

237
255
175

R + G + B ~ 87%. #EDFFAF is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 255 + 175 = 667 (100%)
R 237 of 667 ~ 35.53%
G 255 of 667 ~ 38.23%
B 175 of 667 ~ 26.24%

%35.53
%38.23
%26.24

CMYK color model

#EDFFAF color CMYK value is (7,0,31,0).

  • cyan value is 7.06%
  • magenta value is 0.00%
  • yellow value is 31.37%
  • key color value is 0.00%
CMYK:
(7,0,31,0)
C7M0Y31K0 
(7%,0%,31%,0%)
(0.07/0.00/0.31/0.00)	

CMYK percentages

%7.06
%0
%31.37
%0

Codes

Color #EDFFAF in popluar color models

EDFFAF
RGB237255175
HSL74°100.00%84.31%
HSB/HSV74°31.37%100.00%
CMYK7.06%0.00%31.37%
0.00%

Color #EDFFAF in popluar number systems.

HEXEDFFAF
Decimal237255175
Binary111011011111111110101111
Octal355377257

Shades and tints

Shades of #EDFFAF

#EDFFAF
(237,255,175)
#D8E8A0
(216,232,160)
#C3D191
(195,209,145)
#AEBA82
(174,186,130)
#99A373
(153,163,115)
#848C64
(132,140,100)
#6F7555
(111,117,85)
#5A5E46
(90,94,70)
#454737
(69,71,55)
#303028
(48,48,40)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #EDFFAF

#EDFFAF
(237,255,175)
#EEFFB6
(238,255,182)
#EFFFBD
(239,255,189)
#F0FFC4
(240,255,196)
#F1FFCB
(241,255,203)
#F2FFD2
(242,255,210)
#F3FFD9
(243,255,217)
#F4FFE0
(244,255,224)
#F5FFE7
(245,255,231)
#F6FFEE
(246,255,238)
#F7FFF5
(247,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFFAF color. Also use rgb(237,255,175) instead hex code.

Text Font Color

.myTextColor { color: #EDFFAF; }

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

This text font color is #EDFFAF.


Background Color

.myBgColor { background-color: #EDFFAF; }

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

This div background color is #EDFFAF.


Border color

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

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

This div border color is #EDFFAF.


Opacity

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

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

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

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

This text has shadow with #EDFFAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFFAF on black background.


Color preview on white background

This text has color #EDFFAF on white background.



Black color preview on #EDFFAF background

This text has black color on #EDFFAF background.


White color preview on #EDFFAF background

This text has white color on #EDFFAF background.