COLOR #EDECE7

HEX: #EDECE7
RGB: (237,236,231)

Color info

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

RGB color model

#EDECE7 color RGB value is (237,236,231).

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

RGB channels and saturation

R 237 of 255 = 93%
G 236 of 255 = 93%
B 231 of 255 = 91%

237
236
231

R + G + B ~ 92%. #EDECE7 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 236 + 231 = 704 (100%)
R 237 of 704 ~ 33.66%
G 236 of 704 ~ 33.52%
B 231 of 704 ~ 32.81%

%33.66
%33.52
%32.81

CMYK color model

#EDECE7 color CMYK value is (0,0,3,7).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 2.53%
  • key color value is 7.06%
CMYK:
(0,0,3,7)
C0M0Y3K7 
(0%,0%,3%,7%)
(0.00/0.00/0.03/0.07)	

CMYK percentages

%0
%0.42
%2.53
%7.06

Codes

Color #EDECE7 in popluar color models

EDECE7
RGB237236231
HSL50°14.29%91.76%
HSB/HSV50°2.53%92.94%
CMYK0.00%0.42%2.53%
7.06%

Color #EDECE7 in popluar number systems.

HEXEDECE7
Decimal237236231
Binary111011011110110011100111
Octal355354347

Shades and tints

Shades of #EDECE7

#EDECE7
(237,236,231)
#D8D7D2
(216,215,210)
#C3C2BD
(195,194,189)
#AEADA8
(174,173,168)
#999893
(153,152,147)
#84837E
(132,131,126)
#6F6E69
(111,110,105)
#5A5954
(90,89,84)
#45443F
(69,68,63)
#302F2A
(48,47,42)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #EDECE7

#EDECE7
(237,236,231)
#EEEDE9
(238,237,233)
#EFEEEB
(239,238,235)
#F0EFED
(240,239,237)
#F1F0EF
(241,240,239)
#F2F1F1
(242,241,241)
#F3F2F3
(243,242,243)
#F4F3F5
(244,243,245)
#F5F4F7
(245,244,247)
#F6F5F9
(246,245,249)
#F7F6FB
(247,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDECE7; }

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

This text font color is #EDECE7.


Background Color

.myBgColor { background-color: #EDECE7; }

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

This div background color is #EDECE7.


Border color

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

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

This div border color is #EDECE7.


Opacity

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

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

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

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

This text has shadow with #EDECE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDECE7 on black background.


Color preview on white background

This text has color #EDECE7 on white background.



Black color preview on #EDECE7 background

This text has black color on #EDECE7 background.


White color preview on #EDECE7 background

This text has white color on #EDECE7 background.