COLOR #E9CBF5

HEX: #E9CBF5
RGB: (233,203,245)

Color info

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

RGB color model

#E9CBF5 color RGB value is (233,203,245).

  • red value is 233;
  • green value is 203;
  • blue value is 245.
RGB:
(233,203,245)
(91%,80%,96%)

RGB channels and saturation

R 233 of 255 = 91%
G 203 of 255 = 80%
B 245 of 255 = 96%

233
203
245

R + G + B ~ 89%. #E9CBF5 is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 203 + 245 = 681 (100%)
R 233 of 681 ~ 34.21%
G 203 of 681 ~ 29.81%
B 245 of 681 ~ 35.98%

%34.21
%29.81
%35.98

CMYK color model

#E9CBF5 color CMYK value is (5,17,0,4).

  • cyan value is 4.90%
  • magenta value is 17.14%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(5,17,0,4)
C5M17Y0K4 
(5%,17%,0%,4%)
(0.05/0.17/0.00/0.04)	

CMYK percentages

%4.9
%17.14
%0
%3.92

Codes

Color #E9CBF5 in popluar color models

E9CBF5
RGB233203245
HSL283°67.74%87.84%
HSB/HSV283°17.14%96.08%
CMYK4.90%17.14%0.00%
3.92%

Color #E9CBF5 in popluar number systems.

HEXE9CBF5
Decimal233203245
Binary111010011100101111110101
Octal351313365

Shades and tints

Shades of #E9CBF5

#E9CBF5
(233,203,245)
#D4B9DF
(212,185,223)
#BFA7C9
(191,167,201)
#AA95B3
(170,149,179)
#95839D
(149,131,157)
#807187
(128,113,135)
#6B5F71
(107,95,113)
#564D5B
(86,77,91)
#413B45
(65,59,69)
#2C292F
(44,41,47)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #E9CBF5

#E9CBF5
(233,203,245)
#EBCFF5
(235,207,245)
#EDD3F5
(237,211,245)
#EFD7F5
(239,215,245)
#F1DBF5
(241,219,245)
#F3DFF5
(243,223,245)
#F5E3F5
(245,227,245)
#F7E7F5
(247,231,245)
#F9EBF5
(249,235,245)
#FBEFF5
(251,239,245)
#FDF3F5
(253,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9CBF5 color. Also use rgb(233,203,245) instead hex code.

Text Font Color

.myTextColor { color: #E9CBF5; }

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

This text font color is #E9CBF5.


Background Color

.myBgColor { background-color: #E9CBF5; }

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

This div background color is #E9CBF5.


Border color

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

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

This div border color is #E9CBF5.


Opacity

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

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

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

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

This text has shadow with #E9CBF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9CBF5 on black background.


Color preview on white background

This text has color #E9CBF5 on white background.



Black color preview on #E9CBF5 background

This text has black color on #E9CBF5 background.


White color preview on #E9CBF5 background

This text has white color on #E9CBF5 background.