COLOR #EDECD4

HEX: #EDECD4 RGB: (237,236,212)

Color info

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

RGB color model

#EDECD4 color RGB value is (237,236,212).

RGB: (237,236,212) (93%, 93%, 83%)

RGB channels and saturation

R 237 of 255 = 93%
G 236 of 255 = 93%
B 212 of 255 = 83%

237
236
212

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

Portions of RGB colors in percentages

R + G + B = 237 + 236 + 212 = 685 (100%)
R 237 of 685 ~ 34.6%
G 236 of 685 ~ 34.45%
B 212 of 685 ~ 30.95'%

%34.6
%34.45
%30.95

CMYK color model

#EDECD4 color CMYK value is (0,0,11,7).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 10.55%
  • key color value is 7.06%

CMYK: (0,0,11,7)
C0M0Y11K7 (0%, 0%, 11%, 7%)
(0.00 / 0.00 / 0.11 / 0.07)

CMYK percentages

%0
%0.42
%10.55
%7.06

Codes

Color #EDECD4 in popluar color models

ED EC D4
RGB 237 236 212
HSL 58° 40.98% 88.04%
HSB/HSV 58° 10.55% 92.94%
CMYK 0.00% 0.42% 10.55%
7.06%

Color #EDECD4 in popluar number systems.

HEX ED EC D4
Decimal 237 236 212
Binary 11101101 11101100 11010100
Octal 355 354 324

Shades and tints

Shades of #EDECD4

#EDECD4
(237,236,212)
#D8D7C1
(216,215,193)
#C3C2AE
(195,194,174)
#AEAD9B
(174,173,155)
#999888
(153,152,136)
#848375
(132,131,117)
#6F6E62
(111,110,98)
#5A594F
(90,89,79)
#45443C
(69,68,60)
#302F29
(48,47,41)
#1B1A16
(27,26,22)
#000000
(0,0,0)

Tints of #EDECD4

#EDECD4
(237,236,212)
#EEEDD7
(238,237,215)
#EFEEDA
(239,238,218)
#F0EFDD
(240,239,221)
#F1F0E0
(241,240,224)
#F2F1E3
(242,241,227)
#F3F2E6
(243,242,230)
#F4F3E9
(244,243,233)
#F5F4EC
(245,244,236)
#F6F5EF
(246,245,239)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDECD4; }

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

This text font color is #EDECD4.

Background Color

.myBgColor { background-color: #EDECD4; }

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

This div background color is #EDECD4.

Border color

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

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

This div border color is #EDECD4.

Opacity

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

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

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

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

This text has shadow with #EDECD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDECD4.

Preview

Color preview on black background

This text has color #EDECD4 on black background.


Color preview on white background

This text has color #EDECD4 on white background.


Black color preview on #EDECD4 background

This text has black color on #EDECD4 background.


White color preview on #EDECD4 background

This text has white color on #EDECD4 background.


Related colors

Complementary color

Complementary color for #hex is #12132B.


I love getcolorcode.com

Triadic colors

1 #D4EDEC and #ECD4ED with #EDECD4 are triadic colors.

2 #D4ECED and #ECEDD4 with #EDECD4 are triadic colors.