COLOR #EDECE9

HEX: #EDECE9
RGB: (237,236,233)

Color info

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

RGB color model

#EDECE9 color RGB value is (237,236,233).

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

RGB channels and saturation

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

237
236
233

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

Portions of RGB colors in percentages

R + G + B =
237 + 236 + 233 = 706 (100%)
R 237 of 706 ~ 33.57%
G 236 of 706 ~ 33.43%
B 233 of 706 ~ 33%

%33.57
%33.43
%33

CMYK color model

#EDECE9 color CMYK value is (0,0,2,7).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 1.69%
  • key color value is 7.06%
CMYK:
(0,0,2,7)
C0M0Y2K7 
(0%,0%,2%,7%)
(0.00/0.00/0.02/0.07)	

CMYK percentages

%0
%0.42
%1.69
%7.06

Codes

Color #EDECE9 in popluar color models

EDECE9
RGB237236233
HSL45°10.00%92.16%
HSB/HSV45°1.69%92.94%
CMYK0.00%0.42%1.69%
7.06%

Color #EDECE9 in popluar number systems.

HEXEDECE9
Decimal237236233
Binary111011011110110011101001
Octal355354351

Shades and tints

Shades of #EDECE9

#EDECE9
(237,236,233)
#D8D7D4
(216,215,212)
#C3C2BF
(195,194,191)
#AEADAA
(174,173,170)
#999895
(153,152,149)
#848380
(132,131,128)
#6F6E6B
(111,110,107)
#5A5956
(90,89,86)
#454441
(69,68,65)
#302F2C
(48,47,44)
#1B1A17
(27,26,23)
#000000
(0,0,0)

Tints of #EDECE9

#EDECE9
(237,236,233)
#EEEDEB
(238,237,235)
#EFEEED
(239,238,237)
#F0EFEF
(240,239,239)
#F1F0F1
(241,240,241)
#F2F1F3
(242,241,243)
#F3F2F5
(243,242,245)
#F4F3F7
(244,243,247)
#F5F4F9
(245,244,249)
#F6F5FB
(246,245,251)
#F7F6FD
(247,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDECE9; }

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

This text font color is #EDECE9.


Background Color

.myBgColor { background-color: #EDECE9; }

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

This div background color is #EDECE9.


Border color

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

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

This div border color is #EDECE9.


Opacity

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

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

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

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

This text has shadow with #EDECE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDECE9 on black background.


Color preview on white background

This text has color #EDECE9 on white background.



Black color preview on #EDECE9 background

This text has black color on #EDECE9 background.


White color preview on #EDECE9 background

This text has white color on #EDECE9 background.