COLOR #E3D5BE

HEX: #E3D5BE
RGB: (227,213,190)

Color info

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

RGB color model

#E3D5BE color RGB value is (227,213,190).

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

RGB channels and saturation

R 227 of 255 = 89%
G 213 of 255 = 84%
B 190 of 255 = 75%

227
213
190

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

Portions of RGB colors in percentages

R + G + B =
227 + 213 + 190 = 630 (100%)
R 227 of 630 ~ 36.03%
G 213 of 630 ~ 33.81%
B 190 of 630 ~ 30.16%

%36.03
%33.81
%30.16

CMYK color model

#E3D5BE color CMYK value is (0,6,16,11).

  • cyan value is 0.00%
  • magenta value is 6.17%
  • yellow value is 16.30%
  • key color value is 10.98%
CMYK:
(0,6,16,11)
C0M6Y16K11 
(0%,6%,16%,11%)
(0.00/0.06/0.16/0.11)	

CMYK percentages

%0
%6.17
%16.3
%10.98

Codes

Color #E3D5BE in popluar color models

E3D5BE
RGB227213190
HSL37°39.78%81.76%
HSB/HSV37°16.30%89.02%
CMYK0.00%6.17%16.30%
10.98%

Color #E3D5BE in popluar number systems.

HEXE3D5BE
Decimal227213190
Binary111000111101010110111110
Octal343325276

Shades and tints

Shades of #E3D5BE

#E3D5BE
(227,213,190)
#CFC2AD
(207,194,173)
#BBAF9C
(187,175,156)
#A79C8B
(167,156,139)
#93897A
(147,137,122)
#7F7669
(127,118,105)
#6B6358
(107,99,88)
#575047
(87,80,71)
#433D36
(67,61,54)
#2F2A25
(47,42,37)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #E3D5BE

#E3D5BE
(227,213,190)
#E5D8C3
(229,216,195)
#E7DBC8
(231,219,200)
#E9DECD
(233,222,205)
#EBE1D2
(235,225,210)
#EDE4D7
(237,228,215)
#EFE7DC
(239,231,220)
#F1EAE1
(241,234,225)
#F3EDE6
(243,237,230)
#F5F0EB
(245,240,235)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D5BE color. Also use rgb(227,213,190) instead hex code.

Text Font Color

.myTextColor { color: #E3D5BE; }

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

This text font color is #E3D5BE.


Background Color

.myBgColor { background-color: #E3D5BE; }

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

This div background color is #E3D5BE.


Border color

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

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

This div border color is #E3D5BE.


Opacity

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

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

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

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

This text has shadow with #E3D5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D5BE on black background.


Color preview on white background

This text has color #E3D5BE on white background.



Black color preview on #E3D5BE background

This text has black color on #E3D5BE background.


White color preview on #E3D5BE background

This text has white color on #E3D5BE background.