COLOR #ECE0CC

HEX: #ECE0CC RGB: (236,224,204)

Color info

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

RGB color model

#ECE0CC color RGB value is (236,224,204).

RGB: (236,224,204) (93%, 88%, 80%)

RGB channels and saturation

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

236
224
204

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

Portions of RGB colors in percentages

R + G + B = 236 + 224 + 204 = 664 (100%)
R 236 of 664 ~ 35.54%
G 224 of 664 ~ 33.73%
B 204 of 664 ~ 30.72'%

%35.54
%33.73
%30.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.08%
  • yellow value is 13.56%
  • key color value is 7.45%

CMYK: (0,5,14,7)
C0M5Y14K7 (0%, 5%, 14%, 7%)
(0.00 / 0.05 / 0.14 / 0.07)

CMYK percentages

%0
%5.08
%13.56
%7.45

Codes

Color #ECE0CC in popluar color models

EC E0 CC
RGB 236 224 204
HSL 38° 45.71% 86.27%
HSB/HSV 38° 13.56% 92.55%
CMYK 0.00% 5.08% 13.56%
7.45%

Color #ECE0CC in popluar number systems.

HEX EC E0 CC
Decimal 236 224 204
Binary 11101100 11100000 11001100
Octal 354 340 314

Shades and tints

Shades of #ECE0CC

#ECE0CC
(236,224,204)
#D7CCBA
(215,204,186)
#C2B8A8
(194,184,168)
#ADA496
(173,164,150)
#989084
(152,144,132)
#837C72
(131,124,114)
#6E6860
(110,104,96)
#59544E
(89,84,78)
#44403C
(68,64,60)
#2F2C2A
(47,44,42)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #ECE0CC

#ECE0CC
(236,224,204)
#EDE2D0
(237,226,208)
#EEE4D4
(238,228,212)
#EFE6D8
(239,230,216)
#F0E8DC
(240,232,220)
#F1EAE0
(241,234,224)
#F2ECE4
(242,236,228)
#F3EEE8
(243,238,232)
#F4F0EC
(244,240,236)
#F5F2F0
(245,242,240)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE0CC; }

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

This text font color is #ECE0CC.

Background Color

.myBgColor { background-color: #ECE0CC; }

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

This div background color is #ECE0CC.

Border color

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

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

This div border color is #ECE0CC.

Opacity

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

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

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

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

This text has shadow with #ECE0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECE0CC.

Preview

Color preview on black background

This text has color #ECE0CC on black background.


Color preview on white background

This text has color #ECE0CC on white background.


Black color preview on #ECE0CC background

This text has black color on #ECE0CC background.


White color preview on #ECE0CC background

This text has white color on #ECE0CC background.


Related colors

Complementary color

Complementary color for #hex is #131F33.


I love getcolorcode.com

Triadic colors

1 #CCECE0 and #E0CCEC with #ECE0CC are triadic colors.

2 #CCE0EC and #E0ECCC with #ECE0CC are triadic colors.