COLOR #EDFBEC

HEX: #EDFBEC RGB: (237,251,236)

Color info

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

RGB color model

#EDFBEC color RGB value is (237,251,236).

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

RGB channels and saturation

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

237
251
236

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

Portions of RGB colors in percentages

R + G + B = 237 + 251 + 236 = 724 (100%)
R 237 of 724 ~ 32.73%
G 251 of 724 ~ 34.67%
B 236 of 724 ~ 32.6'%

%32.73
%34.67
%32.6

CMYK color model

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

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

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

CMYK percentages

%5.58
%0
%5.98
%1.57

Codes

Color #EDFBEC in popluar color models

ED FB EC
RGB 237 251 236
HSL 116° 65.22% 95.49%
HSB/HSV 116° 5.98% 98.43%
CMYK 5.58% 0.00% 5.98%
1.57%

Color #EDFBEC in popluar number systems.

HEX ED FB EC
Decimal 237 251 236
Binary 11101101 11111011 11101100
Octal 355 373 354

Shades and tints

Shades of #EDFBEC

#EDFBEC
(237,251,236)
#D8E5D7
(216,229,215)
#C3CFC2
(195,207,194)
#AEB9AD
(174,185,173)
#99A398
(153,163,152)
#848D83
(132,141,131)
#6F776E
(111,119,110)
#5A6159
(90,97,89)
#454B44
(69,75,68)
#30352F
(48,53,47)
#1B1F1A
(27,31,26)
#000000
(0,0,0)

Tints of #EDFBEC

#EDFBEC
(237,251,236)
#EEFBED
(238,251,237)
#EFFBEE
(239,251,238)
#F0FBEF
(240,251,239)
#F1FBF0
(241,251,240)
#F2FBF1
(242,251,241)
#F3FBF2
(243,251,242)
#F4FBF3
(244,251,243)
#F5FBF4
(245,251,244)
#F6FBF5
(246,251,245)
#F7FBF6
(247,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFBEC; }

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

This text font color is #EDFBEC.

Background Color

.myBgColor { background-color: #EDFBEC; }

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

This div background color is #EDFBEC.

Border color

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

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

This div border color is #EDFBEC.

Opacity

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

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

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

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

This text has shadow with #EDFBEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDFBEC.

Preview

Color preview on black background

This text has color #EDFBEC on black background.


Color preview on white background

This text has color #EDFBEC on white background.


Black color preview on #EDFBEC background

This text has black color on #EDFBEC background.


White color preview on #EDFBEC background

This text has white color on #EDFBEC background.


Related colors

Complementary color

Complementary color for #hex is #120413.


I love getcolorcode.com

Triadic colors

1 #ECEDFB and #FBECED with #EDFBEC are triadic colors.

2 #ECFBED and #FBEDEC with #EDFBEC are triadic colors.