COLOR #E3D3BD

HEX: #E3D3BD
RGB: (227,211,189)

Color info

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

RGB color model

#E3D3BD color RGB value is (227,211,189).

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

RGB channels and saturation

R 227 of 255 = 89%
G 211 of 255 = 83%
B 189 of 255 = 74%

227
211
189

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

Portions of RGB colors in percentages

R + G + B =
227 + 211 + 189 = 627 (100%)
R 227 of 627 ~ 36.2%
G 211 of 627 ~ 33.65%
B 189 of 627 ~ 30.14%

%36.2
%33.65
%30.14

CMYK color model

#E3D3BD color CMYK value is (0,7,17,11).

  • cyan value is 0.00%
  • magenta value is 7.05%
  • yellow value is 16.74%
  • key color value is 10.98%
CMYK:
(0,7,17,11)
C0M7Y17K11 
(0%,7%,17%,11%)
(0.00/0.07/0.17/0.11)	

CMYK percentages

%0
%7.05
%16.74
%10.98

Codes

Color #E3D3BD in popluar color models

E3D3BD
RGB227211189
HSL35°40.43%81.57%
HSB/HSV35°16.74%89.02%
CMYK0.00%7.05%16.74%
10.98%

Color #E3D3BD in popluar number systems.

HEXE3D3BD
Decimal227211189
Binary111000111101001110111101
Octal343323275

Shades and tints

Shades of #E3D3BD

#E3D3BD
(227,211,189)
#CFC0AC
(207,192,172)
#BBAD9B
(187,173,155)
#A79A8A
(167,154,138)
#938779
(147,135,121)
#7F7468
(127,116,104)
#6B6157
(107,97,87)
#574E46
(87,78,70)
#433B35
(67,59,53)
#2F2824
(47,40,36)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #E3D3BD

#E3D3BD
(227,211,189)
#E5D7C3
(229,215,195)
#E7DBC9
(231,219,201)
#E9DFCF
(233,223,207)
#EBE3D5
(235,227,213)
#EDE7DB
(237,231,219)
#EFEBE1
(239,235,225)
#F1EFE7
(241,239,231)
#F3F3ED
(243,243,237)
#F5F7F3
(245,247,243)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3D3BD; }

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

This text font color is #E3D3BD.


Background Color

.myBgColor { background-color: #E3D3BD; }

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

This div background color is #E3D3BD.


Border color

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

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

This div border color is #E3D3BD.


Opacity

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

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

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

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

This text has shadow with #E3D3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D3BD on black background.


Color preview on white background

This text has color #E3D3BD on white background.



Black color preview on #E3D3BD background

This text has black color on #E3D3BD background.


White color preview on #E3D3BD background

This text has white color on #E3D3BD background.