COLOR #E3C4D9

HEX: #E3C4D9
RGB: (227,196,217)

Color info

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

RGB color model

#E3C4D9 color RGB value is (227,196,217).

  • red value is 227;
  • green value is 196;
  • blue value is 217.
RGB:
(227,196,217)
(89%,77%,85%)

RGB channels and saturation

R 227 of 255 = 89%
G 196 of 255 = 77%
B 217 of 255 = 85%

227
196
217

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

Portions of RGB colors in percentages

R + G + B =
227 + 196 + 217 = 640 (100%)
R 227 of 640 ~ 35.47%
G 196 of 640 ~ 30.63%
B 217 of 640 ~ 33.91%

%35.47
%30.63
%33.91

CMYK color model

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

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

CMYK percentages

%0
%13.66
%4.41
%10.98

Codes

Color #E3C4D9 in popluar color models

E3C4D9
RGB227196217
HSL319°35.63%82.94%
HSB/HSV319°13.66%89.02%
CMYK0.00%13.66%4.41%
10.98%

Color #E3C4D9 in popluar number systems.

HEXE3C4D9
Decimal227196217
Binary111000111100010011011001
Octal343304331

Shades and tints

Shades of #E3C4D9

#E3C4D9
(227,196,217)
#CFB3C6
(207,179,198)
#BBA2B3
(187,162,179)
#A791A0
(167,145,160)
#93808D
(147,128,141)
#7F6F7A
(127,111,122)
#6B5E67
(107,94,103)
#574D54
(87,77,84)
#433C41
(67,60,65)
#2F2B2E
(47,43,46)
#1B1A1B
(27,26,27)
#000000
(0,0,0)

Tints of #E3C4D9

#E3C4D9
(227,196,217)
#E5C9DC
(229,201,220)
#E7CEDF
(231,206,223)
#E9D3E2
(233,211,226)
#EBD8E5
(235,216,229)
#EDDDE8
(237,221,232)
#EFE2EB
(239,226,235)
#F1E7EE
(241,231,238)
#F3ECF1
(243,236,241)
#F5F1F4
(245,241,244)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3C4D9 color. Also use rgb(227,196,217) instead hex code.

Text Font Color

.myTextColor { color: #E3C4D9; }

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

This text font color is #E3C4D9.


Background Color

.myBgColor { background-color: #E3C4D9; }

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

This div background color is #E3C4D9.


Border color

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

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

This div border color is #E3C4D9.


Opacity

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

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

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

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

This text has shadow with #E3C4D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3C4D9 on black background.


Color preview on white background

This text has color #E3C4D9 on white background.



Black color preview on #E3C4D9 background

This text has black color on #E3C4D9 background.


White color preview on #E3C4D9 background

This text has white color on #E3C4D9 background.