COLOR #EDFEEF

HEX: #EDFEEF RGB: (237,254,239)

Color info

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

RGB color model

#EDFEEF color RGB value is (237,254,239).

RGB: (237,254,239) (93%, 100%, 94%)

RGB channels and saturation

R 237 of 255 = 93%
G 254 of 255 = 100%
B 239 of 255 = 94%

237
254
239

R + G + B ~ 96%. #EDFEEF is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 254 + 239 = 730 (100%)
R 237 of 730 ~ 32.47%
G 254 of 730 ~ 34.79%
B 239 of 730 ~ 32.74'%

%32.47
%34.79
%32.74

CMYK color model

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

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

Codes

Color #EDFEEF in popluar color models

ED FE EF
RGB 237 254 239
HSL 127° 89.47% 96.27%
HSB/HSV 127° 6.69% 99.61%
CMYK 6.69% 0.00% 5.91%
0.39%

Color #EDFEEF in popluar number systems.

HEX ED FE EF
Decimal 237 254 239
Binary 11101101 11111110 11101111
Octal 355 376 357

Shades and tints

Shades of #EDFEEF

#EDFEEF
(237,254,239)
#D8E7DA
(216,231,218)
#C3D0C5
(195,208,197)
#AEB9B0
(174,185,176)
#99A29B
(153,162,155)
#848B86
(132,139,134)
#6F7471
(111,116,113)
#5A5D5C
(90,93,92)
#454647
(69,70,71)
#302F32
(48,47,50)
#1B181D
(27,24,29)
#000000
(0,0,0)

Tints of #EDFEEF

#EDFEEF
(237,254,239)
#EEFEF0
(238,254,240)
#EFFEF1
(239,254,241)
#F0FEF2
(240,254,242)
#F1FEF3
(241,254,243)
#F2FEF4
(242,254,244)
#F3FEF5
(243,254,245)
#F4FEF6
(244,254,246)
#F5FEF7
(245,254,247)
#F6FEF8
(246,254,248)
#F7FEF9
(247,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFEEF; }

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

This text font color is #EDFEEF.

Background Color

.myBgColor { background-color: #EDFEEF; }

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

This div background color is #EDFEEF.

Border color

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

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

This div border color is #EDFEEF.

Opacity

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

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

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

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

This text has shadow with #EDFEEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDFEEF.

Preview

Color preview on black background

This text has color #EDFEEF on black background.


Color preview on white background

This text has color #EDFEEF on white background.


Black color preview on #EDFEEF background

This text has black color on #EDFEEF background.


White color preview on #EDFEEF background

This text has white color on #EDFEEF background.


Related colors

Complementary color

Complementary color for #hex is #120110.


I love getcolorcode.com

Triadic colors

1 #EFEDFE and #FEEFED with #EDFEEF are triadic colors.

2 #EFFEED and #FEEDEF with #EDFEEF are triadic colors.