COLOR #EDFFB9

HEX: #EDFFB9
RGB: (237,255,185)

Color info

#EDFFB9 contains mainly red and green colors. Web safe color of #EDFFB9 is #FFFFCC (or #FFC).

RGB color model

#EDFFB9 color RGB value is (237,255,185).

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

RGB channels and saturation

R 237 of 255 = 93%
G 255 of 255 = 100%
B 185 of 255 = 73%

237
255
185

R + G + B ~ 89%. #EDFFB9 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 255 + 185 = 677 (100%)
R 237 of 677 ~ 35.01%
G 255 of 677 ~ 37.67%
B 185 of 677 ~ 27.33%

%35.01
%37.67
%27.33

CMYK color model

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

  • cyan value is 7.06%
  • magenta value is 0.00%
  • yellow value is 27.45%
  • key color value is 0.00%
CMYK:
(7,0,27,0)
C7M0Y27K0 
(7%,0%,27%,0%)
(0.07/0.00/0.27/0.00)	

CMYK percentages

%7.06
%0
%27.45
%0

Codes

Color #EDFFB9 in popluar color models

EDFFB9
RGB237255185
HSL75°100.00%86.27%
HSB/HSV75°27.45%100.00%
CMYK7.06%0.00%27.45%
0.00%

Color #EDFFB9 in popluar number systems.

HEXEDFFB9
Decimal237255185
Binary111011011111111110111001
Octal355377271

Shades and tints

Shades of #EDFFB9

#EDFFB9
(237,255,185)
#D8E8A9
(216,232,169)
#C3D199
(195,209,153)
#AEBA89
(174,186,137)
#99A379
(153,163,121)
#848C69
(132,140,105)
#6F7559
(111,117,89)
#5A5E49
(90,94,73)
#454739
(69,71,57)
#303029
(48,48,41)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #EDFFB9

#EDFFB9
(237,255,185)
#EEFFBF
(238,255,191)
#EFFFC5
(239,255,197)
#F0FFCB
(240,255,203)
#F1FFD1
(241,255,209)
#F2FFD7
(242,255,215)
#F3FFDD
(243,255,221)
#F4FFE3
(244,255,227)
#F5FFE9
(245,255,233)
#F6FFEF
(246,255,239)
#F7FFF5
(247,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFFB9; }

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

This text font color is #EDFFB9.


Background Color

.myBgColor { background-color: #EDFFB9; }

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

This div background color is #EDFFB9.


Border color

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

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

This div border color is #EDFFB9.


Opacity

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

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

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

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

This text has shadow with #EDFFB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFFB9 on black background.


Color preview on white background

This text has color #EDFFB9 on white background.



Black color preview on #EDFFB9 background

This text has black color on #EDFFB9 background.


White color preview on #EDFFB9 background

This text has white color on #EDFFB9 background.