COLOR #E3C9E5

HEX: #E3C9E5 RGB: (227,201,229)

Color info

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

RGB color model

#E3C9E5 color RGB value is (227,201,229).

RGB: (227,201,229) (89%, 79%, 90%)

RGB channels and saturation

R 227 of 255 = 89%
G 201 of 255 = 79%
B 229 of 255 = 90%

227
201
229

R + G + B ~ 86%. #E3C9E5 is light color.

Portions of RGB colors in percentages

R + G + B = 227 + 201 + 229 = 657 (100%)
R 227 of 657 ~ 34.55%
G 201 of 657 ~ 30.59%
B 229 of 657 ~ 34.86'%

%34.55
%30.59
%34.86

CMYK color model

#E3C9E5 color CMYK value is (1,12,0,10).

  • cyan value is 0.87%
  • magenta value is 12.23%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK: (1,12,0,10) C1M12Y0K10 (1%,12%,0%,10%) (0.01/0.12/0.00/0.10) 

CMYK percentages

%0.87
%12.23
%0
%10.2

Codes

Color #E3C9E5 in popluar color models

E3 C9 E5
RGB 227 201 229
HSL 296° 35.00% 84.31%
HSB/HSV 296° 12.23% 89.80%
CMYK 0.87% 12.23% 0.00%
10.20%

Color #E3C9E5 in popluar number systems.

HEX E3 C9 E5
Decimal 227 201 229
Binary 11100011 11001001 11100101
Octal 343 311 345

Shades and tints

Shades of #E3C9E5

#E3C9E5
(227,201,229)
#CFB7D1
(207,183,209)
#BBA5BD
(187,165,189)
#A793A9
(167,147,169)
#938195
(147,129,149)
#7F6F81
(127,111,129)
#6B5D6D
(107,93,109)
#574B59
(87,75,89)
#433945
(67,57,69)
#2F2731
(47,39,49)
#1B151D
(27,21,29)
#000000
(0,0,0)

Tints of #E3C9E5

#E3C9E5
(227,201,229)
#E5CDE7
(229,205,231)
#E7D1E9
(231,209,233)
#E9D5EB
(233,213,235)
#EBD9ED
(235,217,237)
#EDDDEF
(237,221,239)
#EFE1F1
(239,225,241)
#F1E5F3
(241,229,243)
#F3E9F5
(243,233,245)
#F5EDF7
(245,237,247)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3C9E5; }

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

This text font color is #E3C9E5.

Background Color

.myBgColor { background-color: #E3C9E5; }

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

This div background color is #E3C9E5.

Border color

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

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

This div border color is #E3C9E5.

Opacity

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

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

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

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

This text has shadow with #E3C9E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3C9E5.

Preview

Color preview on black background

This text has color #E3C9E5 on black background.


Color preview on white background

This text has color #E3C9E5 on white background.


Black color preview on #E3C9E5 background

This text has black color on #E3C9E5 background.


White color preview on #E3C9E5 background

This text has white color on #E3C9E5 background.


Related colors

Complementary color

Complementary color for #hex is #1C361A.


I love getcolorcode.com

Triadic colors

1 #E5E3C9 and #C9E5E3 with #E3C9E5 are triadic colors.

2 #E5C9E3 and #C9E3E5 with #E3C9E5 are triadic colors.