COLOR #E6DECE

HEX: #E6DECE
RGB: (230,222,206)

Color info

#E6DECE contains red, green and blue colors in about the same proportion. Web safe color of #E6DECE is #CCCCCC (or #CCC).

RGB color model

#E6DECE color RGB value is (230,222,206).

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

RGB channels and saturation

R 230 of 255 = 90%
G 222 of 255 = 87%
B 206 of 255 = 81%

230
222
206

R + G + B ~ 86%. #E6DECE is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 222 + 206 = 658 (100%)
R 230 of 658 ~ 34.95%
G 222 of 658 ~ 33.74%
B 206 of 658 ~ 31.31%

%34.95
%33.74
%31.31

CMYK color model

#E6DECE color CMYK value is (0,3,10,10).

  • cyan value is 0.00%
  • magenta value is 3.48%
  • yellow value is 10.43%
  • key color value is 9.80%
CMYK:
(0,3,10,10)
C0M3Y10K10 
(0%,3%,10%,10%)
(0.00/0.03/0.10/0.10)	

CMYK percentages

%0
%3.48
%10.43
%9.8

Codes

Color #E6DECE in popluar color models

E6DECE
RGB230222206
HSL40°32.43%85.49%
HSB/HSV40°10.43%90.20%
CMYK0.00%3.48%10.43%
9.80%

Color #E6DECE in popluar number systems.

HEXE6DECE
Decimal230222206
Binary111001101101111011001110
Octal346336316

Shades and tints

Shades of #E6DECE

#E6DECE
(230,222,206)
#D2CABC
(210,202,188)
#BEB6AA
(190,182,170)
#AAA298
(170,162,152)
#968E86
(150,142,134)
#827A74
(130,122,116)
#6E6662
(110,102,98)
#5A5250
(90,82,80)
#463E3E
(70,62,62)
#322A2C
(50,42,44)
#1E161A
(30,22,26)
#000000
(0,0,0)

Tints of #E6DECE

#E6DECE
(230,222,206)
#E8E1D2
(232,225,210)
#EAE4D6
(234,228,214)
#ECE7DA
(236,231,218)
#EEEADE
(238,234,222)
#F0EDE2
(240,237,226)
#F2F0E6
(242,240,230)
#F4F3EA
(244,243,234)
#F6F6EE
(246,246,238)
#F8F9F2
(248,249,242)
#FAFCF6
(250,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DECE; }

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

This text font color is #E6DECE.


Background Color

.myBgColor { background-color: #E6DECE; }

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

This div background color is #E6DECE.


Border color

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

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

This div border color is #E6DECE.


Opacity

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

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

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

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

This text has shadow with #E6DECE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DECE on black background.


Color preview on white background

This text has color #E6DECE on white background.



Black color preview on #E6DECE background

This text has black color on #E6DECE background.


White color preview on #E6DECE background

This text has white color on #E6DECE background.