COLOR #EDFFFB

HEX: #EDFFFB
RGB: (237,255,251)

Color info

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

RGB color model

#EDFFFB color RGB value is (237,255,251).

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

RGB channels and saturation

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

237
255
251

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

Portions of RGB colors in percentages

R + G + B =
237 + 255 + 251 = 743 (100%)
R 237 of 743 ~ 31.9%
G 255 of 743 ~ 34.32%
B 251 of 743 ~ 33.78%

%31.9
%34.32
%33.78

CMYK color model

#EDFFFB color CMYK value is (7,0,2,0).

  • cyan value is 7.06%
  • magenta value is 0.00%
  • yellow value is 1.57%
  • key color value is 0.00%
CMYK:
(7,0,2,0)
C7M0Y2K0 
(7%,0%,2%,0%)
(0.07/0.00/0.02/0.00)	

CMYK percentages

%7.06
%0
%1.57
%0

Codes

Color #EDFFFB in popluar color models

EDFFFB
RGB237255251
HSL167°100.00%96.47%
HSB/HSV167°7.06%100.00%
CMYK7.06%0.00%1.57%
0.00%

Color #EDFFFB in popluar number systems.

HEXEDFFFB
Decimal237255251
Binary111011011111111111111011
Octal355377373

Shades and tints

Shades of #EDFFFB

#EDFFFB
(237,255,251)
#D8E8E5
(216,232,229)
#C3D1CF
(195,209,207)
#AEBAB9
(174,186,185)
#99A3A3
(153,163,163)
#848C8D
(132,140,141)
#6F7577
(111,117,119)
#5A5E61
(90,94,97)
#45474B
(69,71,75)
#303035
(48,48,53)
#1B191F
(27,25,31)
#000000
(0,0,0)

Tints of #EDFFFB

#EDFFFB
(237,255,251)
#EEFFFB
(238,255,251)
#EFFFFB
(239,255,251)
#F0FFFB
(240,255,251)
#F1FFFB
(241,255,251)
#F2FFFB
(242,255,251)
#F3FFFB
(243,255,251)
#F4FFFB
(244,255,251)
#F5FFFB
(245,255,251)
#F6FFFB
(246,255,251)
#F7FFFB
(247,255,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFFFB; }

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

This text font color is #EDFFFB.


Background Color

.myBgColor { background-color: #EDFFFB; }

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

This div background color is #EDFFFB.


Border color

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

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

This div border color is #EDFFFB.


Opacity

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

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

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

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

This text has shadow with #EDFFFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFFFB on black background.


Color preview on white background

This text has color #EDFFFB on white background.



Black color preview on #EDFFFB background

This text has black color on #EDFFFB background.


White color preview on #EDFFFB background

This text has white color on #EDFFFB background.