COLOR #E0C9EF

HEX: #E0C9EF RGB: (224,201,239)

Color info

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

RGB color model

#E0C9EF color RGB value is (224,201,239).

RGB: (224,201,239) (88%, 79%, 94%)

RGB channels and saturation

R 224 of 255 = 88%
G 201 of 255 = 79%
B 239 of 255 = 94%

224
201
239

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

Portions of RGB colors in percentages

R + G + B = 224 + 201 + 239 = 664 (100%)
R 224 of 664 ~ 33.73%
G 201 of 664 ~ 30.27%
B 239 of 664 ~ 35.99'%

%33.73
%30.27
%35.99

CMYK color model

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

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

CMYK: (6,16,0,6)
C6M16Y0K6 (6%, 16%, 0%, 6%)
(0.06 / 0.16 / 0.00 / 0.06)

CMYK percentages

%6.28
%15.9
%0
%6.27

Codes

Color #E0C9EF in popluar color models

E0 C9 EF
RGB 224 201 239
HSL 276° 54.29% 86.27%
HSB/HSV 276° 15.90% 93.73%
CMYK 6.28% 15.90% 0.00%
6.27%

Color #E0C9EF in popluar number systems.

HEX E0 C9 EF
Decimal 224 201 239
Binary 11100000 11001001 11101111
Octal 340 311 357

Shades and tints

Shades of #E0C9EF

#E0C9EF
(224,201,239)
#CCB7DA
(204,183,218)
#B8A5C5
(184,165,197)
#A493B0
(164,147,176)
#90819B
(144,129,155)
#7C6F86
(124,111,134)
#685D71
(104,93,113)
#544B5C
(84,75,92)
#403947
(64,57,71)
#2C2732
(44,39,50)
#18151D
(24,21,29)
#000000
(0,0,0)

Tints of #E0C9EF

#E0C9EF
(224,201,239)
#E2CDF0
(226,205,240)
#E4D1F1
(228,209,241)
#E6D5F2
(230,213,242)
#E8D9F3
(232,217,243)
#EADDF4
(234,221,244)
#ECE1F5
(236,225,245)
#EEE5F6
(238,229,246)
#F0E9F7
(240,233,247)
#F2EDF8
(242,237,248)
#F4F1F9
(244,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0C9EF; }

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

This text font color is #E0C9EF.

Background Color

.myBgColor { background-color: #E0C9EF; }

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

This div background color is #E0C9EF.

Border color

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

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

This div border color is #E0C9EF.

Opacity

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

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

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

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

This text has shadow with #E0C9EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0C9EF.

Preview

Color preview on black background

This text has color #E0C9EF on black background.


Color preview on white background

This text has color #E0C9EF on white background.


Black color preview on #E0C9EF background

This text has black color on #E0C9EF background.


White color preview on #E0C9EF background

This text has white color on #E0C9EF background.


Related colors

Complementary color

Complementary color for #hex is #1F3610.


I love getcolorcode.com

Triadic colors

1 #EFE0C9 and #C9EFE0 with #E0C9EF are triadic colors.

2 #EFC9E0 and #C9E0EF with #E0C9EF are triadic colors.