COLOR #E8B4DD

HEX: #E8B4DD
RGB: (232,180,221)

Color info

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

RGB color model

#E8B4DD color RGB value is (232,180,221).

  • red value is 232;
  • green value is 180;
  • blue value is 221.
RGB:
(232,180,221)
(91%,71%,87%)

RGB channels and saturation

R 232 of 255 = 91%
G 180 of 255 = 71%
B 221 of 255 = 87%

232
180
221

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

Portions of RGB colors in percentages

R + G + B =
232 + 180 + 221 = 633 (100%)
R 232 of 633 ~ 36.65%
G 180 of 633 ~ 28.44%
B 221 of 633 ~ 34.91%

%36.65
%28.44
%34.91

CMYK color model

#E8B4DD color CMYK value is (0,22,5,9).

  • cyan value is 0.00%
  • magenta value is 22.41%
  • yellow value is 4.74%
  • key color value is 9.02%
CMYK:
(0,22,5,9)
C0M22Y5K9 
(0%,22%,5%,9%)
(0.00/0.22/0.05/0.09)	

CMYK percentages

%0
%22.41
%4.74
%9.02

Codes

Color #E8B4DD in popluar color models

E8B4DD
RGB232180221
HSL313°53.06%80.78%
HSB/HSV313°22.41%90.98%
CMYK0.00%22.41%4.74%
9.02%

Color #E8B4DD in popluar number systems.

HEXE8B4DD
Decimal232180221
Binary111010001011010011011101
Octal350264335

Shades and tints

Shades of #E8B4DD

#E8B4DD
(232,180,221)
#D3A4C9
(211,164,201)
#BE94B5
(190,148,181)
#A984A1
(169,132,161)
#94748D
(148,116,141)
#7F6479
(127,100,121)
#6A5465
(106,84,101)
#554451
(85,68,81)
#40343D
(64,52,61)
#2B2429
(43,36,41)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #E8B4DD

#E8B4DD
(232,180,221)
#EABAE0
(234,186,224)
#ECC0E3
(236,192,227)
#EEC6E6
(238,198,230)
#F0CCE9
(240,204,233)
#F2D2EC
(242,210,236)
#F4D8EF
(244,216,239)
#F6DEF2
(246,222,242)
#F8E4F5
(248,228,245)
#FAEAF8
(250,234,248)
#FCF0FB
(252,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8B4DD; }

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

This text font color is #E8B4DD.


Background Color

.myBgColor { background-color: #E8B4DD; }

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

This div background color is #E8B4DD.


Border color

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

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

This div border color is #E8B4DD.


Opacity

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

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

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

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

This text has shadow with #E8B4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B4DD on black background.


Color preview on white background

This text has color #E8B4DD on white background.



Black color preview on #E8B4DD background

This text has black color on #E8B4DD background.


White color preview on #E8B4DD background

This text has white color on #E8B4DD background.