COLOR #ECDEC5

HEX: #ECDEC5
RGB: (236,222,197)

Color info

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

RGB color model

#ECDEC5 color RGB value is (236,222,197).

  • red value is 236;
  • green value is 222;
  • blue value is 197.
RGB:
(236,222,197)
(93%,87%,77%)

RGB channels and saturation

R 236 of 255 = 93%
G 222 of 255 = 87%
B 197 of 255 = 77%

236
222
197

R + G + B ~ 86%. #ECDEC5 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 222 + 197 = 655 (100%)
R 236 of 655 ~ 36.03%
G 222 of 655 ~ 33.89%
B 197 of 655 ~ 30.08%

%36.03
%33.89
%30.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 16.53%
  • key color value is 7.45%
CMYK:
(0,6,17,7)
C0M6Y17K7 
(0%,6%,17%,7%)
(0.00/0.06/0.17/0.07)	

CMYK percentages

%0
%5.93
%16.53
%7.45

Codes

Color #ECDEC5 in popluar color models

ECDEC5
RGB236222197
HSL38°50.65%84.90%
HSB/HSV38°16.53%92.55%
CMYK0.00%5.93%16.53%
7.45%

Color #ECDEC5 in popluar number systems.

HEXECDEC5
Decimal236222197
Binary111011001101111011000101
Octal354336305

Shades and tints

Shades of #ECDEC5

#ECDEC5
(236,222,197)
#D7CAB4
(215,202,180)
#C2B6A3
(194,182,163)
#ADA292
(173,162,146)
#988E81
(152,142,129)
#837A70
(131,122,112)
#6E665F
(110,102,95)
#59524E
(89,82,78)
#443E3D
(68,62,61)
#2F2A2C
(47,42,44)
#1A161B
(26,22,27)
#000000
(0,0,0)

Tints of #ECDEC5

#ECDEC5
(236,222,197)
#EDE1CA
(237,225,202)
#EEE4CF
(238,228,207)
#EFE7D4
(239,231,212)
#F0EAD9
(240,234,217)
#F1EDDE
(241,237,222)
#F2F0E3
(242,240,227)
#F3F3E8
(243,243,232)
#F4F6ED
(244,246,237)
#F5F9F2
(245,249,242)
#F6FCF7
(246,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECDEC5 color. Also use rgb(236,222,197) instead hex code.

Text Font Color

.myTextColor { color: #ECDEC5; }

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

This text font color is #ECDEC5.


Background Color

.myBgColor { background-color: #ECDEC5; }

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

This div background color is #ECDEC5.


Border color

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

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

This div border color is #ECDEC5.


Opacity

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

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

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

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

This text has shadow with #ECDEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDEC5 on black background.


Color preview on white background

This text has color #ECDEC5 on white background.



Black color preview on #ECDEC5 background

This text has black color on #ECDEC5 background.


White color preview on #ECDEC5 background

This text has white color on #ECDEC5 background.