COLOR #EDFEEE

HEX: #EDFEEE
RGB: (237,254,238)

Color info

#EDFEEE contains red, green and blue colors in about the same proportion. Web safe color of #EDFEEE is #FFFFFF (or #FFF).

RGB color model

#EDFEEE color RGB value is (237,254,238).

  • red value is 237;
  • green value is 254;
  • blue value is 238.
RGB:
(237,254,238)
(93%,100%,93%)

RGB channels and saturation

R 237 of 255 = 93%
G 254 of 255 = 100%
B 238 of 255 = 93%

237
254
238

R + G + B ~ 95%. #EDFEEE is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 254 + 238 = 729 (100%)
R 237 of 729 ~ 32.51%
G 254 of 729 ~ 34.84%
B 238 of 729 ~ 32.65%

%32.51
%34.84
%32.65

CMYK color model

#EDFEEE color CMYK value is (7,0,6,0).

  • cyan value is 6.69%
  • magenta value is 0.00%
  • yellow value is 6.30%
  • key color value is 0.39%
CMYK:
(7,0,6,0)
C7M0Y6K0 
(7%,0%,6%,0%)
(0.07/0.00/0.06/0.00)	

CMYK percentages

%6.69
%0
%6.3
%0.39

Codes

Color #EDFEEE in popluar color models

EDFEEE
RGB237254238
HSL124°89.47%96.27%
HSB/HSV124°6.69%99.61%
CMYK6.69%0.00%6.30%
0.39%

Color #EDFEEE in popluar number systems.

HEXEDFEEE
Decimal237254238
Binary111011011111111011101110
Octal355376356

Shades and tints

Shades of #EDFEEE

#EDFEEE
(237,254,238)
#D8E7D9
(216,231,217)
#C3D0C4
(195,208,196)
#AEB9AF
(174,185,175)
#99A29A
(153,162,154)
#848B85
(132,139,133)
#6F7470
(111,116,112)
#5A5D5B
(90,93,91)
#454646
(69,70,70)
#302F31
(48,47,49)
#1B181C
(27,24,28)
#000000
(0,0,0)

Tints of #EDFEEE

#EDFEEE
(237,254,238)
#EEFEEF
(238,254,239)
#EFFEF0
(239,254,240)
#F0FEF1
(240,254,241)
#F1FEF2
(241,254,242)
#F2FEF3
(242,254,243)
#F3FEF4
(243,254,244)
#F4FEF5
(244,254,245)
#F5FEF6
(245,254,246)
#F6FEF7
(246,254,247)
#F7FEF8
(247,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFEEE; }

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

This text font color is #EDFEEE.


Background Color

.myBgColor { background-color: #EDFEEE; }

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

This div background color is #EDFEEE.


Border color

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

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

This div border color is #EDFEEE.


Opacity

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

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

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

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

This text has shadow with #EDFEEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFEEE on black background.


Color preview on white background

This text has color #EDFEEE on white background.



Black color preview on #EDFEEE background

This text has black color on #EDFEEE background.


White color preview on #EDFEEE background

This text has white color on #EDFEEE background.