COLOR #E4D3BE

HEX: #E4D3BE
RGB: (228,211,190)

Color info

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

RGB color model

#E4D3BE color RGB value is (228,211,190).

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

RGB channels and saturation

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

228
211
190

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

Portions of RGB colors in percentages

R + G + B =
228 + 211 + 190 = 629 (100%)
R 228 of 629 ~ 36.25%
G 211 of 629 ~ 33.55%
B 190 of 629 ~ 30.21%

%36.25
%33.55
%30.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.46%
  • yellow value is 16.67%
  • key color value is 10.59%
CMYK:
(0,7,17,11)
C0M7Y17K11 
(0%,7%,17%,11%)
(0.00/0.07/0.17/0.11)	

CMYK percentages

%0
%7.46
%16.67
%10.59

Codes

Color #E4D3BE in popluar color models

E4D3BE
RGB228211190
HSL33°41.30%81.96%
HSB/HSV33°16.67%89.41%
CMYK0.00%7.46%16.67%
10.59%

Color #E4D3BE in popluar number systems.

HEXE4D3BE
Decimal228211190
Binary111001001101001110111110
Octal344323276

Shades and tints

Shades of #E4D3BE

#E4D3BE
(228,211,190)
#D0C0AD
(208,192,173)
#BCAD9C
(188,173,156)
#A89A8B
(168,154,139)
#94877A
(148,135,122)
#807469
(128,116,105)
#6C6158
(108,97,88)
#584E47
(88,78,71)
#443B36
(68,59,54)
#302825
(48,40,37)
#1C1514
(28,21,20)
#000000
(0,0,0)

Tints of #E4D3BE

#E4D3BE
(228,211,190)
#E6D7C3
(230,215,195)
#E8DBC8
(232,219,200)
#EADFCD
(234,223,205)
#ECE3D2
(236,227,210)
#EEE7D7
(238,231,215)
#F0EBDC
(240,235,220)
#F2EFE1
(242,239,225)
#F4F3E6
(244,243,230)
#F6F7EB
(246,247,235)
#F8FBF0
(248,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4D3BE; }

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

This text font color is #E4D3BE.


Background Color

.myBgColor { background-color: #E4D3BE; }

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

This div background color is #E4D3BE.


Border color

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

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

This div border color is #E4D3BE.


Opacity

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

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

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

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

This text has shadow with #E4D3BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D3BE on black background.


Color preview on white background

This text has color #E4D3BE on white background.



Black color preview on #E4D3BE background

This text has black color on #E4D3BE background.


White color preview on #E4D3BE background

This text has white color on #E4D3BE background.