COLOR #EDF2FB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

237
242
251

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

Portions of RGB colors in percentages

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

%32.47
%33.15
%34.38

CMYK color model

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

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

CMYK: (6,4,0,2)
C6M4Y0K2 (6%, 4%, 0%, 2%)
(0.06 / 0.04 / 0.00 / 0.02)

CMYK percentages

%5.58
%3.59
%0
%1.57

Codes

Color #EDF2FB in popluar color models

ED F2 FB
RGB 237 242 251
HSL 219° 63.64% 95.69%
HSB/HSV 219° 5.58% 98.43%
CMYK 5.58% 3.59% 0.00%
1.57%

Color #EDF2FB in popluar number systems.

HEX ED F2 FB
Decimal 237 242 251
Binary 11101101 11110010 11111011
Octal 355 362 373

Shades and tints

Shades of #EDF2FB

#EDF2FB
(237,242,251)
#D8DCE5
(216,220,229)
#C3C6CF
(195,198,207)
#AEB0B9
(174,176,185)
#999AA3
(153,154,163)
#84848D
(132,132,141)
#6F6E77
(111,110,119)
#5A5861
(90,88,97)
#45424B
(69,66,75)
#302C35
(48,44,53)
#1B161F
(27,22,31)
#000000
(0,0,0)

Tints of #EDF2FB

#EDF2FB
(237,242,251)
#EEF3FB
(238,243,251)
#EFF4FB
(239,244,251)
#F0F5FB
(240,245,251)
#F1F6FB
(241,246,251)
#F2F7FB
(242,247,251)
#F3F8FB
(243,248,251)
#F4F9FB
(244,249,251)
#F5FAFB
(245,250,251)
#F6FBFB
(246,251,251)
#F7FCFB
(247,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF2FB; }

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

This text font color is #EDF2FB.

Background Color

.myBgColor { background-color: #EDF2FB; }

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

This div background color is #EDF2FB.

Border color

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

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

This div border color is #EDF2FB.

Opacity

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

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

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

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

This text has shadow with #EDF2FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF2FB.

Preview

Color preview on black background

This text has color #EDF2FB on black background.


Color preview on white background

This text has color #EDF2FB on white background.


Black color preview on #EDF2FB background

This text has black color on #EDF2FB background.


White color preview on #EDF2FB background

This text has white color on #EDF2FB background.


Related colors

Complementary color

Complementary color for #hex is #120D04.


I love getcolorcode.com

Triadic colors

1 #FBEDF2 and #F2FBED with #EDF2FB are triadic colors.

2 #FBF2ED and #F2EDFB with #EDF2FB are triadic colors.