COLOR #E3D3BE

HEX: #E3D3BE
RGB: (227,211,190)

Color info

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

RGB color model

#E3D3BE color RGB value is (227,211,190).

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

RGB channels and saturation

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

227
211
190

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

Portions of RGB colors in percentages

R + G + B =
227 + 211 + 190 = 628 (100%)
R 227 of 628 ~ 36.15%
G 211 of 628 ~ 33.6%
B 190 of 628 ~ 30.25%

%36.15
%33.6
%30.25

CMYK color model

#E3D3BE color CMYK value is (0,7,16,11).

  • cyan value is 0.00%
  • magenta value is 7.05%
  • yellow value is 16.30%
  • key color value is 10.98%
CMYK:
(0,7,16,11)
C0M7Y16K11 
(0%,7%,16%,11%)
(0.00/0.07/0.16/0.11)	

CMYK percentages

%0
%7.05
%16.3
%10.98

Codes

Color #E3D3BE in popluar color models

E3D3BE
RGB227211190
HSL34°39.78%81.76%
HSB/HSV34°16.30%89.02%
CMYK0.00%7.05%16.30%
10.98%

Color #E3D3BE in popluar number systems.

HEXE3D3BE
Decimal227211190
Binary111000111101001110111110
Octal343323276

Shades and tints

Shades of #E3D3BE

#E3D3BE
(227,211,190)
#CFC0AD
(207,192,173)
#BBAD9C
(187,173,156)
#A79A8B
(167,154,139)
#93877A
(147,135,122)
#7F7469
(127,116,105)
#6B6158
(107,97,88)
#574E47
(87,78,71)
#433B36
(67,59,54)
#2F2825
(47,40,37)
#1B1514
(27,21,20)
#000000
(0,0,0)

Tints of #E3D3BE

#E3D3BE
(227,211,190)
#E5D7C3
(229,215,195)
#E7DBC8
(231,219,200)
#E9DFCD
(233,223,205)
#EBE3D2
(235,227,210)
#EDE7D7
(237,231,215)
#EFEBDC
(239,235,220)
#F1EFE1
(241,239,225)
#F3F3E6
(243,243,230)
#F5F7EB
(245,247,235)
#F7FBF0
(247,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3D3BE; }

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

This text font color is #E3D3BE.


Background Color

.myBgColor { background-color: #E3D3BE; }

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

This div background color is #E3D3BE.


Border color

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

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

This div border color is #E3D3BE.


Opacity

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

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

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

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

This text has shadow with #E3D3BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D3BE on black background.


Color preview on white background

This text has color #E3D3BE on white background.



Black color preview on #E3D3BE background

This text has black color on #E3D3BE background.


White color preview on #E3D3BE background

This text has white color on #E3D3BE background.