COLOR #ECE9B4

HEX: #ECE9B4
RGB: (236,233,180)

Color info

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

RGB color model

#ECE9B4 color RGB value is (236,233,180).

  • red value is 236;
  • green value is 233;
  • blue value is 180.
RGB:
(236,233,180)
(93%,91%,71%)

RGB channels and saturation

R 236 of 255 = 93%
G 233 of 255 = 91%
B 180 of 255 = 71%

236
233
180

R + G + B ~ 85%. #ECE9B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 233 + 180 = 649 (100%)
R 236 of 649 ~ 36.36%
G 233 of 649 ~ 35.9%
B 180 of 649 ~ 27.73%

%36.36
%35.9
%27.73

CMYK color model

#ECE9B4 color CMYK value is (0,1,24,7).

  • cyan value is 0.00%
  • magenta value is 1.27%
  • yellow value is 23.73%
  • key color value is 7.45%
CMYK:
(0,1,24,7)
C0M1Y24K7 
(0%,1%,24%,7%)
(0.00/0.01/0.24/0.07)	

CMYK percentages

%0
%1.27
%23.73
%7.45

Codes

Color #ECE9B4 in popluar color models

ECE9B4
RGB236233180
HSL57°59.57%81.57%
HSB/HSV57°23.73%92.55%
CMYK0.00%1.27%23.73%
7.45%

Color #ECE9B4 in popluar number systems.

HEXECE9B4
Decimal236233180
Binary111011001110100110110100
Octal354351264

Shades and tints

Shades of #ECE9B4

#ECE9B4
(236,233,180)
#D7D4A4
(215,212,164)
#C2BF94
(194,191,148)
#ADAA84
(173,170,132)
#989574
(152,149,116)
#838064
(131,128,100)
#6E6B54
(110,107,84)
#595644
(89,86,68)
#444134
(68,65,52)
#2F2C24
(47,44,36)
#1A1714
(26,23,20)
#000000
(0,0,0)

Tints of #ECE9B4

#ECE9B4
(236,233,180)
#EDEBBA
(237,235,186)
#EEEDC0
(238,237,192)
#EFEFC6
(239,239,198)
#F0F1CC
(240,241,204)
#F1F3D2
(241,243,210)
#F2F5D8
(242,245,216)
#F3F7DE
(243,247,222)
#F4F9E4
(244,249,228)
#F5FBEA
(245,251,234)
#F6FDF0
(246,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECE9B4 color. Also use rgb(236,233,180) instead hex code.

Text Font Color

.myTextColor { color: #ECE9B4; }

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

This text font color is #ECE9B4.


Background Color

.myBgColor { background-color: #ECE9B4; }

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

This div background color is #ECE9B4.


Border color

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

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

This div border color is #ECE9B4.


Opacity

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

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

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

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

This text has shadow with #ECE9B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECE9B4 on black background.


Color preview on white background

This text has color #ECE9B4 on white background.



Black color preview on #ECE9B4 background

This text has black color on #ECE9B4 background.


White color preview on #ECE9B4 background

This text has white color on #ECE9B4 background.