COLOR #ECE5D5

HEX: #ECE5D5 RGB: (236,229,213)

Color info

#ECE5D5 contains red, green and blue colors in about the same proportion. Web safe color of #ECE5D5 is #FFCCCC (or #FCC).

RGB color model

#ECE5D5 color RGB value is (236,229,213).

RGB: (236,229,213) (93%, 90%, 84%)

RGB channels and saturation

R 236 of 255 = 93%
G 229 of 255 = 90%
B 213 of 255 = 84%

236
229
213

R + G + B ~ 89%. #ECE5D5 is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 229 + 213 = 678 (100%)
R 236 of 678 ~ 34.81%
G 229 of 678 ~ 33.78%
B 213 of 678 ~ 31.42'%

%34.81
%33.78
%31.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.97%
  • yellow value is 9.75%
  • key color value is 7.45%

CMYK: (0,3,10,7)
C0M3Y10K7 (0%, 3%, 10%, 7%)
(0.00 / 0.03 / 0.10 / 0.07)

CMYK percentages

%0
%2.97
%9.75
%7.45

Codes

Color #ECE5D5 in popluar color models

EC E5 D5
RGB 236 229 213
HSL 42° 37.70% 88.04%
HSB/HSV 42° 9.75% 92.55%
CMYK 0.00% 2.97% 9.75%
7.45%

Color #ECE5D5 in popluar number systems.

HEX EC E5 D5
Decimal 236 229 213
Binary 11101100 11100101 11010101
Octal 354 345 325

Shades and tints

Shades of #ECE5D5

#ECE5D5
(236,229,213)
#D7D1C2
(215,209,194)
#C2BDAF
(194,189,175)
#ADA99C
(173,169,156)
#989589
(152,149,137)
#838176
(131,129,118)
#6E6D63
(110,109,99)
#595950
(89,89,80)
#44453D
(68,69,61)
#2F312A
(47,49,42)
#1A1D17
(26,29,23)
#000000
(0,0,0)

Tints of #ECE5D5

#ECE5D5
(236,229,213)
#EDE7D8
(237,231,216)
#EEE9DB
(238,233,219)
#EFEBDE
(239,235,222)
#F0EDE1
(240,237,225)
#F1EFE4
(241,239,228)
#F2F1E7
(242,241,231)
#F3F3EA
(243,243,234)
#F4F5ED
(244,245,237)
#F5F7F0
(245,247,240)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE5D5; }

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

This text font color is #ECE5D5.

Background Color

.myBgColor { background-color: #ECE5D5; }

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

This div background color is #ECE5D5.

Border color

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

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

This div border color is #ECE5D5.

Opacity

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

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

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

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

This text has shadow with #ECE5D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECE5D5.

Preview

Color preview on black background

This text has color #ECE5D5 on black background.


Color preview on white background

This text has color #ECE5D5 on white background.


Black color preview on #ECE5D5 background

This text has black color on #ECE5D5 background.


White color preview on #ECE5D5 background

This text has white color on #ECE5D5 background.


Related colors

Complementary color

Complementary color for #hex is #131A2A.


I love getcolorcode.com

Triadic colors

1 #D5ECE5 and #E5D5EC with #ECE5D5 are triadic colors.

2 #D5E5EC and #E5ECD5 with #ECE5D5 are triadic colors.