COLOR #EDFCFB

HEX: #EDFCFB
RGB: (237,252,251)

Color info

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

RGB color model

#EDFCFB color RGB value is (237,252,251).

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

RGB channels and saturation

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

237
252
251

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

Portions of RGB colors in percentages

R + G + B =
237 + 252 + 251 = 740 (100%)
R 237 of 740 ~ 32.03%
G 252 of 740 ~ 34.05%
B 251 of 740 ~ 33.92%

%32.03
%34.05
%33.92

CMYK color model

#EDFCFB color CMYK value is (6,0,0,1).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 0.40%
  • key color value is 1.18%
CMYK:
(6,0,0,1)
C6M0Y0K1 
(6%,0%,0%,1%)
(0.06/0.00/0.00/0.01)	

CMYK percentages

%5.95
%0
%0.4
%1.18

Codes

Color #EDFCFB in popluar color models

EDFCFB
RGB237252251
HSL176°71.43%95.88%
HSB/HSV176°5.95%98.82%
CMYK5.95%0.00%0.40%
1.18%

Color #EDFCFB in popluar number systems.

HEXEDFCFB
Decimal237252251
Binary111011011111110011111011
Octal355374373

Shades and tints

Shades of #EDFCFB

#EDFCFB
(237,252,251)
#D8E6E5
(216,230,229)
#C3D0CF
(195,208,207)
#AEBAB9
(174,186,185)
#99A4A3
(153,164,163)
#848E8D
(132,142,141)
#6F7877
(111,120,119)
#5A6261
(90,98,97)
#454C4B
(69,76,75)
#303635
(48,54,53)
#1B201F
(27,32,31)
#000000
(0,0,0)

Tints of #EDFCFB

#EDFCFB
(237,252,251)
#EEFCFB
(238,252,251)
#EFFCFB
(239,252,251)
#F0FCFB
(240,252,251)
#F1FCFB
(241,252,251)
#F2FCFB
(242,252,251)
#F3FCFB
(243,252,251)
#F4FCFB
(244,252,251)
#F5FCFB
(245,252,251)
#F6FCFB
(246,252,251)
#F7FCFB
(247,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFCFB; }

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

This text font color is #EDFCFB.


Background Color

.myBgColor { background-color: #EDFCFB; }

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

This div background color is #EDFCFB.


Border color

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

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

This div border color is #EDFCFB.


Opacity

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

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

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

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

This text has shadow with #EDFCFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFCFB on black background.


Color preview on white background

This text has color #EDFCFB on white background.



Black color preview on #EDFCFB background

This text has black color on #EDFCFB background.


White color preview on #EDFCFB background

This text has white color on #EDFCFB background.