COLOR #E3C9EF

HEX: #E3C9EF RGB: (227,201,239)

Color info

#E3C9EF contains red, green and blue colors in about the same proportion. Web safe color of #E3C9EF is #CCCCFF (or #CCF).

RGB color model

#E3C9EF color RGB value is (227,201,239).

RGB: (227,201,239) (89%, 79%, 94%)

RGB channels and saturation

R 227 of 255 = 89%
G 201 of 255 = 79%
B 239 of 255 = 94%

227
201
239

R + G + B ~ 87%. #E3C9EF is light color.

Portions of RGB colors in percentages

R + G + B = 227 + 201 + 239 = 667 (100%)
R 227 of 667 ~ 34.03%
G 201 of 667 ~ 30.13%
B 239 of 667 ~ 35.83'%

%34.03
%30.13
%35.83

CMYK color model

#E3C9EF color CMYK value is (5,16,0,6).

  • cyan value is 5.02%
  • magenta value is 15.90%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (5,16,0,6)
C5M16Y0K6 (5%, 16%, 0%, 6%)
(0.05 / 0.16 / 0.00 / 0.06)

CMYK percentages

%5.02
%15.9
%0
%6.27

Codes

Color #E3C9EF in popluar color models

E3 C9 EF
RGB 227 201 239
HSL 281° 54.29% 86.27%
HSB/HSV 281° 15.90% 93.73%
CMYK 5.02% 15.90% 0.00%
6.27%

Color #E3C9EF in popluar number systems.

HEX E3 C9 EF
Decimal 227 201 239
Binary 11100011 11001001 11101111
Octal 343 311 357

Shades and tints

Shades of #E3C9EF

#E3C9EF
(227,201,239)
#CFB7DA
(207,183,218)
#BBA5C5
(187,165,197)
#A793B0
(167,147,176)
#93819B
(147,129,155)
#7F6F86
(127,111,134)
#6B5D71
(107,93,113)
#574B5C
(87,75,92)
#433947
(67,57,71)
#2F2732
(47,39,50)
#1B151D
(27,21,29)
#000000
(0,0,0)

Tints of #E3C9EF

#E3C9EF
(227,201,239)
#E5CDF0
(229,205,240)
#E7D1F1
(231,209,241)
#E9D5F2
(233,213,242)
#EBD9F3
(235,217,243)
#EDDDF4
(237,221,244)
#EFE1F5
(239,225,245)
#F1E5F6
(241,229,246)
#F3E9F7
(243,233,247)
#F5EDF8
(245,237,248)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3C9EF; }

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

This text font color is #E3C9EF.

Background Color

.myBgColor { background-color: #E3C9EF; }

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

This div background color is #E3C9EF.

Border color

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

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

This div border color is #E3C9EF.

Opacity

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

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

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

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

This text has shadow with #E3C9EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3C9EF.

Preview

Color preview on black background

This text has color #E3C9EF on black background.


Color preview on white background

This text has color #E3C9EF on white background.


Black color preview on #E3C9EF background

This text has black color on #E3C9EF background.


White color preview on #E3C9EF background

This text has white color on #E3C9EF background.


Related colors

Complementary color

Complementary color for #hex is #1C3610.


I love getcolorcode.com

Triadic colors

1 #EFE3C9 and #C9EFE3 with #E3C9EF are triadic colors.

2 #EFC9E3 and #C9E3EF with #E3C9EF are triadic colors.