COLOR #E4C1DC

HEX: #E4C1DC
RGB: (228,193,220)

Color info

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

RGB color model

#E4C1DC color RGB value is (228,193,220).

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

RGB channels and saturation

R 228 of 255 = 89%
G 193 of 255 = 76%
B 220 of 255 = 86%

228
193
220

R + G + B ~ 84%. #E4C1DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 193 + 220 = 641 (100%)
R 228 of 641 ~ 35.57%
G 193 of 641 ~ 30.11%
B 220 of 641 ~ 34.32%

%35.57
%30.11
%34.32

CMYK color model

#E4C1DC color CMYK value is (0,15,4,11).

  • cyan value is 0.00%
  • magenta value is 15.35%
  • yellow value is 3.51%
  • key color value is 10.59%
CMYK:
(0,15,4,11)
C0M15Y4K11 
(0%,15%,4%,11%)
(0.00/0.15/0.04/0.11)	

CMYK percentages

%0
%15.35
%3.51
%10.59

Codes

Color #E4C1DC in popluar color models

E4C1DC
RGB228193220
HSL314°39.33%82.55%
HSB/HSV314°15.35%89.41%
CMYK0.00%15.35%3.51%
10.59%

Color #E4C1DC in popluar number systems.

HEXE4C1DC
Decimal228193220
Binary111001001100000111011100
Octal344301334

Shades and tints

Shades of #E4C1DC

#E4C1DC
(228,193,220)
#D0B0C8
(208,176,200)
#BC9FB4
(188,159,180)
#A88EA0
(168,142,160)
#947D8C
(148,125,140)
#806C78
(128,108,120)
#6C5B64
(108,91,100)
#584A50
(88,74,80)
#44393C
(68,57,60)
#302828
(48,40,40)
#1C1714
(28,23,20)
#000000
(0,0,0)

Tints of #E4C1DC

#E4C1DC
(228,193,220)
#E6C6DF
(230,198,223)
#E8CBE2
(232,203,226)
#EAD0E5
(234,208,229)
#ECD5E8
(236,213,232)
#EEDAEB
(238,218,235)
#F0DFEE
(240,223,238)
#F2E4F1
(242,228,241)
#F4E9F4
(244,233,244)
#F6EEF7
(246,238,247)
#F8F3FA
(248,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4C1DC; }

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

This text font color is #E4C1DC.


Background Color

.myBgColor { background-color: #E4C1DC; }

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

This div background color is #E4C1DC.


Border color

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

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

This div border color is #E4C1DC.


Opacity

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

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

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

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

This text has shadow with #E4C1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C1DC on black background.


Color preview on white background

This text has color #E4C1DC on white background.



Black color preview on #E4C1DC background

This text has black color on #E4C1DC background.


White color preview on #E4C1DC background

This text has white color on #E4C1DC background.