COLOR #E8DEC2

HEX: #E8DEC2
RGB: (232,222,194)

Color info

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

RGB color model

#E8DEC2 color RGB value is (232,222,194).

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

RGB channels and saturation

R 232 of 255 = 91%
G 222 of 255 = 87%
B 194 of 255 = 76%

232
222
194

R + G + B ~ 85%. #E8DEC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 222 + 194 = 648 (100%)
R 232 of 648 ~ 35.8%
G 222 of 648 ~ 34.26%
B 194 of 648 ~ 29.94%

%35.8
%34.26
%29.94

CMYK color model

#E8DEC2 color CMYK value is (0,4,16,9).

  • cyan value is 0.00%
  • magenta value is 4.31%
  • yellow value is 16.38%
  • key color value is 9.02%
CMYK:
(0,4,16,9)
C0M4Y16K9 
(0%,4%,16%,9%)
(0.00/0.04/0.16/0.09)	

CMYK percentages

%0
%4.31
%16.38
%9.02

Codes

Color #E8DEC2 in popluar color models

E8DEC2
RGB232222194
HSL44°45.24%83.53%
HSB/HSV44°16.38%90.98%
CMYK0.00%4.31%16.38%
9.02%

Color #E8DEC2 in popluar number systems.

HEXE8DEC2
Decimal232222194
Binary111010001101111011000010
Octal350336302

Shades and tints

Shades of #E8DEC2

#E8DEC2
(232,222,194)
#D3CAB1
(211,202,177)
#BEB6A0
(190,182,160)
#A9A28F
(169,162,143)
#948E7E
(148,142,126)
#7F7A6D
(127,122,109)
#6A665C
(106,102,92)
#55524B
(85,82,75)
#403E3A
(64,62,58)
#2B2A29
(43,42,41)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #E8DEC2

#E8DEC2
(232,222,194)
#EAE1C7
(234,225,199)
#ECE4CC
(236,228,204)
#EEE7D1
(238,231,209)
#F0EAD6
(240,234,214)
#F2EDDB
(242,237,219)
#F4F0E0
(244,240,224)
#F6F3E5
(246,243,229)
#F8F6EA
(248,246,234)
#FAF9EF
(250,249,239)
#FCFCF4
(252,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8DEC2; }

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

This text font color is #E8DEC2.


Background Color

.myBgColor { background-color: #E8DEC2; }

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

This div background color is #E8DEC2.


Border color

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

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

This div border color is #E8DEC2.


Opacity

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

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

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

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

This text has shadow with #E8DEC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8DEC2 on black background.


Color preview on white background

This text has color #E8DEC2 on white background.



Black color preview on #E8DEC2 background

This text has black color on #E8DEC2 background.


White color preview on #E8DEC2 background

This text has white color on #E8DEC2 background.