COLOR #EDFAA6

HEX: #EDFAA6
RGB: (237,250,166)

Color info

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

RGB color model

#EDFAA6 color RGB value is (237,250,166).

  • red value is 237;
  • green value is 250;
  • blue value is 166.
RGB:
(237,250,166)
(93%,98%,65%)

RGB channels and saturation

R 237 of 255 = 93%
G 250 of 255 = 98%
B 166 of 255 = 65%

237
250
166

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

Portions of RGB colors in percentages

R + G + B =
237 + 250 + 166 = 653 (100%)
R 237 of 653 ~ 36.29%
G 250 of 653 ~ 38.28%
B 166 of 653 ~ 25.42%

%36.29
%38.28
%25.42

CMYK color model

#EDFAA6 color CMYK value is (5,0,34,2).

  • cyan value is 5.20%
  • magenta value is 0.00%
  • yellow value is 33.60%
  • key color value is 1.96%
CMYK:
(5,0,34,2)
C5M0Y34K2 
(5%,0%,34%,2%)
(0.05/0.00/0.34/0.02)	

CMYK percentages

%5.2
%0
%33.6
%1.96

Codes

Color #EDFAA6 in popluar color models

EDFAA6
RGB237250166
HSL69°89.36%81.57%
HSB/HSV69°33.60%98.04%
CMYK5.20%0.00%33.60%
1.96%

Color #EDFAA6 in popluar number systems.

HEXEDFAA6
Decimal237250166
Binary111011011111101010100110
Octal355372246

Shades and tints

Shades of #EDFAA6

#EDFAA6
(237,250,166)
#D8E497
(216,228,151)
#C3CE88
(195,206,136)
#AEB879
(174,184,121)
#99A26A
(153,162,106)
#848C5B
(132,140,91)
#6F764C
(111,118,76)
#5A603D
(90,96,61)
#454A2E
(69,74,46)
#30341F
(48,52,31)
#1B1E10
(27,30,16)
#000000
(0,0,0)

Tints of #EDFAA6

#EDFAA6
(237,250,166)
#EEFAAE
(238,250,174)
#EFFAB6
(239,250,182)
#F0FABE
(240,250,190)
#F1FAC6
(241,250,198)
#F2FACE
(242,250,206)
#F3FAD6
(243,250,214)
#F4FADE
(244,250,222)
#F5FAE6
(245,250,230)
#F6FAEE
(246,250,238)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFAA6 color. Also use rgb(237,250,166) instead hex code.

Text Font Color

.myTextColor { color: #EDFAA6; }

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

This text font color is #EDFAA6.


Background Color

.myBgColor { background-color: #EDFAA6; }

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

This div background color is #EDFAA6.


Border color

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

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

This div border color is #EDFAA6.


Opacity

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

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

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

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

This text has shadow with #EDFAA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFAA6 on black background.


Color preview on white background

This text has color #EDFAA6 on white background.



Black color preview on #EDFAA6 background

This text has black color on #EDFAA6 background.


White color preview on #EDFAA6 background

This text has white color on #EDFAA6 background.