COLOR #E3C1DA

HEX: #E3C1DA
RGB: (227,193,218)

Color info

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

RGB color model

#E3C1DA color RGB value is (227,193,218).

  • red value is 227;
  • green value is 193;
  • blue value is 218.
RGB:
(227,193,218)
(89%,76%,85%)

RGB channels and saturation

R 227 of 255 = 89%
G 193 of 255 = 76%
B 218 of 255 = 85%

227
193
218

R + G + B ~ 83%. #E3C1DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 193 + 218 = 638 (100%)
R 227 of 638 ~ 35.58%
G 193 of 638 ~ 30.25%
B 218 of 638 ~ 34.17%

%35.58
%30.25
%34.17

CMYK color model

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

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

CMYK percentages

%0
%14.98
%3.96
%10.98

Codes

Color #E3C1DA in popluar color models

E3C1DA
RGB227193218
HSL316°37.78%82.35%
HSB/HSV316°14.98%89.02%
CMYK0.00%14.98%3.96%
10.98%

Color #E3C1DA in popluar number systems.

HEXE3C1DA
Decimal227193218
Binary111000111100000111011010
Octal343301332

Shades and tints

Shades of #E3C1DA

#E3C1DA
(227,193,218)
#CFB0C7
(207,176,199)
#BB9FB4
(187,159,180)
#A78EA1
(167,142,161)
#937D8E
(147,125,142)
#7F6C7B
(127,108,123)
#6B5B68
(107,91,104)
#574A55
(87,74,85)
#433942
(67,57,66)
#2F282F
(47,40,47)
#1B171C
(27,23,28)
#000000
(0,0,0)

Tints of #E3C1DA

#E3C1DA
(227,193,218)
#E5C6DD
(229,198,221)
#E7CBE0
(231,203,224)
#E9D0E3
(233,208,227)
#EBD5E6
(235,213,230)
#EDDAE9
(237,218,233)
#EFDFEC
(239,223,236)
#F1E4EF
(241,228,239)
#F3E9F2
(243,233,242)
#F5EEF5
(245,238,245)
#F7F3F8
(247,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3C1DA color. Also use rgb(227,193,218) instead hex code.

Text Font Color

.myTextColor { color: #E3C1DA; }

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

This text font color is #E3C1DA.


Background Color

.myBgColor { background-color: #E3C1DA; }

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

This div background color is #E3C1DA.


Border color

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

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

This div border color is #E3C1DA.


Opacity

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

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

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

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

This text has shadow with #E3C1DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3C1DA on black background.


Color preview on white background

This text has color #E3C1DA on white background.



Black color preview on #E3C1DA background

This text has black color on #E3C1DA background.


White color preview on #E3C1DA background

This text has white color on #E3C1DA background.