COLOR #EDFAE3

HEX: #EDFAE3 RGB: (237,250,227)

Color info

#EDFAE3 contains red, green and blue colors in about the same proportion. Web safe color of #EDFAE3 is #FFFFCC (or #FFC).

RGB color model

#EDFAE3 color RGB value is (237,250,227).

RGB: (237,250,227) (93%, 98%, 89%)

RGB channels and saturation

R 237 of 255 = 93%
G 250 of 255 = 98%
B 227 of 255 = 89%

237
250
227

R + G + B ~ 93%. #EDFAE3 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 250 + 227 = 714 (100%)
R 237 of 714 ~ 33.19%
G 250 of 714 ~ 35.01%
B 227 of 714 ~ 31.79'%

%33.19
%35.01
%31.79

CMYK color model

#EDFAE3 color CMYK value is (5,0,9,2).

  • cyan value is 5.20%
  • magenta value is 0.00%
  • yellow value is 9.20%
  • key color value is 1.96%
CMYK: (5,0,9,2) C5M0Y9K2 (5%,0%,9%,2%) (0.05/0.00/0.09/0.02) 

CMYK percentages

%5.2
%0
%9.2
%1.96

Codes

Color #EDFAE3 in popluar color models

ED FA E3
RGB 237 250 227
HSL 94° 69.70% 93.53%
HSB/HSV 94° 9.20% 98.04%
CMYK 5.20% 0.00% 9.20%
1.96%

Color #EDFAE3 in popluar number systems.

HEX ED FA E3
Decimal 237 250 227
Binary 11101101 11111010 11100011
Octal 355 372 343

Shades and tints

Shades of #EDFAE3

#EDFAE3
(237,250,227)
#D8E4CF
(216,228,207)
#C3CEBB
(195,206,187)
#AEB8A7
(174,184,167)
#99A293
(153,162,147)
#848C7F
(132,140,127)
#6F766B
(111,118,107)
#5A6057
(90,96,87)
#454A43
(69,74,67)
#30342F
(48,52,47)
#1B1E1B
(27,30,27)
#000000
(0,0,0)

Tints of #EDFAE3

#EDFAE3
(237,250,227)
#EEFAE5
(238,250,229)
#EFFAE7
(239,250,231)
#F0FAE9
(240,250,233)
#F1FAEB
(241,250,235)
#F2FAED
(242,250,237)
#F3FAEF
(243,250,239)
#F4FAF1
(244,250,241)
#F5FAF3
(245,250,243)
#F6FAF5
(246,250,245)
#F7FAF7
(247,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFAE3; }

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

This text font color is #EDFAE3.

Background Color

.myBgColor { background-color: #EDFAE3; }

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

This div background color is #EDFAE3.

Border color

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

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

This div border color is #EDFAE3.

Opacity

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

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

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

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

This text has shadow with #EDFAE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDFAE3.

Preview

Color preview on black background

This text has color #EDFAE3 on black background.


Color preview on white background

This text has color #EDFAE3 on white background.


Black color preview on #EDFAE3 background

This text has black color on #EDFAE3 background.


White color preview on #EDFAE3 background

This text has white color on #EDFAE3 background.


Related colors

Complementary color

Complementary color for #hex is #12051C.


I love getcolorcode.com

Triadic colors

1 #E3EDFA and #FAE3ED with #EDFAE3 are triadic colors.

2 #E3FAED and #FAEDE3 with #EDFAE3 are triadic colors.