COLOR #EDFBFB

HEX: #EDFBFB
RGB: (237,251,251)

Color info

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

RGB color model

#EDFBFB color RGB value is (237,251,251).

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

RGB channels and saturation

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

237
251
251

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

Portions of RGB colors in percentages

R + G + B =
237 + 251 + 251 = 739 (100%)
R 237 of 739 ~ 32.07%
G 251 of 739 ~ 33.96%
B 251 of 739 ~ 33.96%

%32.07
%33.96
%33.96

CMYK color model

#EDFBFB color CMYK value is (6,0,0,2).

  • cyan value is 5.58%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(6,0,0,2)
C6M0Y0K2 
(6%,0%,0%,2%)
(0.06/0.00/0.00/0.02)	

CMYK percentages

%5.58
%0
%0
%1.57

Codes

Color #EDFBFB in popluar color models

EDFBFB
RGB237251251
HSL180°63.64%95.69%
HSB/HSV180°5.58%98.43%
CMYK5.58%0.00%0.00%
1.57%

Color #EDFBFB in popluar number systems.

HEXEDFBFB
Decimal237251251
Binary111011011111101111111011
Octal355373373

Shades and tints

Shades of #EDFBFB

#EDFBFB
(237,251,251)
#D8E5E5
(216,229,229)
#C3CFCF
(195,207,207)
#AEB9B9
(174,185,185)
#99A3A3
(153,163,163)
#848D8D
(132,141,141)
#6F7777
(111,119,119)
#5A6161
(90,97,97)
#454B4B
(69,75,75)
#303535
(48,53,53)
#1B1F1F
(27,31,31)
#000000
(0,0,0)

Tints of #EDFBFB

#EDFBFB
(237,251,251)
#EEFBFB
(238,251,251)
#EFFBFB
(239,251,251)
#F0FBFB
(240,251,251)
#F1FBFB
(241,251,251)
#F2FBFB
(242,251,251)
#F3FBFB
(243,251,251)
#F4FBFB
(244,251,251)
#F5FBFB
(245,251,251)
#F6FBFB
(246,251,251)
#F7FBFB
(247,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFBFB; }

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

This text font color is #EDFBFB.


Background Color

.myBgColor { background-color: #EDFBFB; }

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

This div background color is #EDFBFB.


Border color

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

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

This div border color is #EDFBFB.


Opacity

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

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

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

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

This text has shadow with #EDFBFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFBFB on black background.


Color preview on white background

This text has color #EDFBFB on white background.



Black color preview on #EDFBFB background

This text has black color on #EDFBFB background.


White color preview on #EDFBFB background

This text has white color on #EDFBFB background.