COLOR #EDECD5

HEX: #EDECD5
RGB: (237,236,213)

Color info

#EDECD5 contains red, green and blue colors in about the same proportion. Web safe color of #EDECD5 is #FFFFCC (or #FFC).

RGB color model

#EDECD5 color RGB value is (237,236,213).

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

RGB channels and saturation

R 237 of 255 = 93%
G 236 of 255 = 93%
B 213 of 255 = 84%

237
236
213

R + G + B ~ 90%. #EDECD5 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 236 + 213 = 686 (100%)
R 237 of 686 ~ 34.55%
G 236 of 686 ~ 34.4%
B 213 of 686 ~ 31.05%

%34.55
%34.4
%31.05

CMYK color model

#EDECD5 color CMYK value is (0,0,10,7).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 10.13%
  • key color value is 7.06%
CMYK:
(0,0,10,7)
C0M0Y10K7 
(0%,0%,10%,7%)
(0.00/0.00/0.10/0.07)	

CMYK percentages

%0
%0.42
%10.13
%7.06

Codes

Color #EDECD5 in popluar color models

EDECD5
RGB237236213
HSL58°40.00%88.24%
HSB/HSV58°10.13%92.94%
CMYK0.00%0.42%10.13%
7.06%

Color #EDECD5 in popluar number systems.

HEXEDECD5
Decimal237236213
Binary111011011110110011010101
Octal355354325

Shades and tints

Shades of #EDECD5

#EDECD5
(237,236,213)
#D8D7C2
(216,215,194)
#C3C2AF
(195,194,175)
#AEAD9C
(174,173,156)
#999889
(153,152,137)
#848376
(132,131,118)
#6F6E63
(111,110,99)
#5A5950
(90,89,80)
#45443D
(69,68,61)
#302F2A
(48,47,42)
#1B1A17
(27,26,23)
#000000
(0,0,0)

Tints of #EDECD5

#EDECD5
(237,236,213)
#EEEDD8
(238,237,216)
#EFEEDB
(239,238,219)
#F0EFDE
(240,239,222)
#F1F0E1
(241,240,225)
#F2F1E4
(242,241,228)
#F3F2E7
(243,242,231)
#F4F3EA
(244,243,234)
#F5F4ED
(245,244,237)
#F6F5F0
(246,245,240)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDECD5; }

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

This text font color is #EDECD5.


Background Color

.myBgColor { background-color: #EDECD5; }

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

This div background color is #EDECD5.


Border color

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

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

This div border color is #EDECD5.


Opacity

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

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

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

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

This text has shadow with #EDECD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDECD5 on black background.


Color preview on white background

This text has color #EDECD5 on white background.



Black color preview on #EDECD5 background

This text has black color on #EDECD5 background.


White color preview on #EDECD5 background

This text has white color on #EDECD5 background.