COLOR #ECE8D4

HEX: #ECE8D4
RGB: (236,232,212)

Color info

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

RGB color model

#ECE8D4 color RGB value is (236,232,212).

  • red value is 236;
  • green value is 232;
  • blue value is 212.
RGB:
(236,232,212)
(93%,91%,83%)

RGB channels and saturation

R 236 of 255 = 93%
G 232 of 255 = 91%
B 212 of 255 = 83%

236
232
212

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

Portions of RGB colors in percentages

R + G + B =
236 + 232 + 212 = 680 (100%)
R 236 of 680 ~ 34.71%
G 232 of 680 ~ 34.12%
B 212 of 680 ~ 31.18%

%34.71
%34.12
%31.18

CMYK color model

#ECE8D4 color CMYK value is (0,2,10,7).

  • cyan value is 0.00%
  • magenta value is 1.69%
  • yellow value is 10.17%
  • key color value is 7.45%
CMYK:
(0,2,10,7)
C0M2Y10K7 
(0%,2%,10%,7%)
(0.00/0.02/0.10/0.07)	

CMYK percentages

%0
%1.69
%10.17
%7.45

Codes

Color #ECE8D4 in popluar color models

ECE8D4
RGB236232212
HSL50°38.71%87.84%
HSB/HSV50°10.17%92.55%
CMYK0.00%1.69%10.17%
7.45%

Color #ECE8D4 in popluar number systems.

HEXECE8D4
Decimal236232212
Binary111011001110100011010100
Octal354350324

Shades and tints

Shades of #ECE8D4

#ECE8D4
(236,232,212)
#D7D3C1
(215,211,193)
#C2BEAE
(194,190,174)
#ADA99B
(173,169,155)
#989488
(152,148,136)
#837F75
(131,127,117)
#6E6A62
(110,106,98)
#59554F
(89,85,79)
#44403C
(68,64,60)
#2F2B29
(47,43,41)
#1A1616
(26,22,22)
#000000
(0,0,0)

Tints of #ECE8D4

#ECE8D4
(236,232,212)
#EDEAD7
(237,234,215)
#EEECDA
(238,236,218)
#EFEEDD
(239,238,221)
#F0F0E0
(240,240,224)
#F1F2E3
(241,242,227)
#F2F4E6
(242,244,230)
#F3F6E9
(243,246,233)
#F4F8EC
(244,248,236)
#F5FAEF
(245,250,239)
#F6FCF2
(246,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE8D4; }

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

This text font color is #ECE8D4.


Background Color

.myBgColor { background-color: #ECE8D4; }

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

This div background color is #ECE8D4.


Border color

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

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

This div border color is #ECE8D4.


Opacity

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

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

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

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

This text has shadow with #ECE8D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECE8D4 on black background.


Color preview on white background

This text has color #ECE8D4 on white background.



Black color preview on #ECE8D4 background

This text has black color on #ECE8D4 background.


White color preview on #ECE8D4 background

This text has white color on #ECE8D4 background.