COLOR #ECECB5

HEX: #ECECB5
RGB: (236,236,181)

Color info

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

RGB color model

#ECECB5 color RGB value is (236,236,181).

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

RGB channels and saturation

R 236 of 255 = 93%
G 236 of 255 = 93%
B 181 of 255 = 71%

236
236
181

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

Portions of RGB colors in percentages

R + G + B =
236 + 236 + 181 = 653 (100%)
R 236 of 653 ~ 36.14%
G 236 of 653 ~ 36.14%
B 181 of 653 ~ 27.72%

%36.14
%36.14
%27.72

CMYK color model

#ECECB5 color CMYK value is (0,0,23,7).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 23.31%
  • key color value is 7.45%
CMYK:
(0,0,23,7)
C0M0Y23K7 
(0%,0%,23%,7%)
(0.00/0.00/0.23/0.07)	

CMYK percentages

%0
%0
%23.31
%7.45

Codes

Color #ECECB5 in popluar color models

ECECB5
RGB236236181
HSL60°59.14%81.76%
HSB/HSV60°23.31%92.55%
CMYK0.00%0.00%23.31%
7.45%

Color #ECECB5 in popluar number systems.

HEXECECB5
Decimal236236181
Binary111011001110110010110101
Octal354354265

Shades and tints

Shades of #ECECB5

#ECECB5
(236,236,181)
#D7D7A5
(215,215,165)
#C2C295
(194,194,149)
#ADAD85
(173,173,133)
#989875
(152,152,117)
#838365
(131,131,101)
#6E6E55
(110,110,85)
#595945
(89,89,69)
#444435
(68,68,53)
#2F2F25
(47,47,37)
#1A1A15
(26,26,21)
#000000
(0,0,0)

Tints of #ECECB5

#ECECB5
(236,236,181)
#EDEDBB
(237,237,187)
#EEEEC1
(238,238,193)
#EFEFC7
(239,239,199)
#F0F0CD
(240,240,205)
#F1F1D3
(241,241,211)
#F2F2D9
(242,242,217)
#F3F3DF
(243,243,223)
#F4F4E5
(244,244,229)
#F5F5EB
(245,245,235)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECECB5; }

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

This text font color is #ECECB5.


Background Color

.myBgColor { background-color: #ECECB5; }

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

This div background color is #ECECB5.


Border color

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

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

This div border color is #ECECB5.


Opacity

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

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

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

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

This text has shadow with #ECECB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECECB5 on black background.


Color preview on white background

This text has color #ECECB5 on white background.



Black color preview on #ECECB5 background

This text has black color on #ECECB5 background.


White color preview on #ECECB5 background

This text has white color on #ECECB5 background.