COLOR #EDFEE2

HEX: #EDFEE2 RGB: (237,254,226)

Color info

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

RGB color model

#EDFEE2 color RGB value is (237,254,226).

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

RGB channels and saturation

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

237
254
226

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

Portions of RGB colors in percentages

R + G + B = 237 + 254 + 226 = 717 (100%)
R 237 of 717 ~ 33.05%
G 254 of 717 ~ 35.43%
B 226 of 717 ~ 31.52'%

%33.05
%35.43
%31.52

CMYK color model

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

  • cyan value is 6.69%
  • magenta value is 0.00%
  • yellow value is 11.02%
  • 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
%11.02
%0.39

Codes

Color #EDFEE2 in popluar color models

ED FE E2
RGB 237 254 226
HSL 96° 93.33% 94.12%
HSB/HSV 96° 11.02% 99.61%
CMYK 6.69% 0.00% 11.02%
0.39%

Color #EDFEE2 in popluar number systems.

HEX ED FE E2
Decimal 237 254 226
Binary 11101101 11111110 11100010
Octal 355 376 342

Shades and tints

Shades of #EDFEE2

#EDFEE2
(237,254,226)
#D8E7CE
(216,231,206)
#C3D0BA
(195,208,186)
#AEB9A6
(174,185,166)
#99A292
(153,162,146)
#848B7E
(132,139,126)
#6F746A
(111,116,106)
#5A5D56
(90,93,86)
#454642
(69,70,66)
#302F2E
(48,47,46)
#1B181A
(27,24,26)
#000000
(0,0,0)

Tints of #EDFEE2

#EDFEE2
(237,254,226)
#EEFEE4
(238,254,228)
#EFFEE6
(239,254,230)
#F0FEE8
(240,254,232)
#F1FEEA
(241,254,234)
#F2FEEC
(242,254,236)
#F3FEEE
(243,254,238)
#F4FEF0
(244,254,240)
#F5FEF2
(245,254,242)
#F6FEF4
(246,254,244)
#F7FEF6
(247,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFEE2; }

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

This text font color is #EDFEE2.

Background Color

.myBgColor { background-color: #EDFEE2; }

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

This div background color is #EDFEE2.

Border color

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

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

This div border color is #EDFEE2.

Opacity

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

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

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

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

This text has shadow with #EDFEE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDFEE2.

Preview

Color preview on black background

This text has color #EDFEE2 on black background.


Color preview on white background

This text has color #EDFEE2 on white background.


Black color preview on #EDFEE2 background

This text has black color on #EDFEE2 background.


White color preview on #EDFEE2 background

This text has white color on #EDFEE2 background.


Related colors

Complementary color

Complementary color for #hex is #12011D.


I love getcolorcode.com

Triadic colors

1 #E2EDFE and #FEE2ED with #EDFEE2 are triadic colors.

2 #E2FEED and #FEEDE2 with #EDFEE2 are triadic colors.