COLOR #E4D1C1

HEX: #E4D1C1
RGB: (228,209,193)

Color info

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

RGB color model

#E4D1C1 color RGB value is (228,209,193).

  • red value is 228;
  • green value is 209;
  • blue value is 193.
RGB:
(228,209,193)
(89%,82%,76%)

RGB channels and saturation

R 228 of 255 = 89%
G 209 of 255 = 82%
B 193 of 255 = 76%

228
209
193

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

Portions of RGB colors in percentages

R + G + B =
228 + 209 + 193 = 630 (100%)
R 228 of 630 ~ 36.19%
G 209 of 630 ~ 33.17%
B 193 of 630 ~ 30.63%

%36.19
%33.17
%30.63

CMYK color model

#E4D1C1 color CMYK value is (0,8,15,11).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 15.35%
  • key color value is 10.59%
CMYK:
(0,8,15,11)
C0M8Y15K11 
(0%,8%,15%,11%)
(0.00/0.08/0.15/0.11)	

CMYK percentages

%0
%8.33
%15.35
%10.59

Codes

Color #E4D1C1 in popluar color models

E4D1C1
RGB228209193
HSL27°39.33%82.55%
HSB/HSV27°15.35%89.41%
CMYK0.00%8.33%15.35%
10.59%

Color #E4D1C1 in popluar number systems.

HEXE4D1C1
Decimal228209193
Binary111001001101000111000001
Octal344321301

Shades and tints

Shades of #E4D1C1

#E4D1C1
(228,209,193)
#D0BEB0
(208,190,176)
#BCAB9F
(188,171,159)
#A8988E
(168,152,142)
#94857D
(148,133,125)
#80726C
(128,114,108)
#6C5F5B
(108,95,91)
#584C4A
(88,76,74)
#443939
(68,57,57)
#302628
(48,38,40)
#1C1317
(28,19,23)
#000000
(0,0,0)

Tints of #E4D1C1

#E4D1C1
(228,209,193)
#E6D5C6
(230,213,198)
#E8D9CB
(232,217,203)
#EADDD0
(234,221,208)
#ECE1D5
(236,225,213)
#EEE5DA
(238,229,218)
#F0E9DF
(240,233,223)
#F2EDE4
(242,237,228)
#F4F1E9
(244,241,233)
#F6F5EE
(246,245,238)
#F8F9F3
(248,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D1C1 color. Also use rgb(228,209,193) instead hex code.

Text Font Color

.myTextColor { color: #E4D1C1; }

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

This text font color is #E4D1C1.


Background Color

.myBgColor { background-color: #E4D1C1; }

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

This div background color is #E4D1C1.


Border color

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

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

This div border color is #E4D1C1.


Opacity

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

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

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

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

This text has shadow with #E4D1C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D1C1 on black background.


Color preview on white background

This text has color #E4D1C1 on white background.



Black color preview on #E4D1C1 background

This text has black color on #E4D1C1 background.


White color preview on #E4D1C1 background

This text has white color on #E4D1C1 background.