COLOR #EDFBF2

HEX: #EDFBF2
RGB: (237,251,242)

Color info

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

RGB color model

#EDFBF2 color RGB value is (237,251,242).

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

RGB channels and saturation

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

237
251
242

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

Portions of RGB colors in percentages

R + G + B =
237 + 251 + 242 = 730 (100%)
R 237 of 730 ~ 32.47%
G 251 of 730 ~ 34.38%
B 242 of 730 ~ 33.15%

%32.47
%34.38
%33.15

CMYK color model

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

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

CMYK percentages

%5.58
%0
%3.59
%1.57

Codes

Color #EDFBF2 in popluar color models

EDFBF2
RGB237251242
HSL141°63.64%95.69%
HSB/HSV141°5.58%98.43%
CMYK5.58%0.00%3.59%
1.57%

Color #EDFBF2 in popluar number systems.

HEXEDFBF2
Decimal237251242
Binary111011011111101111110010
Octal355373362

Shades and tints

Shades of #EDFBF2

#EDFBF2
(237,251,242)
#D8E5DC
(216,229,220)
#C3CFC6
(195,207,198)
#AEB9B0
(174,185,176)
#99A39A
(153,163,154)
#848D84
(132,141,132)
#6F776E
(111,119,110)
#5A6158
(90,97,88)
#454B42
(69,75,66)
#30352C
(48,53,44)
#1B1F16
(27,31,22)
#000000
(0,0,0)

Tints of #EDFBF2

#EDFBF2
(237,251,242)
#EEFBF3
(238,251,243)
#EFFBF4
(239,251,244)
#F0FBF5
(240,251,245)
#F1FBF6
(241,251,246)
#F2FBF7
(242,251,247)
#F3FBF8
(243,251,248)
#F4FBF9
(244,251,249)
#F5FBFA
(245,251,250)
#F6FBFB
(246,251,251)
#F7FBFC
(247,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFBF2; }

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

This text font color is #EDFBF2.


Background Color

.myBgColor { background-color: #EDFBF2; }

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

This div background color is #EDFBF2.


Border color

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

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

This div border color is #EDFBF2.


Opacity

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

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

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

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

This text has shadow with #EDFBF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFBF2 on black background.


Color preview on white background

This text has color #EDFBF2 on white background.



Black color preview on #EDFBF2 background

This text has black color on #EDFBF2 background.


White color preview on #EDFBF2 background

This text has white color on #EDFBF2 background.