COLOR #ECEDC4

HEX: #ECEDC4
RGB: (236,237,196)

Color info

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

RGB color model

#ECEDC4 color RGB value is (236,237,196).

  • red value is 236;
  • green value is 237;
  • blue value is 196.
RGB:
(236,237,196)
(93%,93%,77%)

RGB channels and saturation

R 236 of 255 = 93%
G 237 of 255 = 93%
B 196 of 255 = 77%

236
237
196

R + G + B ~ 88%. #ECEDC4 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 237 + 196 = 669 (100%)
R 236 of 669 ~ 35.28%
G 237 of 669 ~ 35.43%
B 196 of 669 ~ 29.3%

%35.28
%35.43
%29.3

CMYK color model

#ECEDC4 color CMYK value is (0,0,17,7).

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 17.30%
  • key color value is 7.06%
CMYK:
(0,0,17,7)
C0M0Y17K7 
(0%,0%,17%,7%)
(0.00/0.00/0.17/0.07)	

CMYK percentages

%0.42
%0
%17.3
%7.06

Codes

Color #ECEDC4 in popluar color models

ECEDC4
RGB236237196
HSL61°53.25%84.90%
HSB/HSV61°17.30%92.94%
CMYK0.42%0.00%17.30%
7.06%

Color #ECEDC4 in popluar number systems.

HEXECEDC4
Decimal236237196
Binary111011001110110111000100
Octal354355304

Shades and tints

Shades of #ECEDC4

#ECEDC4
(236,237,196)
#D7D8B3
(215,216,179)
#C2C3A2
(194,195,162)
#ADAE91
(173,174,145)
#989980
(152,153,128)
#83846F
(131,132,111)
#6E6F5E
(110,111,94)
#595A4D
(89,90,77)
#44453C
(68,69,60)
#2F302B
(47,48,43)
#1A1B1A
(26,27,26)
#000000
(0,0,0)

Tints of #ECEDC4

#ECEDC4
(236,237,196)
#EDEEC9
(237,238,201)
#EEEFCE
(238,239,206)
#EFF0D3
(239,240,211)
#F0F1D8
(240,241,216)
#F1F2DD
(241,242,221)
#F2F3E2
(242,243,226)
#F3F4E7
(243,244,231)
#F4F5EC
(244,245,236)
#F5F6F1
(245,246,241)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECEDC4; }

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

This text font color is #ECEDC4.


Background Color

.myBgColor { background-color: #ECEDC4; }

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

This div background color is #ECEDC4.


Border color

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

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

This div border color is #ECEDC4.


Opacity

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

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

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

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

This text has shadow with #ECEDC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECEDC4 on black background.


Color preview on white background

This text has color #ECEDC4 on white background.



Black color preview on #ECEDC4 background

This text has black color on #ECEDC4 background.


White color preview on #ECEDC4 background

This text has white color on #ECEDC4 background.