COLOR #ECEDD7

HEX: #ECEDD7 RGB: (236,237,215)

Color info

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

RGB color model

#ECEDD7 color RGB value is (236,237,215).

RGB: (236,237,215) (93%, 93%, 84%)

RGB channels and saturation

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

236
237
215

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

Portions of RGB colors in percentages

R + G + B = 236 + 237 + 215 = 688 (100%)
R 236 of 688 ~ 34.3%
G 237 of 688 ~ 34.45%
B 215 of 688 ~ 31.25'%

%34.3
%34.45
%31.25

CMYK color model

#ECEDD7 color CMYK value is (0,0,9,7).

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

CMYK: (0,0,9,7)
C0M0Y9K7 (0%, 0%, 9%, 7%)
(0.00 / 0.00 / 0.09 / 0.07)

CMYK percentages

%0.42
%0
%9.28
%7.06

Codes

Color #ECEDD7 in popluar color models

EC ED D7
RGB 236 237 215
HSL 63° 37.93% 88.63%
HSB/HSV 63° 9.28% 92.94%
CMYK 0.42% 0.00% 9.28%
7.06%

Color #ECEDD7 in popluar number systems.

HEX EC ED D7
Decimal 236 237 215
Binary 11101100 11101101 11010111
Octal 354 355 327

Shades and tints

Shades of #ECEDD7

#ECEDD7
(236,237,215)
#D7D8C4
(215,216,196)
#C2C3B1
(194,195,177)
#ADAE9E
(173,174,158)
#98998B
(152,153,139)
#838478
(131,132,120)
#6E6F65
(110,111,101)
#595A52
(89,90,82)
#44453F
(68,69,63)
#2F302C
(47,48,44)
#1A1B19
(26,27,25)
#000000
(0,0,0)

Tints of #ECEDD7

#ECEDD7
(236,237,215)
#EDEEDA
(237,238,218)
#EEEFDD
(238,239,221)
#EFF0E0
(239,240,224)
#F0F1E3
(240,241,227)
#F1F2E6
(241,242,230)
#F2F3E9
(242,243,233)
#F3F4EC
(243,244,236)
#F4F5EF
(244,245,239)
#F5F6F2
(245,246,242)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECEDD7; }

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

This text font color is #ECEDD7.

Background Color

.myBgColor { background-color: #ECEDD7; }

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

This div background color is #ECEDD7.

Border color

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

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

This div border color is #ECEDD7.

Opacity

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

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

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

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

This text has shadow with #ECEDD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECEDD7.

Preview

Color preview on black background

This text has color #ECEDD7 on black background.


Color preview on white background

This text has color #ECEDD7 on white background.


Black color preview on #ECEDD7 background

This text has black color on #ECEDD7 background.


White color preview on #ECEDD7 background

This text has white color on #ECEDD7 background.


Related colors

Complementary color

Complementary color for #hex is #131228.


I love getcolorcode.com

Triadic colors

1 #D7ECED and #EDD7EC with #ECEDD7 are triadic colors.

2 #D7EDEC and #EDECD7 with #ECEDD7 are triadic colors.