COLOR #ECECB8

HEX: #ECECB8
RGB: (236,236,184)

Color info

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

RGB color model

#ECECB8 color RGB value is (236,236,184).

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

RGB channels and saturation

R 236 of 255 = 93%
G 236 of 255 = 93%
B 184 of 255 = 72%

236
236
184

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

Portions of RGB colors in percentages

R + G + B =
236 + 236 + 184 = 656 (100%)
R 236 of 656 ~ 35.98%
G 236 of 656 ~ 35.98%
B 184 of 656 ~ 28.05%

%35.98
%35.98
%28.05

CMYK color model

#ECECB8 color CMYK value is (0,0,22,7).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 22.03%
  • key color value is 7.45%
CMYK:
(0,0,22,7)
C0M0Y22K7 
(0%,0%,22%,7%)
(0.00/0.00/0.22/0.07)	

CMYK percentages

%0
%0
%22.03
%7.45

Codes

Color #ECECB8 in popluar color models

ECECB8
RGB236236184
HSL60°57.78%82.35%
HSB/HSV60°22.03%92.55%
CMYK0.00%0.00%22.03%
7.45%

Color #ECECB8 in popluar number systems.

HEXECECB8
Decimal236236184
Binary111011001110110010111000
Octal354354270

Shades and tints

Shades of #ECECB8

#ECECB8
(236,236,184)
#D7D7A8
(215,215,168)
#C2C298
(194,194,152)
#ADAD88
(173,173,136)
#989878
(152,152,120)
#838368
(131,131,104)
#6E6E58
(110,110,88)
#595948
(89,89,72)
#444438
(68,68,56)
#2F2F28
(47,47,40)
#1A1A18
(26,26,24)
#000000
(0,0,0)

Tints of #ECECB8

#ECECB8
(236,236,184)
#EDEDBE
(237,237,190)
#EEEEC4
(238,238,196)
#EFEFCA
(239,239,202)
#F0F0D0
(240,240,208)
#F1F1D6
(241,241,214)
#F2F2DC
(242,242,220)
#F3F3E2
(243,243,226)
#F4F4E8
(244,244,232)
#F5F5EE
(245,245,238)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECECB8; }

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

This text font color is #ECECB8.


Background Color

.myBgColor { background-color: #ECECB8; }

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

This div background color is #ECECB8.


Border color

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

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

This div border color is #ECECB8.


Opacity

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

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

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

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

This text has shadow with #ECECB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECECB8 on black background.


Color preview on white background

This text has color #ECECB8 on white background.



Black color preview on #ECECB8 background

This text has black color on #ECECB8 background.


White color preview on #ECECB8 background

This text has white color on #ECECB8 background.