COLOR #EDF3FB

HEX: #EDF3FB RGB: (237,243,251)

Color info

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

RGB color model

#EDF3FB color RGB value is (237,243,251).

RGB: (237,243,251) (93%, 95%, 98%)

RGB channels and saturation

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

237
243
251

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

Portions of RGB colors in percentages

R + G + B = 237 + 243 + 251 = 731 (100%)
R 237 of 731 ~ 32.42%
G 243 of 731 ~ 33.24%
B 251 of 731 ~ 34.34'%

%32.42
%33.24
%34.34

CMYK color model

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

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

CMYK: (6,3,0,2)
C6M3Y0K2 (6%, 3%, 0%, 2%)
(0.06 / 0.03 / 0.00 / 0.02)

CMYK percentages

%5.58
%3.19
%0
%1.57

Codes

Color #EDF3FB in popluar color models

ED F3 FB
RGB 237 243 251
HSL 214° 63.64% 95.69%
HSB/HSV 214° 5.58% 98.43%
CMYK 5.58% 3.19% 0.00%
1.57%

Color #EDF3FB in popluar number systems.

HEX ED F3 FB
Decimal 237 243 251
Binary 11101101 11110011 11111011
Octal 355 363 373

Shades and tints

Shades of #EDF3FB

#EDF3FB
(237,243,251)
#D8DDE5
(216,221,229)
#C3C7CF
(195,199,207)
#AEB1B9
(174,177,185)
#999BA3
(153,155,163)
#84858D
(132,133,141)
#6F6F77
(111,111,119)
#5A5961
(90,89,97)
#45434B
(69,67,75)
#302D35
(48,45,53)
#1B171F
(27,23,31)
#000000
(0,0,0)

Tints of #EDF3FB

#EDF3FB
(237,243,251)
#EEF4FB
(238,244,251)
#EFF5FB
(239,245,251)
#F0F6FB
(240,246,251)
#F1F7FB
(241,247,251)
#F2F8FB
(242,248,251)
#F3F9FB
(243,249,251)
#F4FAFB
(244,250,251)
#F5FBFB
(245,251,251)
#F6FCFB
(246,252,251)
#F7FDFB
(247,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF3FB; }

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

This text font color is #EDF3FB.

Background Color

.myBgColor { background-color: #EDF3FB; }

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

This div background color is #EDF3FB.

Border color

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

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

This div border color is #EDF3FB.

Opacity

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

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

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

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

This text has shadow with #EDF3FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF3FB.

Preview

Color preview on black background

This text has color #EDF3FB on black background.


Color preview on white background

This text has color #EDF3FB on white background.


Black color preview on #EDF3FB background

This text has black color on #EDF3FB background.


White color preview on #EDF3FB background

This text has white color on #EDF3FB background.


Related colors

Complementary color

Complementary color for #hex is #120C04.


I love getcolorcode.com

Triadic colors

1 #FBEDF3 and #F3FBED with #EDF3FB are triadic colors.

2 #FBF3ED and #F3EDFB with #EDF3FB are triadic colors.