COLOR #E3D7CB

HEX: #E3D7CB
RGB: (227,215,203)

Color info

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

RGB color model

#E3D7CB color RGB value is (227,215,203).

  • red value is 227;
  • green value is 215;
  • blue value is 203.
RGB:
(227,215,203)
(89%,84%,80%)

RGB channels and saturation

R 227 of 255 = 89%
G 215 of 255 = 84%
B 203 of 255 = 80%

227
215
203

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

Portions of RGB colors in percentages

R + G + B =
227 + 215 + 203 = 645 (100%)
R 227 of 645 ~ 35.19%
G 215 of 645 ~ 33.33%
B 203 of 645 ~ 31.47%

%35.19
%33.33
%31.47

CMYK color model

#E3D7CB color CMYK value is (0,5,11,11).

  • cyan value is 0.00%
  • magenta value is 5.29%
  • yellow value is 10.57%
  • key color value is 10.98%
CMYK:
(0,5,11,11)
C0M5Y11K11 
(0%,5%,11%,11%)
(0.00/0.05/0.11/0.11)	

CMYK percentages

%0
%5.29
%10.57
%10.98

Codes

Color #E3D7CB in popluar color models

E3D7CB
RGB227215203
HSL30°30.00%84.31%
HSB/HSV30°10.57%89.02%
CMYK0.00%5.29%10.57%
10.98%

Color #E3D7CB in popluar number systems.

HEXE3D7CB
Decimal227215203
Binary111000111101011111001011
Octal343327313

Shades and tints

Shades of #E3D7CB

#E3D7CB
(227,215,203)
#CFC4B9
(207,196,185)
#BBB1A7
(187,177,167)
#A79E95
(167,158,149)
#938B83
(147,139,131)
#7F7871
(127,120,113)
#6B655F
(107,101,95)
#57524D
(87,82,77)
#433F3B
(67,63,59)
#2F2C29
(47,44,41)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #E3D7CB

#E3D7CB
(227,215,203)
#E5DACF
(229,218,207)
#E7DDD3
(231,221,211)
#E9E0D7
(233,224,215)
#EBE3DB
(235,227,219)
#EDE6DF
(237,230,223)
#EFE9E3
(239,233,227)
#F1ECE7
(241,236,231)
#F3EFEB
(243,239,235)
#F5F2EF
(245,242,239)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D7CB color. Also use rgb(227,215,203) instead hex code.

Text Font Color

.myTextColor { color: #E3D7CB; }

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

This text font color is #E3D7CB.


Background Color

.myBgColor { background-color: #E3D7CB; }

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

This div background color is #E3D7CB.


Border color

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

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

This div border color is #E3D7CB.


Opacity

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

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

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

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

This text has shadow with #E3D7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D7CB on black background.


Color preview on white background

This text has color #E3D7CB on white background.



Black color preview on #E3D7CB background

This text has black color on #E3D7CB background.


White color preview on #E3D7CB background

This text has white color on #E3D7CB background.