COLOR #E8B6D0

HEX: #E8B6D0
RGB: (232,182,208)

Color info

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

RGB color model

#E8B6D0 color RGB value is (232,182,208).

  • red value is 232;
  • green value is 182;
  • blue value is 208.
RGB:
(232,182,208)
(91%,71%,82%)

RGB channels and saturation

R 232 of 255 = 91%
G 182 of 255 = 71%
B 208 of 255 = 82%

232
182
208

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

Portions of RGB colors in percentages

R + G + B =
232 + 182 + 208 = 622 (100%)
R 232 of 622 ~ 37.3%
G 182 of 622 ~ 29.26%
B 208 of 622 ~ 33.44%

%37.3
%29.26
%33.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.55%
  • yellow value is 10.34%
  • 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
%21.55
%10.34
%9.02

Codes

Color #E8B6D0 in popluar color models

E8B6D0
RGB232182208
HSL329°52.08%81.18%
HSB/HSV329°21.55%90.98%
CMYK0.00%21.55%10.34%
9.02%

Color #E8B6D0 in popluar number systems.

HEXE8B6D0
Decimal232182208
Binary111010001011011011010000
Octal350266320

Shades and tints

Shades of #E8B6D0

#E8B6D0
(232,182,208)
#D3A6BE
(211,166,190)
#BE96AC
(190,150,172)
#A9869A
(169,134,154)
#947688
(148,118,136)
#7F6676
(127,102,118)
#6A5664
(106,86,100)
#554652
(85,70,82)
#403640
(64,54,64)
#2B262E
(43,38,46)
#16161C
(22,22,28)
#000000
(0,0,0)

Tints of #E8B6D0

#E8B6D0
(232,182,208)
#EABCD4
(234,188,212)
#ECC2D8
(236,194,216)
#EEC8DC
(238,200,220)
#F0CEE0
(240,206,224)
#F2D4E4
(242,212,228)
#F4DAE8
(244,218,232)
#F6E0EC
(246,224,236)
#F8E6F0
(248,230,240)
#FAECF4
(250,236,244)
#FCF2F8
(252,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B6D0 color. Also use rgb(232,182,208) instead hex code.

Text Font Color

.myTextColor { color: #E8B6D0; }

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

This text font color is #E8B6D0.


Background Color

.myBgColor { background-color: #E8B6D0; }

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

This div background color is #E8B6D0.


Border color

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

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

This div border color is #E8B6D0.


Opacity

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

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

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

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

This text has shadow with #E8B6D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B6D0 on black background.


Color preview on white background

This text has color #E8B6D0 on white background.



Black color preview on #E8B6D0 background

This text has black color on #E8B6D0 background.


White color preview on #E8B6D0 background

This text has white color on #E8B6D0 background.