COLOR #EDF7FB

HEX: #EDF7FB
RGB: (237,247,251)

Color info

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

RGB color model

#EDF7FB color RGB value is (237,247,251).

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

RGB channels and saturation

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

237
247
251

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

Portions of RGB colors in percentages

R + G + B =
237 + 247 + 251 = 735 (100%)
R 237 of 735 ~ 32.24%
G 247 of 735 ~ 33.61%
B 251 of 735 ~ 34.15%

%32.24
%33.61
%34.15

CMYK color model

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

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

CMYK percentages

%5.58
%1.59
%0
%1.57

Codes

Color #EDF7FB in popluar color models

EDF7FB
RGB237247251
HSL197°63.64%95.69%
HSB/HSV197°5.58%98.43%
CMYK5.58%1.59%0.00%
1.57%

Color #EDF7FB in popluar number systems.

HEXEDF7FB
Decimal237247251
Binary111011011111011111111011
Octal355367373

Shades and tints

Shades of #EDF7FB

#EDF7FB
(237,247,251)
#D8E1E5
(216,225,229)
#C3CBCF
(195,203,207)
#AEB5B9
(174,181,185)
#999FA3
(153,159,163)
#84898D
(132,137,141)
#6F7377
(111,115,119)
#5A5D61
(90,93,97)
#45474B
(69,71,75)
#303135
(48,49,53)
#1B1B1F
(27,27,31)
#000000
(0,0,0)

Tints of #EDF7FB

#EDF7FB
(237,247,251)
#EEF7FB
(238,247,251)
#EFF7FB
(239,247,251)
#F0F7FB
(240,247,251)
#F1F7FB
(241,247,251)
#F2F7FB
(242,247,251)
#F3F7FB
(243,247,251)
#F4F7FB
(244,247,251)
#F5F7FB
(245,247,251)
#F6F7FB
(246,247,251)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF7FB; }

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

This text font color is #EDF7FB.


Background Color

.myBgColor { background-color: #EDF7FB; }

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

This div background color is #EDF7FB.


Border color

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

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

This div border color is #EDF7FB.


Opacity

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

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

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

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

This text has shadow with #EDF7FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF7FB on black background.


Color preview on white background

This text has color #EDF7FB on white background.



Black color preview on #EDF7FB background

This text has black color on #EDF7FB background.


White color preview on #EDF7FB background

This text has white color on #EDF7FB background.