COLOR #EDECC4

HEX: #EDECC4
RGB: (237,236,196)

Color info

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

RGB color model

#EDECC4 color RGB value is (237,236,196).

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

RGB channels and saturation

R 237 of 255 = 93%
G 236 of 255 = 93%
B 196 of 255 = 77%

237
236
196

R + G + B ~ 88%. #EDECC4 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 236 + 196 = 669 (100%)
R 237 of 669 ~ 35.43%
G 236 of 669 ~ 35.28%
B 196 of 669 ~ 29.3%

%35.43
%35.28
%29.3

CMYK color model

#EDECC4 color CMYK value is (0,0,17,7).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 17.30%
  • key color value is 7.06%
CMYK:
(0,0,17,7)
C0M0Y17K7 
(0%,0%,17%,7%)
(0.00/0.00/0.17/0.07)	

CMYK percentages

%0
%0.42
%17.3
%7.06

Codes

Color #EDECC4 in popluar color models

EDECC4
RGB237236196
HSL59°53.25%84.90%
HSB/HSV59°17.30%92.94%
CMYK0.00%0.42%17.30%
7.06%

Color #EDECC4 in popluar number systems.

HEXEDECC4
Decimal237236196
Binary111011011110110011000100
Octal355354304

Shades and tints

Shades of #EDECC4

#EDECC4
(237,236,196)
#D8D7B3
(216,215,179)
#C3C2A2
(195,194,162)
#AEAD91
(174,173,145)
#999880
(153,152,128)
#84836F
(132,131,111)
#6F6E5E
(111,110,94)
#5A594D
(90,89,77)
#45443C
(69,68,60)
#302F2B
(48,47,43)
#1B1A1A
(27,26,26)
#000000
(0,0,0)

Tints of #EDECC4

#EDECC4
(237,236,196)
#EEEDC9
(238,237,201)
#EFEECE
(239,238,206)
#F0EFD3
(240,239,211)
#F1F0D8
(241,240,216)
#F2F1DD
(242,241,221)
#F3F2E2
(243,242,226)
#F4F3E7
(244,243,231)
#F5F4EC
(245,244,236)
#F6F5F1
(246,245,241)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDECC4; }

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

This text font color is #EDECC4.


Background Color

.myBgColor { background-color: #EDECC4; }

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

This div background color is #EDECC4.


Border color

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

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

This div border color is #EDECC4.


Opacity

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

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

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

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

This text has shadow with #EDECC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDECC4 on black background.


Color preview on white background

This text has color #EDECC4 on white background.



Black color preview on #EDECC4 background

This text has black color on #EDECC4 background.


White color preview on #EDECC4 background

This text has white color on #EDECC4 background.