COLOR #E3C6D9

HEX: #E3C6D9
RGB: (227,198,217)

Color info

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

RGB color model

#E3C6D9 color RGB value is (227,198,217).

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

RGB channels and saturation

R 227 of 255 = 89%
G 198 of 255 = 78%
B 217 of 255 = 85%

227
198
217

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

Portions of RGB colors in percentages

R + G + B =
227 + 198 + 217 = 642 (100%)
R 227 of 642 ~ 35.36%
G 198 of 642 ~ 30.84%
B 217 of 642 ~ 33.8%

%35.36
%30.84
%33.8

CMYK color model

#E3C6D9 color CMYK value is (0,13,4,11).

  • cyan value is 0.00%
  • magenta value is 12.78%
  • yellow value is 4.41%
  • key color value is 10.98%
CMYK:
(0,13,4,11)
C0M13Y4K11 
(0%,13%,4%,11%)
(0.00/0.13/0.04/0.11)	

CMYK percentages

%0
%12.78
%4.41
%10.98

Codes

Color #E3C6D9 in popluar color models

E3C6D9
RGB227198217
HSL321°34.12%83.33%
HSB/HSV321°12.78%89.02%
CMYK0.00%12.78%4.41%
10.98%

Color #E3C6D9 in popluar number systems.

HEXE3C6D9
Decimal227198217
Binary111000111100011011011001
Octal343306331

Shades and tints

Shades of #E3C6D9

#E3C6D9
(227,198,217)
#CFB4C6
(207,180,198)
#BBA2B3
(187,162,179)
#A790A0
(167,144,160)
#937E8D
(147,126,141)
#7F6C7A
(127,108,122)
#6B5A67
(107,90,103)
#574854
(87,72,84)
#433641
(67,54,65)
#2F242E
(47,36,46)
#1B121B
(27,18,27)
#000000
(0,0,0)

Tints of #E3C6D9

#E3C6D9
(227,198,217)
#E5CBDC
(229,203,220)
#E7D0DF
(231,208,223)
#E9D5E2
(233,213,226)
#EBDAE5
(235,218,229)
#EDDFE8
(237,223,232)
#EFE4EB
(239,228,235)
#F1E9EE
(241,233,238)
#F3EEF1
(243,238,241)
#F5F3F4
(245,243,244)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3C6D9; }

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

This text font color is #E3C6D9.


Background Color

.myBgColor { background-color: #E3C6D9; }

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

This div background color is #E3C6D9.


Border color

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

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

This div border color is #E3C6D9.


Opacity

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

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

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

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

This text has shadow with #E3C6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3C6D9 on black background.


Color preview on white background

This text has color #E3C6D9 on white background.



Black color preview on #E3C6D9 background

This text has black color on #E3C6D9 background.


White color preview on #E3C6D9 background

This text has white color on #E3C6D9 background.