COLOR #E3C9D6

HEX: #E3C9D6 RGB: (227,201,214)

Color info

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

RGB color model

#E3C9D6 color RGB value is (227,201,214).

RGB: (227,201,214) (89%, 79%, 84%)

RGB channels and saturation

R 227 of 255 = 89%
G 201 of 255 = 79%
B 214 of 255 = 84%

227
201
214

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

Portions of RGB colors in percentages

R + G + B = 227 + 201 + 214 = 642 (100%)
R 227 of 642 ~ 35.36%
G 201 of 642 ~ 31.31%
B 214 of 642 ~ 33.33'%

%35.36
%31.31
%33.33

CMYK color model

#E3C9D6 color CMYK value is (0,11,6,11).

  • cyan value is 0.00%
  • magenta value is 11.45%
  • yellow value is 5.73%
  • key color value is 10.98%
CMYK: (0,11,6,11) C0M11Y6K11 (0%,11%,6%,11%) (0.00/0.11/0.06/0.11) 

CMYK percentages

%0
%11.45
%5.73
%10.98

Codes

Color #E3C9D6 in popluar color models

E3 C9 D6
RGB 227 201 214
HSL 330° 31.71% 83.92%
HSB/HSV 330° 11.45% 89.02%
CMYK 0.00% 11.45% 5.73%
10.98%

Color #E3C9D6 in popluar number systems.

HEX E3 C9 D6
Decimal 227 201 214
Binary 11100011 11001001 11010110
Octal 343 311 326

Shades and tints

Shades of #E3C9D6

#E3C9D6
(227,201,214)
#CFB7C3
(207,183,195)
#BBA5B0
(187,165,176)
#A7939D
(167,147,157)
#93818A
(147,129,138)
#7F6F77
(127,111,119)
#6B5D64
(107,93,100)
#574B51
(87,75,81)
#43393E
(67,57,62)
#2F272B
(47,39,43)
#1B1518
(27,21,24)
#000000
(0,0,0)

Tints of #E3C9D6

#E3C9D6
(227,201,214)
#E5CDD9
(229,205,217)
#E7D1DC
(231,209,220)
#E9D5DF
(233,213,223)
#EBD9E2
(235,217,226)
#EDDDE5
(237,221,229)
#EFE1E8
(239,225,232)
#F1E5EB
(241,229,235)
#F3E9EE
(243,233,238)
#F5EDF1
(245,237,241)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3C9D6; }

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

This text font color is #E3C9D6.

Background Color

.myBgColor { background-color: #E3C9D6; }

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

This div background color is #E3C9D6.

Border color

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

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

This div border color is #E3C9D6.

Opacity

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

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

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

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

This text has shadow with #E3C9D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3C9D6.

Preview

Color preview on black background

This text has color #E3C9D6 on black background.


Color preview on white background

This text has color #E3C9D6 on white background.


Black color preview on #E3C9D6 background

This text has black color on #E3C9D6 background.


White color preview on #E3C9D6 background

This text has white color on #E3C9D6 background.


Related colors

Complementary color

Complementary color for #hex is #1C3629.


I love getcolorcode.com

Triadic colors

1 #D6E3C9 and #C9D6E3 with #E3C9D6 are triadic colors.

2 #D6C9E3 and #C9E3D6 with #E3C9D6 are triadic colors.