COLOR #ECE8D0

HEX: #ECE8D0
RGB: (236,232,208)

Color info

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

RGB color model

#ECE8D0 color RGB value is (236,232,208).

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

RGB channels and saturation

R 236 of 255 = 93%
G 232 of 255 = 91%
B 208 of 255 = 82%

236
232
208

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

Portions of RGB colors in percentages

R + G + B =
236 + 232 + 208 = 676 (100%)
R 236 of 676 ~ 34.91%
G 232 of 676 ~ 34.32%
B 208 of 676 ~ 30.77%

%34.91
%34.32
%30.77

CMYK color model

#ECE8D0 color CMYK value is (0,2,12,7).

  • cyan value is 0.00%
  • magenta value is 1.69%
  • yellow value is 11.86%
  • key color value is 7.45%
CMYK:
(0,2,12,7)
C0M2Y12K7 
(0%,2%,12%,7%)
(0.00/0.02/0.12/0.07)	

CMYK percentages

%0
%1.69
%11.86
%7.45

Codes

Color #ECE8D0 in popluar color models

ECE8D0
RGB236232208
HSL51°42.42%87.06%
HSB/HSV51°11.86%92.55%
CMYK0.00%1.69%11.86%
7.45%

Color #ECE8D0 in popluar number systems.

HEXECE8D0
Decimal236232208
Binary111011001110100011010000
Octal354350320

Shades and tints

Shades of #ECE8D0

#ECE8D0
(236,232,208)
#D7D3BE
(215,211,190)
#C2BEAC
(194,190,172)
#ADA99A
(173,169,154)
#989488
(152,148,136)
#837F76
(131,127,118)
#6E6A64
(110,106,100)
#595552
(89,85,82)
#444040
(68,64,64)
#2F2B2E
(47,43,46)
#1A161C
(26,22,28)
#000000
(0,0,0)

Tints of #ECE8D0

#ECE8D0
(236,232,208)
#EDEAD4
(237,234,212)
#EEECD8
(238,236,216)
#EFEEDC
(239,238,220)
#F0F0E0
(240,240,224)
#F1F2E4
(241,242,228)
#F2F4E8
(242,244,232)
#F3F6EC
(243,246,236)
#F4F8F0
(244,248,240)
#F5FAF4
(245,250,244)
#F6FCF8
(246,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE8D0; }

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

This text font color is #ECE8D0.


Background Color

.myBgColor { background-color: #ECE8D0; }

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

This div background color is #ECE8D0.


Border color

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

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

This div border color is #ECE8D0.


Opacity

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

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

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

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

This text has shadow with #ECE8D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECE8D0 on black background.


Color preview on white background

This text has color #ECE8D0 on white background.



Black color preview on #ECE8D0 background

This text has black color on #ECE8D0 background.


White color preview on #ECE8D0 background

This text has white color on #ECE8D0 background.