COLOR #E9CEEB

HEX: #E9CEEB
RGB: (233,206,235)

Color info

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

RGB color model

#E9CEEB color RGB value is (233,206,235).

  • red value is 233;
  • green value is 206;
  • blue value is 235.
RGB:
(233,206,235)
(91%,81%,92%)

RGB channels and saturation

R 233 of 255 = 91%
G 206 of 255 = 81%
B 235 of 255 = 92%

233
206
235

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

Portions of RGB colors in percentages

R + G + B =
233 + 206 + 235 = 674 (100%)
R 233 of 674 ~ 34.57%
G 206 of 674 ~ 30.56%
B 235 of 674 ~ 34.87%

%34.57
%30.56
%34.87

CMYK color model

#E9CEEB color CMYK value is (1,12,0,8).

  • cyan value is 0.85%
  • magenta value is 12.34%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(1,12,0,8)
C1M12Y0K8 
(1%,12%,0%,8%)
(0.01/0.12/0.00/0.08)	

CMYK percentages

%0.85
%12.34
%0
%7.84

Codes

Color #E9CEEB in popluar color models

E9CEEB
RGB233206235
HSL296°42.03%86.47%
HSB/HSV296°12.34%92.16%
CMYK0.85%12.34%0.00%
7.84%

Color #E9CEEB in popluar number systems.

HEXE9CEEB
Decimal233206235
Binary111010011100111011101011
Octal351316353

Shades and tints

Shades of #E9CEEB

#E9CEEB
(233,206,235)
#D4BCD6
(212,188,214)
#BFAAC1
(191,170,193)
#AA98AC
(170,152,172)
#958697
(149,134,151)
#807482
(128,116,130)
#6B626D
(107,98,109)
#565058
(86,80,88)
#413E43
(65,62,67)
#2C2C2E
(44,44,46)
#171A19
(23,26,25)
#000000
(0,0,0)

Tints of #E9CEEB

#E9CEEB
(233,206,235)
#EBD2EC
(235,210,236)
#EDD6ED
(237,214,237)
#EFDAEE
(239,218,238)
#F1DEEF
(241,222,239)
#F3E2F0
(243,226,240)
#F5E6F1
(245,230,241)
#F7EAF2
(247,234,242)
#F9EEF3
(249,238,243)
#FBF2F4
(251,242,244)
#FDF6F5
(253,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9CEEB; }

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

This text font color is #E9CEEB.


Background Color

.myBgColor { background-color: #E9CEEB; }

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

This div background color is #E9CEEB.


Border color

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

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

This div border color is #E9CEEB.


Opacity

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

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

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

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

This text has shadow with #E9CEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9CEEB on black background.


Color preview on white background

This text has color #E9CEEB on white background.



Black color preview on #E9CEEB background

This text has black color on #E9CEEB background.


White color preview on #E9CEEB background

This text has white color on #E9CEEB background.