COLOR #EDFBF6

HEX: #EDFBF6 RGB: (237,251,246)

Color info

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

RGB color model

#EDFBF6 color RGB value is (237,251,246).

RGB: (237,251,246) (93%, 98%, 96%)

RGB channels and saturation

R 237 of 255 = 93%
G 251 of 255 = 98%
B 246 of 255 = 96%

237
251
246

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

Portions of RGB colors in percentages

R + G + B = 237 + 251 + 246 = 734 (100%)
R 237 of 734 ~ 32.29%
G 251 of 734 ~ 34.2%
B 246 of 734 ~ 33.51'%

%32.29
%34.2
%33.51

CMYK color model

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

  • cyan value is 5.58%
  • magenta value is 0.00%
  • yellow value is 1.99%
  • 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.99
%1.57

Codes

Color #EDFBF6 in popluar color models

ED FB F6
RGB 237 251 246
HSL 159° 63.64% 95.69%
HSB/HSV 159° 5.58% 98.43%
CMYK 5.58% 0.00% 1.99%
1.57%

Color #EDFBF6 in popluar number systems.

HEX ED FB F6
Decimal 237 251 246
Binary 11101101 11111011 11110110
Octal 355 373 366

Shades and tints

Shades of #EDFBF6

#EDFBF6
(237,251,246)
#D8E5E0
(216,229,224)
#C3CFCA
(195,207,202)
#AEB9B4
(174,185,180)
#99A39E
(153,163,158)
#848D88
(132,141,136)
#6F7772
(111,119,114)
#5A615C
(90,97,92)
#454B46
(69,75,70)
#303530
(48,53,48)
#1B1F1A
(27,31,26)
#000000
(0,0,0)

Tints of #EDFBF6

#EDFBF6
(237,251,246)
#EEFBF6
(238,251,246)
#EFFBF6
(239,251,246)
#F0FBF6
(240,251,246)
#F1FBF6
(241,251,246)
#F2FBF6
(242,251,246)
#F3FBF6
(243,251,246)
#F4FBF6
(244,251,246)
#F5FBF6
(245,251,246)
#F6FBF6
(246,251,246)
#F7FBF6
(247,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFBF6; }

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

This text font color is #EDFBF6.

Background Color

.myBgColor { background-color: #EDFBF6; }

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

This div background color is #EDFBF6.

Border color

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

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

This div border color is #EDFBF6.

Opacity

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

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

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

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

This text has shadow with #EDFBF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDFBF6.

Preview

Color preview on black background

This text has color #EDFBF6 on black background.


Color preview on white background

This text has color #EDFBF6 on white background.


Black color preview on #EDFBF6 background

This text has black color on #EDFBF6 background.


White color preview on #EDFBF6 background

This text has white color on #EDFBF6 background.


Related colors

Complementary color

Complementary color for #hex is #120409.


I love getcolorcode.com

Triadic colors

1 #F6EDFB and #FBF6ED with #EDFBF6 are triadic colors.

2 #F6FBED and #FBEDF6 with #EDFBF6 are triadic colors.