COLOR #ECEADD

HEX: #ECEADD
RGB: (236,234,221)

Color info

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

RGB color model

#ECEADD color RGB value is (236,234,221).

  • red value is 236;
  • green value is 234;
  • blue value is 221.
RGB:
(236,234,221)
(93%,92%,87%)

RGB channels and saturation

R 236 of 255 = 93%
G 234 of 255 = 92%
B 221 of 255 = 87%

236
234
221

R + G + B ~ 91%. #ECEADD is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 234 + 221 = 691 (100%)
R 236 of 691 ~ 34.15%
G 234 of 691 ~ 33.86%
B 221 of 691 ~ 31.98%

%34.15
%33.86
%31.98

CMYK color model

#ECEADD color CMYK value is (0,1,6,7).

  • cyan value is 0.00%
  • magenta value is 0.85%
  • yellow value is 6.36%
  • key color value is 7.45%
CMYK:
(0,1,6,7)
C0M1Y6K7 
(0%,1%,6%,7%)
(0.00/0.01/0.06/0.07)	

CMYK percentages

%0
%0.85
%6.36
%7.45

Codes

Color #ECEADD in popluar color models

ECEADD
RGB236234221
HSL52°28.30%89.61%
HSB/HSV52°6.36%92.55%
CMYK0.00%0.85%6.36%
7.45%

Color #ECEADD in popluar number systems.

HEXECEADD
Decimal236234221
Binary111011001110101011011101
Octal354352335

Shades and tints

Shades of #ECEADD

#ECEADD
(236,234,221)
#D7D5C9
(215,213,201)
#C2C0B5
(194,192,181)
#ADABA1
(173,171,161)
#98968D
(152,150,141)
#838179
(131,129,121)
#6E6C65
(110,108,101)
#595751
(89,87,81)
#44423D
(68,66,61)
#2F2D29
(47,45,41)
#1A1815
(26,24,21)
#000000
(0,0,0)

Tints of #ECEADD

#ECEADD
(236,234,221)
#EDEBE0
(237,235,224)
#EEECE3
(238,236,227)
#EFEDE6
(239,237,230)
#F0EEE9
(240,238,233)
#F1EFEC
(241,239,236)
#F2F0EF
(242,240,239)
#F3F1F2
(243,241,242)
#F4F2F5
(244,242,245)
#F5F3F8
(245,243,248)
#F6F4FB
(246,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECEADD; }

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

This text font color is #ECEADD.


Background Color

.myBgColor { background-color: #ECEADD; }

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

This div background color is #ECEADD.


Border color

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

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

This div border color is #ECEADD.


Opacity

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

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

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

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

This text has shadow with #ECEADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECEADD on black background.


Color preview on white background

This text has color #ECEADD on white background.



Black color preview on #ECEADD background

This text has black color on #ECEADD background.


White color preview on #ECEADD background

This text has white color on #ECEADD background.