COLOR #E9CBEC

HEX: #E9CBEC
RGB: (233,203,236)

Color info

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

RGB color model

#E9CBEC color RGB value is (233,203,236).

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

RGB channels and saturation

R 233 of 255 = 91%
G 203 of 255 = 80%
B 236 of 255 = 93%

233
203
236

R + G + B ~ 88%. #E9CBEC is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 203 + 236 = 672 (100%)
R 233 of 672 ~ 34.67%
G 203 of 672 ~ 30.21%
B 236 of 672 ~ 35.12%

%34.67
%30.21
%35.12

CMYK color model

#E9CBEC color CMYK value is (1,14,0,7).

  • cyan value is 1.27%
  • magenta value is 13.98%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(1,14,0,7)
C1M14Y0K7 
(1%,14%,0%,7%)
(0.01/0.14/0.00/0.07)	

CMYK percentages

%1.27
%13.98
%0
%7.45

Codes

Color #E9CBEC in popluar color models

E9CBEC
RGB233203236
HSL295°46.48%86.08%
HSB/HSV295°13.98%92.55%
CMYK1.27%13.98%0.00%
7.45%

Color #E9CBEC in popluar number systems.

HEXE9CBEC
Decimal233203236
Binary111010011100101111101100
Octal351313354

Shades and tints

Shades of #E9CBEC

#E9CBEC
(233,203,236)
#D4B9D7
(212,185,215)
#BFA7C2
(191,167,194)
#AA95AD
(170,149,173)
#958398
(149,131,152)
#807183
(128,113,131)
#6B5F6E
(107,95,110)
#564D59
(86,77,89)
#413B44
(65,59,68)
#2C292F
(44,41,47)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #E9CBEC

#E9CBEC
(233,203,236)
#EBCFED
(235,207,237)
#EDD3EE
(237,211,238)
#EFD7EF
(239,215,239)
#F1DBF0
(241,219,240)
#F3DFF1
(243,223,241)
#F5E3F2
(245,227,242)
#F7E7F3
(247,231,243)
#F9EBF4
(249,235,244)
#FBEFF5
(251,239,245)
#FDF3F6
(253,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9CBEC; }

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

This text font color is #E9CBEC.


Background Color

.myBgColor { background-color: #E9CBEC; }

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

This div background color is #E9CBEC.


Border color

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

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

This div border color is #E9CBEC.


Opacity

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

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

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

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

This text has shadow with #E9CBEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9CBEC on black background.


Color preview on white background

This text has color #E9CBEC on white background.



Black color preview on #E9CBEC background

This text has black color on #E9CBEC background.


White color preview on #E9CBEC background

This text has white color on #E9CBEC background.