COLOR #EDFEFB

HEX: #EDFEFB
RGB: (237,254,251)

Color info

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

RGB color model

#EDFEFB color RGB value is (237,254,251).

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

RGB channels and saturation

R 237 of 255 = 93%
G 254 of 255 = 100%
B 251 of 255 = 98%

237
254
251

R + G + B ~ 97%. #EDFEFB is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 254 + 251 = 742 (100%)
R 237 of 742 ~ 31.94%
G 254 of 742 ~ 34.23%
B 251 of 742 ~ 33.83%

%31.94
%34.23
%33.83

CMYK color model

#EDFEFB color CMYK value is (7,0,1,0).

  • cyan value is 6.69%
  • magenta value is 0.00%
  • yellow value is 1.18%
  • key color value is 0.39%
CMYK:
(7,0,1,0)
C7M0Y1K0 
(7%,0%,1%,0%)
(0.07/0.00/0.01/0.00)	

CMYK percentages

%6.69
%0
%1.18
%0.39

Codes

Color #EDFEFB in popluar color models

EDFEFB
RGB237254251
HSL169°89.47%96.27%
HSB/HSV169°6.69%99.61%
CMYK6.69%0.00%1.18%
0.39%

Color #EDFEFB in popluar number systems.

HEXEDFEFB
Decimal237254251
Binary111011011111111011111011
Octal355376373

Shades and tints

Shades of #EDFEFB

#EDFEFB
(237,254,251)
#D8E7E5
(216,231,229)
#C3D0CF
(195,208,207)
#AEB9B9
(174,185,185)
#99A2A3
(153,162,163)
#848B8D
(132,139,141)
#6F7477
(111,116,119)
#5A5D61
(90,93,97)
#45464B
(69,70,75)
#302F35
(48,47,53)
#1B181F
(27,24,31)
#000000
(0,0,0)

Tints of #EDFEFB

#EDFEFB
(237,254,251)
#EEFEFB
(238,254,251)
#EFFEFB
(239,254,251)
#F0FEFB
(240,254,251)
#F1FEFB
(241,254,251)
#F2FEFB
(242,254,251)
#F3FEFB
(243,254,251)
#F4FEFB
(244,254,251)
#F5FEFB
(245,254,251)
#F6FEFB
(246,254,251)
#F7FEFB
(247,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFEFB; }

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

This text font color is #EDFEFB.


Background Color

.myBgColor { background-color: #EDFEFB; }

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

This div background color is #EDFEFB.


Border color

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

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

This div border color is #EDFEFB.


Opacity

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

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

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

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

This text has shadow with #EDFEFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFEFB on black background.


Color preview on white background

This text has color #EDFEFB on white background.



Black color preview on #EDFEFB background

This text has black color on #EDFEFB background.


White color preview on #EDFEFB background

This text has white color on #EDFEFB background.