COLOR #E3D6C0

HEX: #E3D6C0
RGB: (227,214,192)

Color info

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

RGB color model

#E3D6C0 color RGB value is (227,214,192).

  • red value is 227;
  • green value is 214;
  • blue value is 192.
RGB:
(227,214,192)
(89%,84%,75%)

RGB channels and saturation

R 227 of 255 = 89%
G 214 of 255 = 84%
B 192 of 255 = 75%

227
214
192

R + G + B ~ 83%. #E3D6C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 214 + 192 = 633 (100%)
R 227 of 633 ~ 35.86%
G 214 of 633 ~ 33.81%
B 192 of 633 ~ 30.33%

%35.86
%33.81
%30.33

CMYK color model

#E3D6C0 color CMYK value is (0,6,15,11).

  • cyan value is 0.00%
  • magenta value is 5.73%
  • yellow value is 15.42%
  • key color value is 10.98%
CMYK:
(0,6,15,11)
C0M6Y15K11 
(0%,6%,15%,11%)
(0.00/0.06/0.15/0.11)	

CMYK percentages

%0
%5.73
%15.42
%10.98

Codes

Color #E3D6C0 in popluar color models

E3D6C0
RGB227214192
HSL38°38.46%82.16%
HSB/HSV38°15.42%89.02%
CMYK0.00%5.73%15.42%
10.98%

Color #E3D6C0 in popluar number systems.

HEXE3D6C0
Decimal227214192
Binary111000111101011011000000
Octal343326300

Shades and tints

Shades of #E3D6C0

#E3D6C0
(227,214,192)
#CFC3AF
(207,195,175)
#BBB09E
(187,176,158)
#A79D8D
(167,157,141)
#938A7C
(147,138,124)
#7F776B
(127,119,107)
#6B645A
(107,100,90)
#575149
(87,81,73)
#433E38
(67,62,56)
#2F2B27
(47,43,39)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #E3D6C0

#E3D6C0
(227,214,192)
#E5D9C5
(229,217,197)
#E7DCCA
(231,220,202)
#E9DFCF
(233,223,207)
#EBE2D4
(235,226,212)
#EDE5D9
(237,229,217)
#EFE8DE
(239,232,222)
#F1EBE3
(241,235,227)
#F3EEE8
(243,238,232)
#F5F1ED
(245,241,237)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D6C0 color. Also use rgb(227,214,192) instead hex code.

Text Font Color

.myTextColor { color: #E3D6C0; }

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

This text font color is #E3D6C0.


Background Color

.myBgColor { background-color: #E3D6C0; }

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

This div background color is #E3D6C0.


Border color

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

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

This div border color is #E3D6C0.


Opacity

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

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

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

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

This text has shadow with #E3D6C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D6C0 on black background.


Color preview on white background

This text has color #E3D6C0 on white background.



Black color preview on #E3D6C0 background

This text has black color on #E3D6C0 background.


White color preview on #E3D6C0 background

This text has white color on #E3D6C0 background.