COLOR #E3C9DC

HEX: #E3C9DC RGB: (227,201,220)

Color info

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

RGB color model

#E3C9DC color RGB value is (227,201,220).

RGB: (227,201,220) (89%, 79%, 86%)

RGB channels and saturation

R 227 of 255 = 89%
G 201 of 255 = 79%
B 220 of 255 = 86%

227
201
220

R + G + B ~ 85%. #E3C9DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 201 + 220 = 648 (100%)
R 227 of 648 ~ 35.03%
G 201 of 648 ~ 31.02%
B 220 of 648 ~ 33.95'%

%35.03
%31.02
%33.95

CMYK color model

#E3C9DC color CMYK value is (0,11,3,11).

  • cyan value is 0.00%
  • magenta value is 11.45%
  • yellow value is 3.08%
  • key color value is 10.98%

CMYK: (0,11,3,11)
C0M11Y3K11 (0%, 11%, 3%, 11%)
(0.00 / 0.11 / 0.03 / 0.11)

CMYK percentages

%0
%11.45
%3.08
%10.98

Codes

Color #E3C9DC in popluar color models

E3 C9 DC
RGB 227 201 220
HSL 316° 31.71% 83.92%
HSB/HSV 316° 11.45% 89.02%
CMYK 0.00% 11.45% 3.08%
10.98%

Color #E3C9DC in popluar number systems.

HEX E3 C9 DC
Decimal 227 201 220
Binary 11100011 11001001 11011100
Octal 343 311 334

Shades and tints

Shades of #E3C9DC

#E3C9DC
(227,201,220)
#CFB7C8
(207,183,200)
#BBA5B4
(187,165,180)
#A793A0
(167,147,160)
#93818C
(147,129,140)
#7F6F78
(127,111,120)
#6B5D64
(107,93,100)
#574B50
(87,75,80)
#43393C
(67,57,60)
#2F2728
(47,39,40)
#1B1514
(27,21,20)
#000000
(0,0,0)

Tints of #E3C9DC

#E3C9DC
(227,201,220)
#E5CDDF
(229,205,223)
#E7D1E2
(231,209,226)
#E9D5E5
(233,213,229)
#EBD9E8
(235,217,232)
#EDDDEB
(237,221,235)
#EFE1EE
(239,225,238)
#F1E5F1
(241,229,241)
#F3E9F4
(243,233,244)
#F5EDF7
(245,237,247)
#F7F1FA
(247,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3C9DC color. Also use rgb(227,201,220) instead hex code.

Text Font Color

.myTextColor { color: #E3C9DC; }

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

This text font color is #E3C9DC.

Background Color

.myBgColor { background-color: #E3C9DC; }

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

This div background color is #E3C9DC.

Border color

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

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

This div border color is #E3C9DC.

Opacity

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

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

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

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

This text has shadow with #E3C9DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3C9DC.

Preview

Color preview on black background

This text has color #E3C9DC on black background.


Color preview on white background

This text has color #E3C9DC on white background.


Black color preview on #E3C9DC background

This text has black color on #E3C9DC background.


White color preview on #E3C9DC background

This text has white color on #E3C9DC background.


Related colors

Complementary color

Complementary color for #hex is #1C3623.


I love getcolorcode.com

Triadic colors

1 #DCE3C9 and #C9DCE3 with #E3C9DC are triadic colors.

2 #DCC9E3 and #C9E3DC with #E3C9DC are triadic colors.