COLOR #ECE6DE

HEX: #ECE6DE
RGB: (236,230,222)

Color info

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

RGB color model

#ECE6DE color RGB value is (236,230,222).

  • red value is 236;
  • green value is 230;
  • blue value is 222.
RGB:
(236,230,222)
(93%,90%,87%)

RGB channels and saturation

R 236 of 255 = 93%
G 230 of 255 = 90%
B 222 of 255 = 87%

236
230
222

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

Portions of RGB colors in percentages

R + G + B =
236 + 230 + 222 = 688 (100%)
R 236 of 688 ~ 34.3%
G 230 of 688 ~ 33.43%
B 222 of 688 ~ 32.27%

%34.3
%33.43
%32.27

CMYK color model

#ECE6DE color CMYK value is (0,3,6,7).

  • cyan value is 0.00%
  • magenta value is 2.54%
  • yellow value is 5.93%
  • key color value is 7.45%
CMYK:
(0,3,6,7)
C0M3Y6K7 
(0%,3%,6%,7%)
(0.00/0.03/0.06/0.07)	

CMYK percentages

%0
%2.54
%5.93
%7.45

Codes

Color #ECE6DE in popluar color models

ECE6DE
RGB236230222
HSL34°26.92%89.80%
HSB/HSV34°5.93%92.55%
CMYK0.00%2.54%5.93%
7.45%

Color #ECE6DE in popluar number systems.

HEXECE6DE
Decimal236230222
Binary111011001110011011011110
Octal354346336

Shades and tints

Shades of #ECE6DE

#ECE6DE
(236,230,222)
#D7D2CA
(215,210,202)
#C2BEB6
(194,190,182)
#ADAAA2
(173,170,162)
#98968E
(152,150,142)
#83827A
(131,130,122)
#6E6E66
(110,110,102)
#595A52
(89,90,82)
#44463E
(68,70,62)
#2F322A
(47,50,42)
#1A1E16
(26,30,22)
#000000
(0,0,0)

Tints of #ECE6DE

#ECE6DE
(236,230,222)
#EDE8E1
(237,232,225)
#EEEAE4
(238,234,228)
#EFECE7
(239,236,231)
#F0EEEA
(240,238,234)
#F1F0ED
(241,240,237)
#F2F2F0
(242,242,240)
#F3F4F3
(243,244,243)
#F4F6F6
(244,246,246)
#F5F8F9
(245,248,249)
#F6FAFC
(246,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE6DE; }

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

This text font color is #ECE6DE.


Background Color

.myBgColor { background-color: #ECE6DE; }

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

This div background color is #ECE6DE.


Border color

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

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

This div border color is #ECE6DE.


Opacity

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

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

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

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

This text has shadow with #ECE6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECE6DE on black background.


Color preview on white background

This text has color #ECE6DE on white background.



Black color preview on #ECE6DE background

This text has black color on #ECE6DE background.


White color preview on #ECE6DE background

This text has white color on #ECE6DE background.