COLOR #E8B0DD

HEX: #E8B0DD RGB: (232,176,221)

Color info

#E8B0DD contains red, green and blue colors in about the same proportion. Web safe color of #E8B0DD is #FF99CC (or #F9C).

RGB color model

#E8B0DD color RGB value is (232,176,221).

RGB: (232,176,221) (91%, 69%, 87%)

RGB channels and saturation

R 232 of 255 = 91%
G 176 of 255 = 69%
B 221 of 255 = 87%

232
176
221

R + G + B ~ 82%. #E8B0DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 176 + 221 = 629 (100%)
R 232 of 629 ~ 36.88%
G 176 of 629 ~ 27.98%
B 221 of 629 ~ 35.14'%

%36.88
%27.98
%35.14

CMYK color model

#E8B0DD color CMYK value is (0,24,5,9).

  • cyan value is 0.00%
  • magenta value is 24.14%
  • yellow value is 4.74%
  • key color value is 9.02%

CMYK: (0,24,5,9)
C0M24Y5K9 (0%, 24%, 5%, 9%)
(0.00 / 0.24 / 0.05 / 0.09)

CMYK percentages

%0
%24.14
%4.74
%9.02

Codes

Color #E8B0DD in popluar color models

E8 B0 DD
RGB 232 176 221
HSL 312° 54.90% 80.00%
HSB/HSV 312° 24.14% 90.98%
CMYK 0.00% 24.14% 4.74%
9.02%

Color #E8B0DD in popluar number systems.

HEX E8 B0 DD
Decimal 232 176 221
Binary 11101000 10110000 11011101
Octal 350 260 335

Shades and tints

Shades of #E8B0DD

#E8B0DD
(232,176,221)
#D3A0C9
(211,160,201)
#BE90B5
(190,144,181)
#A980A1
(169,128,161)
#94708D
(148,112,141)
#7F6079
(127,96,121)
#6A5065
(106,80,101)
#554051
(85,64,81)
#40303D
(64,48,61)
#2B2029
(43,32,41)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #E8B0DD

#E8B0DD
(232,176,221)
#EAB7E0
(234,183,224)
#ECBEE3
(236,190,227)
#EEC5E6
(238,197,230)
#F0CCE9
(240,204,233)
#F2D3EC
(242,211,236)
#F4DAEF
(244,218,239)
#F6E1F2
(246,225,242)
#F8E8F5
(248,232,245)
#FAEFF8
(250,239,248)
#FCF6FB
(252,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B0DD color. Also use rgb(232,176,221) instead hex code.

Text Font Color

.myTextColor { color: #E8B0DD; }

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

This text font color is #E8B0DD.

Background Color

.myBgColor { background-color: #E8B0DD; }

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

This div background color is #E8B0DD.

Border color

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

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

This div border color is #E8B0DD.

Opacity

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

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

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

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

This text has shadow with #E8B0DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8B0DD.

Preview

Color preview on black background

This text has color #E8B0DD on black background.


Color preview on white background

This text has color #E8B0DD on white background.


Black color preview on #E8B0DD background

This text has black color on #E8B0DD background.


White color preview on #E8B0DD background

This text has white color on #E8B0DD background.


Related colors

Complementary color

Complementary color for #hex is #174F22.


I love getcolorcode.com

Triadic colors

1 #DDE8B0 and #B0DDE8 with #E8B0DD are triadic colors.

2 #DDB0E8 and #B0E8DD with #E8B0DD are triadic colors.