COLOR #E3D8BF

HEX: #E3D8BF RGB: (227,216,191)

Color info

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

RGB color model

#E3D8BF color RGB value is (227,216,191).

RGB: (227,216,191) (89%, 85%, 75%)

RGB channels and saturation

R 227 of 255 = 89%
G 216 of 255 = 85%
B 191 of 255 = 75%

227
216
191

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

Portions of RGB colors in percentages

R + G + B = 227 + 216 + 191 = 634 (100%)
R 227 of 634 ~ 35.8%
G 216 of 634 ~ 34.07%
B 191 of 634 ~ 30.13'%

%35.8
%34.07
%30.13

CMYK color model

#E3D8BF color CMYK value is (0,5,16,11).

  • cyan value is 0.00%
  • magenta value is 4.85%
  • yellow value is 15.86%
  • key color value is 10.98%

CMYK: (0,5,16,11)
C0M5Y16K11 (0%, 5%, 16%, 11%)
(0.00 / 0.05 / 0.16 / 0.11)

CMYK percentages

%0
%4.85
%15.86
%10.98

Codes

Color #E3D8BF in popluar color models

E3 D8 BF
RGB 227 216 191
HSL 42° 39.13% 81.96%
HSB/HSV 42° 15.86% 89.02%
CMYK 0.00% 4.85% 15.86%
10.98%

Color #E3D8BF in popluar number systems.

HEX E3 D8 BF
Decimal 227 216 191
Binary 11100011 11011000 10111111
Octal 343 330 277

Shades and tints

Shades of #E3D8BF

#E3D8BF
(227,216,191)
#CFC5AE
(207,197,174)
#BBB29D
(187,178,157)
#A79F8C
(167,159,140)
#938C7B
(147,140,123)
#7F796A
(127,121,106)
#6B6659
(107,102,89)
#575348
(87,83,72)
#434037
(67,64,55)
#2F2D26
(47,45,38)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #E3D8BF

#E3D8BF
(227,216,191)
#E5DBC4
(229,219,196)
#E7DEC9
(231,222,201)
#E9E1CE
(233,225,206)
#EBE4D3
(235,228,211)
#EDE7D8
(237,231,216)
#EFEADD
(239,234,221)
#F1EDE2
(241,237,226)
#F3F0E7
(243,240,231)
#F5F3EC
(245,243,236)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3D8BF; }

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

This text font color is #E3D8BF.

Background Color

.myBgColor { background-color: #E3D8BF; }

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

This div background color is #E3D8BF.

Border color

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

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

This div border color is #E3D8BF.

Opacity

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

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

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

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

This text has shadow with #E3D8BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3D8BF.

Preview

Color preview on black background

This text has color #E3D8BF on black background.


Color preview on white background

This text has color #E3D8BF on white background.


Black color preview on #E3D8BF background

This text has black color on #E3D8BF background.


White color preview on #E3D8BF background

This text has white color on #E3D8BF background.


Related colors

Complementary color

Complementary color for #hex is #1C2740.


I love getcolorcode.com

Triadic colors

1 #BFE3D8 and #D8BFE3 with #E3D8BF are triadic colors.

2 #BFD8E3 and #D8E3BF with #E3D8BF are triadic colors.