COLOR #EDFBFA

HEX: #EDFBFA RGB: (237,251,250)

Color info

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

RGB color model

#EDFBFA color RGB value is (237,251,250).

RGB: (237,251,250) (93%, 98%, 98%)

RGB channels and saturation

R 237 of 255 = 93%
G 251 of 255 = 98%
B 250 of 255 = 98%

237
251
250

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

Portions of RGB colors in percentages

R + G + B = 237 + 251 + 250 = 738 (100%)
R 237 of 738 ~ 32.11%
G 251 of 738 ~ 34.01%
B 250 of 738 ~ 33.88'%

%32.11
%34.01
%33.88

CMYK color model

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

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

CMYK: (6,0,0,2)
C6M0Y0K2 (6%, 0%, 0%, 2%)
(0.06 / 0.00 / 0.00 / 0.02)

CMYK percentages

%5.58
%0
%0.4
%1.57

Codes

Color #EDFBFA in popluar color models

ED FB FA
RGB 237 251 250
HSL 176° 63.64% 95.69%
HSB/HSV 176° 5.58% 98.43%
CMYK 5.58% 0.00% 0.40%
1.57%

Color #EDFBFA in popluar number systems.

HEX ED FB FA
Decimal 237 251 250
Binary 11101101 11111011 11111010
Octal 355 373 372

Shades and tints

Shades of #EDFBFA

#EDFBFA
(237,251,250)
#D8E5E4
(216,229,228)
#C3CFCE
(195,207,206)
#AEB9B8
(174,185,184)
#99A3A2
(153,163,162)
#848D8C
(132,141,140)
#6F7776
(111,119,118)
#5A6160
(90,97,96)
#454B4A
(69,75,74)
#303534
(48,53,52)
#1B1F1E
(27,31,30)
#000000
(0,0,0)

Tints of #EDFBFA

#EDFBFA
(237,251,250)
#EEFBFA
(238,251,250)
#EFFBFA
(239,251,250)
#F0FBFA
(240,251,250)
#F1FBFA
(241,251,250)
#F2FBFA
(242,251,250)
#F3FBFA
(243,251,250)
#F4FBFA
(244,251,250)
#F5FBFA
(245,251,250)
#F6FBFA
(246,251,250)
#F7FBFA
(247,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFBFA; }

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

This text font color is #EDFBFA.

Background Color

.myBgColor { background-color: #EDFBFA; }

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

This div background color is #EDFBFA.

Border color

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

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

This div border color is #EDFBFA.

Opacity

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

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

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

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

This text has shadow with #EDFBFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDFBFA.

Preview

Color preview on black background

This text has color #EDFBFA on black background.


Color preview on white background

This text has color #EDFBFA on white background.


Black color preview on #EDFBFA background

This text has black color on #EDFBFA background.


White color preview on #EDFBFA background

This text has white color on #EDFBFA background.


Related colors

Complementary color

Complementary color for #hex is #120405.


I love getcolorcode.com

Triadic colors

1 #FAEDFB and #FBFAED with #EDFBFA are triadic colors.

2 #FAFBED and #FBEDFA with #EDFBFA are triadic colors.