COLOR #E3D3D0

HEX: #E3D3D0
RGB: (227,211,208)

Color info

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

RGB color model

#E3D3D0 color RGB value is (227,211,208).

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

RGB channels and saturation

R 227 of 255 = 89%
G 211 of 255 = 83%
B 208 of 255 = 82%

227
211
208

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

Portions of RGB colors in percentages

R + G + B =
227 + 211 + 208 = 646 (100%)
R 227 of 646 ~ 35.14%
G 211 of 646 ~ 32.66%
B 208 of 646 ~ 32.2%

%35.14
%32.66
%32.2

CMYK color model

#E3D3D0 color CMYK value is (0,7,8,11).

  • cyan value is 0.00%
  • magenta value is 7.05%
  • yellow value is 8.37%
  • key color value is 10.98%
CMYK:
(0,7,8,11)
C0M7Y8K11 
(0%,7%,8%,11%)
(0.00/0.07/0.08/0.11)	

CMYK percentages

%0
%7.05
%8.37
%10.98

Codes

Color #E3D3D0 in popluar color models

E3D3D0
RGB227211208
HSL25.33%85.29%
HSB/HSV8.37%89.02%
CMYK0.00%7.05%8.37%
10.98%

Color #E3D3D0 in popluar number systems.

HEXE3D3D0
Decimal227211208
Binary111000111101001111010000
Octal343323320

Shades and tints

Shades of #E3D3D0

#E3D3D0
(227,211,208)
#CFC0BE
(207,192,190)
#BBADAC
(187,173,172)
#A79A9A
(167,154,154)
#938788
(147,135,136)
#7F7476
(127,116,118)
#6B6164
(107,97,100)
#574E52
(87,78,82)
#433B40
(67,59,64)
#2F282E
(47,40,46)
#1B151C
(27,21,28)
#000000
(0,0,0)

Tints of #E3D3D0

#E3D3D0
(227,211,208)
#E5D7D4
(229,215,212)
#E7DBD8
(231,219,216)
#E9DFDC
(233,223,220)
#EBE3E0
(235,227,224)
#EDE7E4
(237,231,228)
#EFEBE8
(239,235,232)
#F1EFEC
(241,239,236)
#F3F3F0
(243,243,240)
#F5F7F4
(245,247,244)
#F7FBF8
(247,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3D3D0; }

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

This text font color is #E3D3D0.


Background Color

.myBgColor { background-color: #E3D3D0; }

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

This div background color is #E3D3D0.


Border color

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

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

This div border color is #E3D3D0.


Opacity

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

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

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

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

This text has shadow with #E3D3D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D3D0 on black background.


Color preview on white background

This text has color #E3D3D0 on white background.



Black color preview on #E3D3D0 background

This text has black color on #E3D3D0 background.


White color preview on #E3D3D0 background

This text has white color on #E3D3D0 background.