COLOR #E5C8EF

HEX: #E5C8EF RGB: (229,200,239)

Color info

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

RGB color model

#E5C8EF color RGB value is (229,200,239).

RGB: (229,200,239) (90%, 78%, 94%)

RGB channels and saturation

R 229 of 255 = 90%
G 200 of 255 = 78%
B 239 of 255 = 94%

229
200
239

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

Portions of RGB colors in percentages

R + G + B = 229 + 200 + 239 = 668 (100%)
R 229 of 668 ~ 34.28%
G 200 of 668 ~ 29.94%
B 239 of 668 ~ 35.78'%

%34.28
%29.94
%35.78

CMYK color model

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

  • cyan value is 4.18%
  • magenta value is 16.32%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (4,16,0,6)
C4M16Y0K6 (4%, 16%, 0%, 6%)
(0.04 / 0.16 / 0.00 / 0.06)

CMYK percentages

%4.18
%16.32
%0
%6.27

Codes

Color #E5C8EF in popluar color models

E5 C8 EF
RGB 229 200 239
HSL 285° 54.93% 86.08%
HSB/HSV 285° 16.32% 93.73%
CMYK 4.18% 16.32% 0.00%
6.27%

Color #E5C8EF in popluar number systems.

HEX E5 C8 EF
Decimal 229 200 239
Binary 11100101 11001000 11101111
Octal 345 310 357

Shades and tints

Shades of #E5C8EF

#E5C8EF
(229,200,239)
#D1B6DA
(209,182,218)
#BDA4C5
(189,164,197)
#A992B0
(169,146,176)
#95809B
(149,128,155)
#816E86
(129,110,134)
#6D5C71
(109,92,113)
#594A5C
(89,74,92)
#453847
(69,56,71)
#312632
(49,38,50)
#1D141D
(29,20,29)
#000000
(0,0,0)

Tints of #E5C8EF

#E5C8EF
(229,200,239)
#E7CDF0
(231,205,240)
#E9D2F1
(233,210,241)
#EBD7F2
(235,215,242)
#EDDCF3
(237,220,243)
#EFE1F4
(239,225,244)
#F1E6F5
(241,230,245)
#F3EBF6
(243,235,246)
#F5F0F7
(245,240,247)
#F7F5F8
(247,245,248)
#F9FAF9
(249,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C8EF color. Also use rgb(229,200,239) instead hex code.

Text Font Color

.myTextColor { color: #E5C8EF; }

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

This text font color is #E5C8EF.

Background Color

.myBgColor { background-color: #E5C8EF; }

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

This div background color is #E5C8EF.

Border color

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

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

This div border color is #E5C8EF.

Opacity

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

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

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

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

This text has shadow with #E5C8EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5C8EF.

Preview

Color preview on black background

This text has color #E5C8EF on black background.


Color preview on white background

This text has color #E5C8EF on white background.


Black color preview on #E5C8EF background

This text has black color on #E5C8EF background.


White color preview on #E5C8EF background

This text has white color on #E5C8EF background.


Related colors

Complementary color

Complementary color for #hex is #1A3710.


I love getcolorcode.com

Triadic colors

1 #EFE5C8 and #C8EFE5 with #E5C8EF are triadic colors.

2 #EFC8E5 and #C8E5EF with #E5C8EF are triadic colors.