COLOR #E8BDD7

HEX: #E8BDD7
RGB: (232,189,215)

Color info

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

RGB color model

#E8BDD7 color RGB value is (232,189,215).

  • red value is 232;
  • green value is 189;
  • blue value is 215.
RGB:
(232,189,215)
(91%,74%,84%)

RGB channels and saturation

R 232 of 255 = 91%
G 189 of 255 = 74%
B 215 of 255 = 84%

232
189
215

R + G + B ~ 83%. #E8BDD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 189 + 215 = 636 (100%)
R 232 of 636 ~ 36.48%
G 189 of 636 ~ 29.72%
B 215 of 636 ~ 33.81%

%36.48
%29.72
%33.81

CMYK color model

#E8BDD7 color CMYK value is (0,19,7,9).

  • cyan value is 0.00%
  • magenta value is 18.53%
  • yellow value is 7.33%
  • key color value is 9.02%
CMYK:
(0,19,7,9)
C0M19Y7K9 
(0%,19%,7%,9%)
(0.00/0.19/0.07/0.09)	

CMYK percentages

%0
%18.53
%7.33
%9.02

Codes

Color #E8BDD7 in popluar color models

E8BDD7
RGB232189215
HSL324°48.31%82.55%
HSB/HSV324°18.53%90.98%
CMYK0.00%18.53%7.33%
9.02%

Color #E8BDD7 in popluar number systems.

HEXE8BDD7
Decimal232189215
Binary111010001011110111010111
Octal350275327

Shades and tints

Shades of #E8BDD7

#E8BDD7
(232,189,215)
#D3ACC4
(211,172,196)
#BE9BB1
(190,155,177)
#A98A9E
(169,138,158)
#94798B
(148,121,139)
#7F6878
(127,104,120)
#6A5765
(106,87,101)
#554652
(85,70,82)
#40353F
(64,53,63)
#2B242C
(43,36,44)
#161319
(22,19,25)
#000000
(0,0,0)

Tints of #E8BDD7

#E8BDD7
(232,189,215)
#EAC3DA
(234,195,218)
#ECC9DD
(236,201,221)
#EECFE0
(238,207,224)
#F0D5E3
(240,213,227)
#F2DBE6
(242,219,230)
#F4E1E9
(244,225,233)
#F6E7EC
(246,231,236)
#F8EDEF
(248,237,239)
#FAF3F2
(250,243,242)
#FCF9F5
(252,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8BDD7 color. Also use rgb(232,189,215) instead hex code.

Text Font Color

.myTextColor { color: #E8BDD7; }

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

This text font color is #E8BDD7.


Background Color

.myBgColor { background-color: #E8BDD7; }

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

This div background color is #E8BDD7.


Border color

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

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

This div border color is #E8BDD7.


Opacity

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

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

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

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

This text has shadow with #E8BDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BDD7 on black background.


Color preview on white background

This text has color #E8BDD7 on white background.



Black color preview on #E8BDD7 background

This text has black color on #E8BDD7 background.


White color preview on #E8BDD7 background

This text has white color on #E8BDD7 background.