COLOR #ECE5C4

HEX: #ECE5C4
RGB: (236,229,196)

Color info

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

RGB color model

#ECE5C4 color RGB value is (236,229,196).

  • red value is 236;
  • green value is 229;
  • blue value is 196.
RGB:
(236,229,196)
(93%,90%,77%)

RGB channels and saturation

R 236 of 255 = 93%
G 229 of 255 = 90%
B 196 of 255 = 77%

236
229
196

R + G + B ~ 87%. #ECE5C4 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 229 + 196 = 661 (100%)
R 236 of 661 ~ 35.7%
G 229 of 661 ~ 34.64%
B 196 of 661 ~ 29.65%

%35.7
%34.64
%29.65

CMYK color model

#ECE5C4 color CMYK value is (0,3,17,7).

  • cyan value is 0.00%
  • magenta value is 2.97%
  • yellow value is 16.95%
  • key color value is 7.45%
CMYK:
(0,3,17,7)
C0M3Y17K7 
(0%,3%,17%,7%)
(0.00/0.03/0.17/0.07)	

CMYK percentages

%0
%2.97
%16.95
%7.45

Codes

Color #ECE5C4 in popluar color models

ECE5C4
RGB236229196
HSL50°51.28%84.71%
HSB/HSV50°16.95%92.55%
CMYK0.00%2.97%16.95%
7.45%

Color #ECE5C4 in popluar number systems.

HEXECE5C4
Decimal236229196
Binary111011001110010111000100
Octal354345304

Shades and tints

Shades of #ECE5C4

#ECE5C4
(236,229,196)
#D7D1B3
(215,209,179)
#C2BDA2
(194,189,162)
#ADA991
(173,169,145)
#989580
(152,149,128)
#83816F
(131,129,111)
#6E6D5E
(110,109,94)
#59594D
(89,89,77)
#44453C
(68,69,60)
#2F312B
(47,49,43)
#1A1D1A
(26,29,26)
#000000
(0,0,0)

Tints of #ECE5C4

#ECE5C4
(236,229,196)
#EDE7C9
(237,231,201)
#EEE9CE
(238,233,206)
#EFEBD3
(239,235,211)
#F0EDD8
(240,237,216)
#F1EFDD
(241,239,221)
#F2F1E2
(242,241,226)
#F3F3E7
(243,243,231)
#F4F5EC
(244,245,236)
#F5F7F1
(245,247,241)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE5C4; }

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

This text font color is #ECE5C4.


Background Color

.myBgColor { background-color: #ECE5C4; }

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

This div background color is #ECE5C4.


Border color

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

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

This div border color is #ECE5C4.


Opacity

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

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

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

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

This text has shadow with #ECE5C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECE5C4 on black background.


Color preview on white background

This text has color #ECE5C4 on white background.



Black color preview on #ECE5C4 background

This text has black color on #ECE5C4 background.


White color preview on #ECE5C4 background

This text has white color on #ECE5C4 background.