COLOR #E4C3DB

HEX: #E4C3DB
RGB: (228,195,219)

Color info

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

RGB color model

#E4C3DB color RGB value is (228,195,219).

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

RGB channels and saturation

R 228 of 255 = 89%
G 195 of 255 = 76%
B 219 of 255 = 86%

228
195
219

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

Portions of RGB colors in percentages

R + G + B =
228 + 195 + 219 = 642 (100%)
R 228 of 642 ~ 35.51%
G 195 of 642 ~ 30.37%
B 219 of 642 ~ 34.11%

%35.51
%30.37
%34.11

CMYK color model

#E4C3DB color CMYK value is (0,14,4,11).

  • cyan value is 0.00%
  • magenta value is 14.47%
  • yellow value is 3.95%
  • key color value is 10.59%
CMYK:
(0,14,4,11)
C0M14Y4K11 
(0%,14%,4%,11%)
(0.00/0.14/0.04/0.11)	

CMYK percentages

%0
%14.47
%3.95
%10.59

Codes

Color #E4C3DB in popluar color models

E4C3DB
RGB228195219
HSL316°37.93%82.94%
HSB/HSV316°14.47%89.41%
CMYK0.00%14.47%3.95%
10.59%

Color #E4C3DB in popluar number systems.

HEXE4C3DB
Decimal228195219
Binary111001001100001111011011
Octal344303333

Shades and tints

Shades of #E4C3DB

#E4C3DB
(228,195,219)
#D0B2C8
(208,178,200)
#BCA1B5
(188,161,181)
#A890A2
(168,144,162)
#947F8F
(148,127,143)
#806E7C
(128,110,124)
#6C5D69
(108,93,105)
#584C56
(88,76,86)
#443B43
(68,59,67)
#302A30
(48,42,48)
#1C191D
(28,25,29)
#000000
(0,0,0)

Tints of #E4C3DB

#E4C3DB
(228,195,219)
#E6C8DE
(230,200,222)
#E8CDE1
(232,205,225)
#EAD2E4
(234,210,228)
#ECD7E7
(236,215,231)
#EEDCEA
(238,220,234)
#F0E1ED
(240,225,237)
#F2E6F0
(242,230,240)
#F4EBF3
(244,235,243)
#F6F0F6
(246,240,246)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C3DB color. Also use rgb(228,195,219) instead hex code.

Text Font Color

.myTextColor { color: #E4C3DB; }

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

This text font color is #E4C3DB.


Background Color

.myBgColor { background-color: #E4C3DB; }

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

This div background color is #E4C3DB.


Border color

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

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

This div border color is #E4C3DB.


Opacity

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

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

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

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

This text has shadow with #E4C3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C3DB on black background.


Color preview on white background

This text has color #E4C3DB on white background.



Black color preview on #E4C3DB background

This text has black color on #E4C3DB background.


White color preview on #E4C3DB background

This text has white color on #E4C3DB background.