COLOR #E8B4D1

HEX: #E8B4D1 RGB: (232,180,209)

Color info

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

RGB color model

#E8B4D1 color RGB value is (232,180,209).

RGB: (232,180,209) (91%, 71%, 82%)

RGB channels and saturation

R 232 of 255 = 91%
G 180 of 255 = 71%
B 209 of 255 = 82%

232
180
209

R + G + B ~ 81%. #E8B4D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 180 + 209 = 621 (100%)
R 232 of 621 ~ 37.36%
G 180 of 621 ~ 28.99%
B 209 of 621 ~ 33.66'%

%37.36
%28.99
%33.66

CMYK color model

#E8B4D1 color CMYK value is (0,22,10,9).

  • cyan value is 0.00%
  • magenta value is 22.41%
  • yellow value is 9.91%
  • key color value is 9.02%

CMYK: (0,22,10,9)
C0M22Y10K9 (0%, 22%, 10%, 9%)
(0.00 / 0.22 / 0.10 / 0.09)

CMYK percentages

%0
%22.41
%9.91
%9.02

Codes

Color #E8B4D1 in popluar color models

E8 B4 D1
RGB 232 180 209
HSL 327° 53.06% 80.78%
HSB/HSV 327° 22.41% 90.98%
CMYK 0.00% 22.41% 9.91%
9.02%

Color #E8B4D1 in popluar number systems.

HEX E8 B4 D1
Decimal 232 180 209
Binary 11101000 10110100 11010001
Octal 350 264 321

Shades and tints

Shades of #E8B4D1

#E8B4D1
(232,180,209)
#D3A4BE
(211,164,190)
#BE94AB
(190,148,171)
#A98498
(169,132,152)
#947485
(148,116,133)
#7F6472
(127,100,114)
#6A545F
(106,84,95)
#55444C
(85,68,76)
#403439
(64,52,57)
#2B2426
(43,36,38)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #E8B4D1

#E8B4D1
(232,180,209)
#EABAD5
(234,186,213)
#ECC0D9
(236,192,217)
#EEC6DD
(238,198,221)
#F0CCE1
(240,204,225)
#F2D2E5
(242,210,229)
#F4D8E9
(244,216,233)
#F6DEED
(246,222,237)
#F8E4F1
(248,228,241)
#FAEAF5
(250,234,245)
#FCF0F9
(252,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8B4D1; }

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

This text font color is #E8B4D1.

Background Color

.myBgColor { background-color: #E8B4D1; }

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

This div background color is #E8B4D1.

Border color

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

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

This div border color is #E8B4D1.

Opacity

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

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

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

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

This text has shadow with #E8B4D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8B4D1.

Preview

Color preview on black background

This text has color #E8B4D1 on black background.


Color preview on white background

This text has color #E8B4D1 on white background.


Black color preview on #E8B4D1 background

This text has black color on #E8B4D1 background.


White color preview on #E8B4D1 background

This text has white color on #E8B4D1 background.


Related colors

Complementary color

Complementary color for #hex is #174B2E.


I love getcolorcode.com

Triadic colors

1 #D1E8B4 and #B4D1E8 with #E8B4D1 are triadic colors.

2 #D1B4E8 and #B4E8D1 with #E8B4D1 are triadic colors.