COLOR #ECECCC

HEX: #ECECCC
RGB: (236,236,204)

Color info

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

RGB color model

#ECECCC color RGB value is (236,236,204).

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

RGB channels and saturation

R 236 of 255 = 93%
G 236 of 255 = 93%
B 204 of 255 = 80%

236
236
204

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

Portions of RGB colors in percentages

R + G + B =
236 + 236 + 204 = 676 (100%)
R 236 of 676 ~ 34.91%
G 236 of 676 ~ 34.91%
B 204 of 676 ~ 30.18%

%34.91
%34.91
%30.18

CMYK color model

#ECECCC color CMYK value is (0,0,14,7).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 13.56%
  • key color value is 7.45%
CMYK:
(0,0,14,7)
C0M0Y14K7 
(0%,0%,14%,7%)
(0.00/0.00/0.14/0.07)	

CMYK percentages

%0
%0
%13.56
%7.45

Codes

Color #ECECCC in popluar color models

ECECCC
RGB236236204
HSL60°45.71%86.27%
HSB/HSV60°13.56%92.55%
CMYK0.00%0.00%13.56%
7.45%

Color #ECECCC in popluar number systems.

HEXECECCC
Decimal236236204
Binary111011001110110011001100
Octal354354314

Shades and tints

Shades of #ECECCC

#ECECCC
(236,236,204)
#D7D7BA
(215,215,186)
#C2C2A8
(194,194,168)
#ADAD96
(173,173,150)
#989884
(152,152,132)
#838372
(131,131,114)
#6E6E60
(110,110,96)
#59594E
(89,89,78)
#44443C
(68,68,60)
#2F2F2A
(47,47,42)
#1A1A18
(26,26,24)
#000000
(0,0,0)

Tints of #ECECCC

#ECECCC
(236,236,204)
#EDEDD0
(237,237,208)
#EEEED4
(238,238,212)
#EFEFD8
(239,239,216)
#F0F0DC
(240,240,220)
#F1F1E0
(241,241,224)
#F2F2E4
(242,242,228)
#F3F3E8
(243,243,232)
#F4F4EC
(244,244,236)
#F5F5F0
(245,245,240)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECECCC; }

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

This text font color is #ECECCC.


Background Color

.myBgColor { background-color: #ECECCC; }

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

This div background color is #ECECCC.


Border color

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

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

This div border color is #ECECCC.


Opacity

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

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

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

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

This text has shadow with #ECECCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECECCC on black background.


Color preview on white background

This text has color #ECECCC on white background.



Black color preview on #ECECCC background

This text has black color on #ECECCC background.


White color preview on #ECECCC background

This text has white color on #ECECCC background.