COLOR #E8CBE1

HEX: #E8CBE1
RGB: (232,203,225)

Color info

#E8CBE1 contains red, green and blue colors in about the same proportion. Web safe color of #E8CBE1 is #FFCCCC (or #FCC).

RGB color model

#E8CBE1 color RGB value is (232,203,225).

  • red value is 232;
  • green value is 203;
  • blue value is 225.
RGB:
(232,203,225)
(91%,80%,88%)

RGB channels and saturation

R 232 of 255 = 91%
G 203 of 255 = 80%
B 225 of 255 = 88%

232
203
225

R + G + B ~ 86%. #E8CBE1 is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 203 + 225 = 660 (100%)
R 232 of 660 ~ 35.15%
G 203 of 660 ~ 30.76%
B 225 of 660 ~ 34.09%

%35.15
%30.76
%34.09

CMYK color model

#E8CBE1 color CMYK value is (0,13,3,9).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 3.02%
  • key color value is 9.02%
CMYK:
(0,13,3,9)
C0M13Y3K9 
(0%,13%,3%,9%)
(0.00/0.13/0.03/0.09)	

CMYK percentages

%0
%12.5
%3.02
%9.02

Codes

Color #E8CBE1 in popluar color models

E8CBE1
RGB232203225
HSL314°38.67%85.29%
HSB/HSV314°12.50%90.98%
CMYK0.00%12.50%3.02%
9.02%

Color #E8CBE1 in popluar number systems.

HEXE8CBE1
Decimal232203225
Binary111010001100101111100001
Octal350313341

Shades and tints

Shades of #E8CBE1

#E8CBE1
(232,203,225)
#D3B9CD
(211,185,205)
#BEA7B9
(190,167,185)
#A995A5
(169,149,165)
#948391
(148,131,145)
#7F717D
(127,113,125)
#6A5F69
(106,95,105)
#554D55
(85,77,85)
#403B41
(64,59,65)
#2B292D
(43,41,45)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #E8CBE1

#E8CBE1
(232,203,225)
#EACFE3
(234,207,227)
#ECD3E5
(236,211,229)
#EED7E7
(238,215,231)
#F0DBE9
(240,219,233)
#F2DFEB
(242,223,235)
#F4E3ED
(244,227,237)
#F6E7EF
(246,231,239)
#F8EBF1
(248,235,241)
#FAEFF3
(250,239,243)
#FCF3F5
(252,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8CBE1 color. Also use rgb(232,203,225) instead hex code.

Text Font Color

.myTextColor { color: #E8CBE1; }

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

This text font color is #E8CBE1.


Background Color

.myBgColor { background-color: #E8CBE1; }

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

This div background color is #E8CBE1.


Border color

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

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

This div border color is #E8CBE1.


Opacity

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

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

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

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

This text has shadow with #E8CBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8CBE1 on black background.


Color preview on white background

This text has color #E8CBE1 on white background.



Black color preview on #E8CBE1 background

This text has black color on #E8CBE1 background.


White color preview on #E8CBE1 background

This text has white color on #E8CBE1 background.