COLOR #EDEFEC

HEX: #EDEFEC
RGB: (237,239,236)

Color info

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

RGB color model

#EDEFEC color RGB value is (237,239,236).

  • red value is 237;
  • green value is 239;
  • blue value is 236.
RGB:
(237,239,236)
(93%,94%,93%)

RGB channels and saturation

R 237 of 255 = 93%
G 239 of 255 = 94%
B 236 of 255 = 93%

237
239
236

R + G + B ~ 93%. #EDEFEC is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 239 + 236 = 712 (100%)
R 237 of 712 ~ 33.29%
G 239 of 712 ~ 33.57%
B 236 of 712 ~ 33.15%

%33.29
%33.57
%33.15

CMYK color model

#EDEFEC color CMYK value is (1,0,1,6).

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 1.26%
  • key color value is 6.27%
CMYK:
(1,0,1,6)
C1M0Y1K6 
(1%,0%,1%,6%)
(0.01/0.00/0.01/0.06)	

CMYK percentages

%0.84
%0
%1.26
%6.27

Codes

Color #EDEFEC in popluar color models

EDEFEC
RGB237239236
HSL100°8.57%93.14%
HSB/HSV100°1.26%93.73%
CMYK0.84%0.00%1.26%
6.27%

Color #EDEFEC in popluar number systems.

HEXEDEFEC
Decimal237239236
Binary111011011110111111101100
Octal355357354

Shades and tints

Shades of #EDEFEC

#EDEFEC
(237,239,236)
#D8DAD7
(216,218,215)
#C3C5C2
(195,197,194)
#AEB0AD
(174,176,173)
#999B98
(153,155,152)
#848683
(132,134,131)
#6F716E
(111,113,110)
#5A5C59
(90,92,89)
#454744
(69,71,68)
#30322F
(48,50,47)
#1B1D1A
(27,29,26)
#000000
(0,0,0)

Tints of #EDEFEC

#EDEFEC
(237,239,236)
#EEF0ED
(238,240,237)
#EFF1EE
(239,241,238)
#F0F2EF
(240,242,239)
#F1F3F0
(241,243,240)
#F2F4F1
(242,244,241)
#F3F5F2
(243,245,242)
#F4F6F3
(244,246,243)
#F5F7F4
(245,247,244)
#F6F8F5
(246,248,245)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEFEC; }

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

This text font color is #EDEFEC.


Background Color

.myBgColor { background-color: #EDEFEC; }

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

This div background color is #EDEFEC.


Border color

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

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

This div border color is #EDEFEC.


Opacity

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

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

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

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

This text has shadow with #EDEFEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEFEC on black background.


Color preview on white background

This text has color #EDEFEC on white background.



Black color preview on #EDEFEC background

This text has black color on #EDEFEC background.


White color preview on #EDEFEC background

This text has white color on #EDEFEC background.