COLOR #EDFEE3

HEX: #EDFEE3 RGB: (237,254,227)

Color info

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

RGB color model

#EDFEE3 color RGB value is (237,254,227).

RGB: (237,254,227) (93%, 100%, 89%)

RGB channels and saturation

R 237 of 255 = 93%
G 254 of 255 = 100%
B 227 of 255 = 89%

237
254
227

R + G + B ~ 94%. #EDFEE3 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 254 + 227 = 718 (100%)
R 237 of 718 ~ 33.01%
G 254 of 718 ~ 35.38%
B 227 of 718 ~ 31.62'%

%33.01
%35.38
%31.62

CMYK color model

#EDFEE3 color CMYK value is (7,0,11,0).

  • cyan value is 6.69%
  • magenta value is 0.00%
  • yellow value is 10.63%
  • key color value is 0.39%

CMYK: (7,0,11,0)
C7M0Y11K0 (7%, 0%, 11%, 0%)
(0.07 / 0.00 / 0.11 / 0.00)

CMYK percentages

%6.69
%0
%10.63
%0.39

Codes

Color #EDFEE3 in popluar color models

ED FE E3
RGB 237 254 227
HSL 98° 93.10% 94.31%
HSB/HSV 98° 10.63% 99.61%
CMYK 6.69% 0.00% 10.63%
0.39%

Color #EDFEE3 in popluar number systems.

HEX ED FE E3
Decimal 237 254 227
Binary 11101101 11111110 11100011
Octal 355 376 343

Shades and tints

Shades of #EDFEE3

#EDFEE3
(237,254,227)
#D8E7CF
(216,231,207)
#C3D0BB
(195,208,187)
#AEB9A7
(174,185,167)
#99A293
(153,162,147)
#848B7F
(132,139,127)
#6F746B
(111,116,107)
#5A5D57
(90,93,87)
#454643
(69,70,67)
#302F2F
(48,47,47)
#1B181B
(27,24,27)
#000000
(0,0,0)

Tints of #EDFEE3

#EDFEE3
(237,254,227)
#EEFEE5
(238,254,229)
#EFFEE7
(239,254,231)
#F0FEE9
(240,254,233)
#F1FEEB
(241,254,235)
#F2FEED
(242,254,237)
#F3FEEF
(243,254,239)
#F4FEF1
(244,254,241)
#F5FEF3
(245,254,243)
#F6FEF5
(246,254,245)
#F7FEF7
(247,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFEE3; }

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

This text font color is #EDFEE3.

Background Color

.myBgColor { background-color: #EDFEE3; }

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

This div background color is #EDFEE3.

Border color

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

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

This div border color is #EDFEE3.

Opacity

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

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

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

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

This text has shadow with #EDFEE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDFEE3.

Preview

Color preview on black background

This text has color #EDFEE3 on black background.


Color preview on white background

This text has color #EDFEE3 on white background.


Black color preview on #EDFEE3 background

This text has black color on #EDFEE3 background.


White color preview on #EDFEE3 background

This text has white color on #EDFEE3 background.


Related colors

Complementary color

Complementary color for #hex is #12011C.


I love getcolorcode.com

Triadic colors

1 #E3EDFE and #FEE3ED with #EDFEE3 are triadic colors.

2 #E3FEED and #FEEDE3 with #EDFEE3 are triadic colors.