COLOR #EDF8FB

HEX: #EDF8FB RGB: (237,248,251)

Color info

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

RGB color model

#EDF8FB color RGB value is (237,248,251).

RGB: (237,248,251) (93%, 97%, 98%)

RGB channels and saturation

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

237
248
251

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

Portions of RGB colors in percentages

R + G + B = 237 + 248 + 251 = 736 (100%)
R 237 of 736 ~ 32.2%
G 248 of 736 ~ 33.7%
B 251 of 736 ~ 34.1'%

%32.2
%33.7
%34.1

CMYK color model

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

  • cyan value is 5.58%
  • magenta value is 1.20%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (6,1,0,2)
C6M1Y0K2 (6%, 1%, 0%, 2%)
(0.06 / 0.01 / 0.00 / 0.02)

CMYK percentages

%5.58
%1.2
%0
%1.57

Codes

Color #EDF8FB in popluar color models

ED F8 FB
RGB 237 248 251
HSL 193° 63.64% 95.69%
HSB/HSV 193° 5.58% 98.43%
CMYK 5.58% 1.20% 0.00%
1.57%

Color #EDF8FB in popluar number systems.

HEX ED F8 FB
Decimal 237 248 251
Binary 11101101 11111000 11111011
Octal 355 370 373

Shades and tints

Shades of #EDF8FB

#EDF8FB
(237,248,251)
#D8E2E5
(216,226,229)
#C3CCCF
(195,204,207)
#AEB6B9
(174,182,185)
#99A0A3
(153,160,163)
#848A8D
(132,138,141)
#6F7477
(111,116,119)
#5A5E61
(90,94,97)
#45484B
(69,72,75)
#303235
(48,50,53)
#1B1C1F
(27,28,31)
#000000
(0,0,0)

Tints of #EDF8FB

#EDF8FB
(237,248,251)
#EEF8FB
(238,248,251)
#EFF8FB
(239,248,251)
#F0F8FB
(240,248,251)
#F1F8FB
(241,248,251)
#F2F8FB
(242,248,251)
#F3F8FB
(243,248,251)
#F4F8FB
(244,248,251)
#F5F8FB
(245,248,251)
#F6F8FB
(246,248,251)
#F7F8FB
(247,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF8FB; }

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

This text font color is #EDF8FB.

Background Color

.myBgColor { background-color: #EDF8FB; }

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

This div background color is #EDF8FB.

Border color

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

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

This div border color is #EDF8FB.

Opacity

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

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

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

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

This text has shadow with #EDF8FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF8FB.

Preview

Color preview on black background

This text has color #EDF8FB on black background.


Color preview on white background

This text has color #EDF8FB on white background.


Black color preview on #EDF8FB background

This text has black color on #EDF8FB background.


White color preview on #EDF8FB background

This text has white color on #EDF8FB background.


Related colors

Complementary color

Complementary color for #hex is #120704.


I love getcolorcode.com

Triadic colors

1 #FBEDF8 and #F8FBED with #EDF8FB are triadic colors.

2 #FBF8ED and #F8EDFB with #EDF8FB are triadic colors.