COLOR #E8BDDB

HEX: #E8BDDB
RGB: (232,189,219)

Color info

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

RGB color model

#E8BDDB color RGB value is (232,189,219).

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

RGB channels and saturation

R 232 of 255 = 91%
G 189 of 255 = 74%
B 219 of 255 = 86%

232
189
219

R + G + B ~ 84%. #E8BDDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 189 + 219 = 640 (100%)
R 232 of 640 ~ 36.25%
G 189 of 640 ~ 29.53%
B 219 of 640 ~ 34.22%

%36.25
%29.53
%34.22

CMYK color model

#E8BDDB color CMYK value is (0,19,6,9).

  • cyan value is 0.00%
  • magenta value is 18.53%
  • yellow value is 5.60%
  • key color value is 9.02%
CMYK:
(0,19,6,9)
C0M19Y6K9 
(0%,19%,6%,9%)
(0.00/0.19/0.06/0.09)	

CMYK percentages

%0
%18.53
%5.6
%9.02

Codes

Color #E8BDDB in popluar color models

E8BDDB
RGB232189219
HSL318°48.31%82.55%
HSB/HSV318°18.53%90.98%
CMYK0.00%18.53%5.60%
9.02%

Color #E8BDDB in popluar number systems.

HEXE8BDDB
Decimal232189219
Binary111010001011110111011011
Octal350275333

Shades and tints

Shades of #E8BDDB

#E8BDDB
(232,189,219)
#D3ACC8
(211,172,200)
#BE9BB5
(190,155,181)
#A98AA2
(169,138,162)
#94798F
(148,121,143)
#7F687C
(127,104,124)
#6A5769
(106,87,105)
#554656
(85,70,86)
#403543
(64,53,67)
#2B2430
(43,36,48)
#16131D
(22,19,29)
#000000
(0,0,0)

Tints of #E8BDDB

#E8BDDB
(232,189,219)
#EAC3DE
(234,195,222)
#ECC9E1
(236,201,225)
#EECFE4
(238,207,228)
#F0D5E7
(240,213,231)
#F2DBEA
(242,219,234)
#F4E1ED
(244,225,237)
#F6E7F0
(246,231,240)
#F8EDF3
(248,237,243)
#FAF3F6
(250,243,246)
#FCF9F9
(252,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8BDDB; }

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

This text font color is #E8BDDB.


Background Color

.myBgColor { background-color: #E8BDDB; }

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

This div background color is #E8BDDB.


Border color

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

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

This div border color is #E8BDDB.


Opacity

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

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

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

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

This text has shadow with #E8BDDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BDDB on black background.


Color preview on white background

This text has color #E8BDDB on white background.



Black color preview on #E8BDDB background

This text has black color on #E8BDDB background.


White color preview on #E8BDDB background

This text has white color on #E8BDDB background.