COLOR #E3D4BD

HEX: #E3D4BD
RGB: (227,212,189)

Color info

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

RGB color model

#E3D4BD color RGB value is (227,212,189).

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

RGB channels and saturation

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

227
212
189

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

Portions of RGB colors in percentages

R + G + B =
227 + 212 + 189 = 628 (100%)
R 227 of 628 ~ 36.15%
G 212 of 628 ~ 33.76%
B 189 of 628 ~ 30.1%

%36.15
%33.76
%30.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.61%
  • 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
%6.61
%16.74
%10.98

Codes

Color #E3D4BD in popluar color models

E3D4BD
RGB227212189
HSL36°40.43%81.57%
HSB/HSV36°16.74%89.02%
CMYK0.00%6.61%16.74%
10.98%

Color #E3D4BD in popluar number systems.

HEXE3D4BD
Decimal227212189
Binary111000111101010010111101
Octal343324275

Shades and tints

Shades of #E3D4BD

#E3D4BD
(227,212,189)
#CFC1AC
(207,193,172)
#BBAE9B
(187,174,155)
#A79B8A
(167,155,138)
#938879
(147,136,121)
#7F7568
(127,117,104)
#6B6257
(107,98,87)
#574F46
(87,79,70)
#433C35
(67,60,53)
#2F2924
(47,41,36)
#1B1613
(27,22,19)
#000000
(0,0,0)

Tints of #E3D4BD

#E3D4BD
(227,212,189)
#E5D7C3
(229,215,195)
#E7DAC9
(231,218,201)
#E9DDCF
(233,221,207)
#EBE0D5
(235,224,213)
#EDE3DB
(237,227,219)
#EFE6E1
(239,230,225)
#F1E9E7
(241,233,231)
#F3ECED
(243,236,237)
#F5EFF3
(245,239,243)
#F7F2F9
(247,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3D4BD; }

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

This text font color is #E3D4BD.


Background Color

.myBgColor { background-color: #E3D4BD; }

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

This div background color is #E3D4BD.


Border color

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

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

This div border color is #E3D4BD.


Opacity

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

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

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

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

This text has shadow with #E3D4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D4BD on black background.


Color preview on white background

This text has color #E3D4BD on white background.



Black color preview on #E3D4BD background

This text has black color on #E3D4BD background.


White color preview on #E3D4BD background

This text has white color on #E3D4BD background.