COLOR #ECEDD6

HEX: #ECEDD6
RGB: (236,237,214)

Color info

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

RGB color model

#ECEDD6 color RGB value is (236,237,214).

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

RGB channels and saturation

R 236 of 255 = 93%
G 237 of 255 = 93%
B 214 of 255 = 84%

236
237
214

R + G + B ~ 90%. #ECEDD6 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 237 + 214 = 687 (100%)
R 236 of 687 ~ 34.35%
G 237 of 687 ~ 34.5%
B 214 of 687 ~ 31.15%

%34.35
%34.5
%31.15

CMYK color model

#ECEDD6 color CMYK value is (0,0,10,7).

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 9.70%
  • key color value is 7.06%
CMYK:
(0,0,10,7)
C0M0Y10K7 
(0%,0%,10%,7%)
(0.00/0.00/0.10/0.07)	

CMYK percentages

%0.42
%0
%9.7
%7.06

Codes

Color #ECEDD6 in popluar color models

ECEDD6
RGB236237214
HSL63°38.98%88.43%
HSB/HSV63°9.70%92.94%
CMYK0.42%0.00%9.70%
7.06%

Color #ECEDD6 in popluar number systems.

HEXECEDD6
Decimal236237214
Binary111011001110110111010110
Octal354355326

Shades and tints

Shades of #ECEDD6

#ECEDD6
(236,237,214)
#D7D8C3
(215,216,195)
#C2C3B0
(194,195,176)
#ADAE9D
(173,174,157)
#98998A
(152,153,138)
#838477
(131,132,119)
#6E6F64
(110,111,100)
#595A51
(89,90,81)
#44453E
(68,69,62)
#2F302B
(47,48,43)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #ECEDD6

#ECEDD6
(236,237,214)
#EDEED9
(237,238,217)
#EEEFDC
(238,239,220)
#EFF0DF
(239,240,223)
#F0F1E2
(240,241,226)
#F1F2E5
(241,242,229)
#F2F3E8
(242,243,232)
#F3F4EB
(243,244,235)
#F4F5EE
(244,245,238)
#F5F6F1
(245,246,241)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECEDD6; }

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

This text font color is #ECEDD6.


Background Color

.myBgColor { background-color: #ECEDD6; }

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

This div background color is #ECEDD6.


Border color

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

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

This div border color is #ECEDD6.


Opacity

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

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

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

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

This text has shadow with #ECEDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECEDD6 on black background.


Color preview on white background

This text has color #ECEDD6 on white background.



Black color preview on #ECEDD6 background

This text has black color on #ECEDD6 background.


White color preview on #ECEDD6 background

This text has white color on #ECEDD6 background.