COLOR #E9C5EB

HEX: #E9C5EB RGB: (233,197,235)

Color info

#E9C5EB contains red, green and blue colors in about the same proportion. Web safe color of #E9C5EB is #FFCCFF (or #FCF).

RGB color model

#E9C5EB color RGB value is (233,197,235).

RGB: (233,197,235) (91%, 77%, 92%)

RGB channels and saturation

R 233 of 255 = 91%
G 197 of 255 = 77%
B 235 of 255 = 92%

233
197
235

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

Portions of RGB colors in percentages

R + G + B = 233 + 197 + 235 = 665 (100%)
R 233 of 665 ~ 35.04%
G 197 of 665 ~ 29.62%
B 235 of 665 ~ 35.34'%

%35.04
%29.62
%35.34

CMYK color model

#E9C5EB color CMYK value is (1,16,0,8).

  • cyan value is 0.85%
  • magenta value is 16.17%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (1,16,0,8)
C1M16Y0K8 (1%, 16%, 0%, 8%)
(0.01 / 0.16 / 0.00 / 0.08)

CMYK percentages

%0.85
%16.17
%0
%7.84

Codes

Color #E9C5EB in popluar color models

E9 C5 EB
RGB 233 197 235
HSL 297° 48.72% 84.71%
HSB/HSV 297° 16.17% 92.16%
CMYK 0.85% 16.17% 0.00%
7.84%

Color #E9C5EB in popluar number systems.

HEX E9 C5 EB
Decimal 233 197 235
Binary 11101001 11000101 11101011
Octal 351 305 353

Shades and tints

Shades of #E9C5EB

#E9C5EB
(233,197,235)
#D4B4D6
(212,180,214)
#BFA3C1
(191,163,193)
#AA92AC
(170,146,172)
#958197
(149,129,151)
#807082
(128,112,130)
#6B5F6D
(107,95,109)
#564E58
(86,78,88)
#413D43
(65,61,67)
#2C2C2E
(44,44,46)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #E9C5EB

#E9C5EB
(233,197,235)
#EBCAEC
(235,202,236)
#EDCFED
(237,207,237)
#EFD4EE
(239,212,238)
#F1D9EF
(241,217,239)
#F3DEF0
(243,222,240)
#F5E3F1
(245,227,241)
#F7E8F2
(247,232,242)
#F9EDF3
(249,237,243)
#FBF2F4
(251,242,244)
#FDF7F5
(253,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C5EB color. Also use rgb(233,197,235) instead hex code.

Text Font Color

.myTextColor { color: #E9C5EB; }

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

This text font color is #E9C5EB.

Background Color

.myBgColor { background-color: #E9C5EB; }

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

This div background color is #E9C5EB.

Border color

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

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

This div border color is #E9C5EB.

Opacity

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

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

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

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

This text has shadow with #E9C5EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9C5EB.

Preview

Color preview on black background

This text has color #E9C5EB on black background.


Color preview on white background

This text has color #E9C5EB on white background.


Black color preview on #E9C5EB background

This text has black color on #E9C5EB background.


White color preview on #E9C5EB background

This text has white color on #E9C5EB background.


Related colors

Complementary color

Complementary color for #hex is #163A14.


I love getcolorcode.com

Triadic colors

1 #EBE9C5 and #C5EBE9 with #E9C5EB are triadic colors.

2 #EBC5E9 and #C5E9EB with #E9C5EB are triadic colors.