COLOR #E4C1D1

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

228
193
209

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

Portions of RGB colors in percentages

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

%36.19
%30.63
%33.17

CMYK color model

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

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

CMYK percentages

%0
%15.35
%8.33
%10.59

Codes

Color #E4C1D1 in popluar color models

E4C1D1
RGB228193209
HSL333°39.33%82.55%
HSB/HSV333°15.35%89.41%
CMYK0.00%15.35%8.33%
10.59%

Color #E4C1D1 in popluar number systems.

HEXE4C1D1
Decimal228193209
Binary111001001100000111010001
Octal344301321

Shades and tints

Shades of #E4C1D1

#E4C1D1
(228,193,209)
#D0B0BE
(208,176,190)
#BC9FAB
(188,159,171)
#A88E98
(168,142,152)
#947D85
(148,125,133)
#806C72
(128,108,114)
#6C5B5F
(108,91,95)
#584A4C
(88,74,76)
#443939
(68,57,57)
#302826
(48,40,38)
#1C1713
(28,23,19)
#000000
(0,0,0)

Tints of #E4C1D1

#E4C1D1
(228,193,209)
#E6C6D5
(230,198,213)
#E8CBD9
(232,203,217)
#EAD0DD
(234,208,221)
#ECD5E1
(236,213,225)
#EEDAE5
(238,218,229)
#F0DFE9
(240,223,233)
#F2E4ED
(242,228,237)
#F4E9F1
(244,233,241)
#F6EEF5
(246,238,245)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4C1D1; }

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

This text font color is #E4C1D1.


Background Color

.myBgColor { background-color: #E4C1D1; }

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

This div background color is #E4C1D1.


Border color

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

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

This div border color is #E4C1D1.


Opacity

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

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

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

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

This text has shadow with #E4C1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C1D1 on black background.


Color preview on white background

This text has color #E4C1D1 on white background.



Black color preview on #E4C1D1 background

This text has black color on #E4C1D1 background.


White color preview on #E4C1D1 background

This text has white color on #E4C1D1 background.