COLOR #E8CCEB

HEX: #E8CCEB
RGB: (232,204,235)

Color info

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

RGB color model

#E8CCEB color RGB value is (232,204,235).

  • red value is 232;
  • green value is 204;
  • blue value is 235.
RGB:
(232,204,235)
(91%,80%,92%)

RGB channels and saturation

R 232 of 255 = 91%
G 204 of 255 = 80%
B 235 of 255 = 92%

232
204
235

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

Portions of RGB colors in percentages

R + G + B =
232 + 204 + 235 = 671 (100%)
R 232 of 671 ~ 34.58%
G 204 of 671 ~ 30.4%
B 235 of 671 ~ 35.02%

%34.58
%30.4
%35.02

CMYK color model

#E8CCEB color CMYK value is (1,13,0,8).

  • cyan value is 1.28%
  • magenta value is 13.19%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(1,13,0,8)
C1M13Y0K8 
(1%,13%,0%,8%)
(0.01/0.13/0.00/0.08)	

CMYK percentages

%1.28
%13.19
%0
%7.84

Codes

Color #E8CCEB in popluar color models

E8CCEB
RGB232204235
HSL294°43.66%86.08%
HSB/HSV294°13.19%92.16%
CMYK1.28%13.19%0.00%
7.84%

Color #E8CCEB in popluar number systems.

HEXE8CCEB
Decimal232204235
Binary111010001100110011101011
Octal350314353

Shades and tints

Shades of #E8CCEB

#E8CCEB
(232,204,235)
#D3BAD6
(211,186,214)
#BEA8C1
(190,168,193)
#A996AC
(169,150,172)
#948497
(148,132,151)
#7F7282
(127,114,130)
#6A606D
(106,96,109)
#554E58
(85,78,88)
#403C43
(64,60,67)
#2B2A2E
(43,42,46)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #E8CCEB

#E8CCEB
(232,204,235)
#EAD0EC
(234,208,236)
#ECD4ED
(236,212,237)
#EED8EE
(238,216,238)
#F0DCEF
(240,220,239)
#F2E0F0
(242,224,240)
#F4E4F1
(244,228,241)
#F6E8F2
(246,232,242)
#F8ECF3
(248,236,243)
#FAF0F4
(250,240,244)
#FCF4F5
(252,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8CCEB color. Also use rgb(232,204,235) instead hex code.

Text Font Color

.myTextColor { color: #E8CCEB; }

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

This text font color is #E8CCEB.


Background Color

.myBgColor { background-color: #E8CCEB; }

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

This div background color is #E8CCEB.


Border color

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

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

This div border color is #E8CCEB.


Opacity

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

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

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

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

This text has shadow with #E8CCEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8CCEB on black background.


Color preview on white background

This text has color #E8CCEB on white background.



Black color preview on #E8CCEB background

This text has black color on #E8CCEB background.


White color preview on #E8CCEB background

This text has white color on #E8CCEB background.