COLOR #EDFBEF

HEX: #EDFBEF
RGB: (237,251,239)

Color info

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

RGB color model

#EDFBEF color RGB value is (237,251,239).

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

RGB channels and saturation

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

237
251
239

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

Portions of RGB colors in percentages

R + G + B =
237 + 251 + 239 = 727 (100%)
R 237 of 727 ~ 32.6%
G 251 of 727 ~ 34.53%
B 239 of 727 ~ 32.87%

%32.6
%34.53
%32.87

CMYK color model

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

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

CMYK percentages

%5.58
%0
%4.78
%1.57

Codes

Color #EDFBEF in popluar color models

EDFBEF
RGB237251239
HSL129°63.64%95.69%
HSB/HSV129°5.58%98.43%
CMYK5.58%0.00%4.78%
1.57%

Color #EDFBEF in popluar number systems.

HEXEDFBEF
Decimal237251239
Binary111011011111101111101111
Octal355373357

Shades and tints

Shades of #EDFBEF

#EDFBEF
(237,251,239)
#D8E5DA
(216,229,218)
#C3CFC5
(195,207,197)
#AEB9B0
(174,185,176)
#99A39B
(153,163,155)
#848D86
(132,141,134)
#6F7771
(111,119,113)
#5A615C
(90,97,92)
#454B47
(69,75,71)
#303532
(48,53,50)
#1B1F1D
(27,31,29)
#000000
(0,0,0)

Tints of #EDFBEF

#EDFBEF
(237,251,239)
#EEFBF0
(238,251,240)
#EFFBF1
(239,251,241)
#F0FBF2
(240,251,242)
#F1FBF3
(241,251,243)
#F2FBF4
(242,251,244)
#F3FBF5
(243,251,245)
#F4FBF6
(244,251,246)
#F5FBF7
(245,251,247)
#F6FBF8
(246,251,248)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFBEF; }

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

This text font color is #EDFBEF.


Background Color

.myBgColor { background-color: #EDFBEF; }

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

This div background color is #EDFBEF.


Border color

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

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

This div border color is #EDFBEF.


Opacity

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

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

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

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

This text has shadow with #EDFBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFBEF on black background.


Color preview on white background

This text has color #EDFBEF on white background.



Black color preview on #EDFBEF background

This text has black color on #EDFBEF background.


White color preview on #EDFBEF background

This text has white color on #EDFBEF background.