COLOR #E3D5BF

HEX: #E3D5BF RGB: (227,213,191)

Color info

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

RGB color model

#E3D5BF color RGB value is (227,213,191).

RGB: (227,213,191) (89%, 84%, 75%)

RGB channels and saturation

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

227
213
191

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

Portions of RGB colors in percentages

R + G + B = 227 + 213 + 191 = 631 (100%)
R 227 of 631 ~ 35.97%
G 213 of 631 ~ 33.76%
B 191 of 631 ~ 30.27'%

%35.97
%33.76
%30.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.17%
  • yellow value is 15.86%
  • 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
%15.86
%10.98

Codes

Color #E3D5BF in popluar color models

E3 D5 BF
RGB 227 213 191
HSL 37° 39.13% 81.96%
HSB/HSV 37° 15.86% 89.02%
CMYK 0.00% 6.17% 15.86%
10.98%

Color #E3D5BF in popluar number systems.

HEX E3 D5 BF
Decimal 227 213 191
Binary 11100011 11010101 10111111
Octal 343 325 277

Shades and tints

Shades of #E3D5BF

#E3D5BF
(227,213,191)
#CFC2AE
(207,194,174)
#BBAF9D
(187,175,157)
#A79C8C
(167,156,140)
#93897B
(147,137,123)
#7F766A
(127,118,106)
#6B6359
(107,99,89)
#575048
(87,80,72)
#433D37
(67,61,55)
#2F2A26
(47,42,38)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #E3D5BF

#E3D5BF
(227,213,191)
#E5D8C4
(229,216,196)
#E7DBC9
(231,219,201)
#E9DECE
(233,222,206)
#EBE1D3
(235,225,211)
#EDE4D8
(237,228,216)
#EFE7DD
(239,231,221)
#F1EAE2
(241,234,226)
#F3EDE7
(243,237,231)
#F5F0EC
(245,240,236)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3D5BF; }

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

This text font color is #E3D5BF.

Background Color

.myBgColor { background-color: #E3D5BF; }

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

This div background color is #E3D5BF.

Border color

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

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

This div border color is #E3D5BF.

Opacity

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

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

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

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

This text has shadow with #E3D5BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3D5BF.

Preview

Color preview on black background

This text has color #E3D5BF on black background.


Color preview on white background

This text has color #E3D5BF on white background.


Black color preview on #E3D5BF background

This text has black color on #E3D5BF background.


White color preview on #E3D5BF background

This text has white color on #E3D5BF background.


Related colors

Complementary color

Complementary color for #hex is #1C2A40.


I love getcolorcode.com

Triadic colors

1 #BFE3D5 and #D5BFE3 with #E3D5BF are triadic colors.

2 #BFD5E3 and #D5E3BF with #E3D5BF are triadic colors.