COLOR #E3D3C0

HEX: #E3D3C0
RGB: (227,211,192)

Color info

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

RGB color model

#E3D3C0 color RGB value is (227,211,192).

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

RGB channels and saturation

R 227 of 255 = 89%
G 211 of 255 = 83%
B 192 of 255 = 75%

227
211
192

R + G + B ~ 82%. #E3D3C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 211 + 192 = 630 (100%)
R 227 of 630 ~ 36.03%
G 211 of 630 ~ 33.49%
B 192 of 630 ~ 30.48%

%36.03
%33.49
%30.48

CMYK color model

#E3D3C0 color CMYK value is (0,7,15,11).

  • cyan value is 0.00%
  • magenta value is 7.05%
  • yellow value is 15.42%
  • key color value is 10.98%
CMYK:
(0,7,15,11)
C0M7Y15K11 
(0%,7%,15%,11%)
(0.00/0.07/0.15/0.11)	

CMYK percentages

%0
%7.05
%15.42
%10.98

Codes

Color #E3D3C0 in popluar color models

E3D3C0
RGB227211192
HSL33°38.46%82.16%
HSB/HSV33°15.42%89.02%
CMYK0.00%7.05%15.42%
10.98%

Color #E3D3C0 in popluar number systems.

HEXE3D3C0
Decimal227211192
Binary111000111101001111000000
Octal343323300

Shades and tints

Shades of #E3D3C0

#E3D3C0
(227,211,192)
#CFC0AF
(207,192,175)
#BBAD9E
(187,173,158)
#A79A8D
(167,154,141)
#93877C
(147,135,124)
#7F746B
(127,116,107)
#6B615A
(107,97,90)
#574E49
(87,78,73)
#433B38
(67,59,56)
#2F2827
(47,40,39)
#1B1516
(27,21,22)
#000000
(0,0,0)

Tints of #E3D3C0

#E3D3C0
(227,211,192)
#E5D7C5
(229,215,197)
#E7DBCA
(231,219,202)
#E9DFCF
(233,223,207)
#EBE3D4
(235,227,212)
#EDE7D9
(237,231,217)
#EFEBDE
(239,235,222)
#F1EFE3
(241,239,227)
#F3F3E8
(243,243,232)
#F5F7ED
(245,247,237)
#F7FBF2
(247,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3D3C0; }

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

This text font color is #E3D3C0.


Background Color

.myBgColor { background-color: #E3D3C0; }

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

This div background color is #E3D3C0.


Border color

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

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

This div border color is #E3D3C0.


Opacity

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

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

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

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

This text has shadow with #E3D3C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D3C0 on black background.


Color preview on white background

This text has color #E3D3C0 on white background.



Black color preview on #E3D3C0 background

This text has black color on #E3D3C0 background.


White color preview on #E3D3C0 background

This text has white color on #E3D3C0 background.