COLOR #E6DEC2

HEX: #E6DEC2
RGB: (230,222,194)

Color info

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

RGB color model

#E6DEC2 color RGB value is (230,222,194).

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

RGB channels and saturation

R 230 of 255 = 90%
G 222 of 255 = 87%
B 194 of 255 = 76%

230
222
194

R + G + B ~ 84%. #E6DEC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 222 + 194 = 646 (100%)
R 230 of 646 ~ 35.6%
G 222 of 646 ~ 34.37%
B 194 of 646 ~ 30.03%

%35.6
%34.37
%30.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.48%
  • yellow value is 15.65%
  • key color value is 9.80%
CMYK:
(0,3,16,10)
C0M3Y16K10 
(0%,3%,16%,10%)
(0.00/0.03/0.16/0.10)	

CMYK percentages

%0
%3.48
%15.65
%9.8

Codes

Color #E6DEC2 in popluar color models

E6DEC2
RGB230222194
HSL47°41.86%83.14%
HSB/HSV47°15.65%90.20%
CMYK0.00%3.48%15.65%
9.80%

Color #E6DEC2 in popluar number systems.

HEXE6DEC2
Decimal230222194
Binary111001101101111011000010
Octal346336302

Shades and tints

Shades of #E6DEC2

#E6DEC2
(230,222,194)
#D2CAB1
(210,202,177)
#BEB6A0
(190,182,160)
#AAA28F
(170,162,143)
#968E7E
(150,142,126)
#827A6D
(130,122,109)
#6E665C
(110,102,92)
#5A524B
(90,82,75)
#463E3A
(70,62,58)
#322A29
(50,42,41)
#1E1618
(30,22,24)
#000000
(0,0,0)

Tints of #E6DEC2

#E6DEC2
(230,222,194)
#E8E1C7
(232,225,199)
#EAE4CC
(234,228,204)
#ECE7D1
(236,231,209)
#EEEAD6
(238,234,214)
#F0EDDB
(240,237,219)
#F2F0E0
(242,240,224)
#F4F3E5
(244,243,229)
#F6F6EA
(246,246,234)
#F8F9EF
(248,249,239)
#FAFCF4
(250,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DEC2; }

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

This text font color is #E6DEC2.


Background Color

.myBgColor { background-color: #E6DEC2; }

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

This div background color is #E6DEC2.


Border color

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

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

This div border color is #E6DEC2.


Opacity

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

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

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

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

This text has shadow with #E6DEC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DEC2 on black background.


Color preview on white background

This text has color #E6DEC2 on white background.



Black color preview on #E6DEC2 background

This text has black color on #E6DEC2 background.


White color preview on #E6DEC2 background

This text has white color on #E6DEC2 background.