COLOR #EDFBF7

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

237
251
247

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

Portions of RGB colors in percentages

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

%32.24
%34.15
%33.61

CMYK color model

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

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

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

CMYK percentages

%5.58
%0
%1.59
%1.57

Codes

Color #EDFBF7 in popluar color models

ED FB F7
RGB 237 251 247
HSL 163° 63.64% 95.69%
HSB/HSV 163° 5.58% 98.43%
CMYK 5.58% 0.00% 1.59%
1.57%

Color #EDFBF7 in popluar number systems.

HEX ED FB F7
Decimal 237 251 247
Binary 11101101 11111011 11110111
Octal 355 373 367

Shades and tints

Shades of #EDFBF7

#EDFBF7
(237,251,247)
#D8E5E1
(216,229,225)
#C3CFCB
(195,207,203)
#AEB9B5
(174,185,181)
#99A39F
(153,163,159)
#848D89
(132,141,137)
#6F7773
(111,119,115)
#5A615D
(90,97,93)
#454B47
(69,75,71)
#303531
(48,53,49)
#1B1F1B
(27,31,27)
#000000
(0,0,0)

Tints of #EDFBF7

#EDFBF7
(237,251,247)
#EEFBF7
(238,251,247)
#EFFBF7
(239,251,247)
#F0FBF7
(240,251,247)
#F1FBF7
(241,251,247)
#F2FBF7
(242,251,247)
#F3FBF7
(243,251,247)
#F4FBF7
(244,251,247)
#F5FBF7
(245,251,247)
#F6FBF7
(246,251,247)
#F7FBF7
(247,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFBF7; }

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

This text font color is #EDFBF7.

Background Color

.myBgColor { background-color: #EDFBF7; }

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

This div background color is #EDFBF7.

Border color

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

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

This div border color is #EDFBF7.

Opacity

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

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

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

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

This text has shadow with #EDFBF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDFBF7.

Preview

Color preview on black background

This text has color #EDFBF7 on black background.


Color preview on white background

This text has color #EDFBF7 on white background.


Black color preview on #EDFBF7 background

This text has black color on #EDFBF7 background.


White color preview on #EDFBF7 background

This text has white color on #EDFBF7 background.


Related colors

Complementary color

Complementary color for #hex is #120408.


I love getcolorcode.com

Triadic colors

1 #F7EDFB and #FBF7ED with #EDFBF7 are triadic colors.

2 #F7FBED and #FBEDF7 with #EDFBF7 are triadic colors.