COLOR #E8B7DB

HEX: #E8B7DB
RGB: (232,183,219)

Color info

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

RGB color model

#E8B7DB color RGB value is (232,183,219).

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

RGB channels and saturation

R 232 of 255 = 91%
G 183 of 255 = 72%
B 219 of 255 = 86%

232
183
219

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

Portions of RGB colors in percentages

R + G + B =
232 + 183 + 219 = 634 (100%)
R 232 of 634 ~ 36.59%
G 183 of 634 ~ 28.86%
B 219 of 634 ~ 34.54%

%36.59
%28.86
%34.54

CMYK color model

#E8B7DB color CMYK value is (0,21,6,9).

  • cyan value is 0.00%
  • magenta value is 21.12%
  • yellow value is 5.60%
  • key color value is 9.02%
CMYK:
(0,21,6,9)
C0M21Y6K9 
(0%,21%,6%,9%)
(0.00/0.21/0.06/0.09)	

CMYK percentages

%0
%21.12
%5.6
%9.02

Codes

Color #E8B7DB in popluar color models

E8B7DB
RGB232183219
HSL316°51.58%81.37%
HSB/HSV316°21.12%90.98%
CMYK0.00%21.12%5.60%
9.02%

Color #E8B7DB in popluar number systems.

HEXE8B7DB
Decimal232183219
Binary111010001011011111011011
Octal350267333

Shades and tints

Shades of #E8B7DB

#E8B7DB
(232,183,219)
#D3A7C8
(211,167,200)
#BE97B5
(190,151,181)
#A987A2
(169,135,162)
#94778F
(148,119,143)
#7F677C
(127,103,124)
#6A5769
(106,87,105)
#554756
(85,71,86)
#403743
(64,55,67)
#2B2730
(43,39,48)
#16171D
(22,23,29)
#000000
(0,0,0)

Tints of #E8B7DB

#E8B7DB
(232,183,219)
#EABDDE
(234,189,222)
#ECC3E1
(236,195,225)
#EEC9E4
(238,201,228)
#F0CFE7
(240,207,231)
#F2D5EA
(242,213,234)
#F4DBED
(244,219,237)
#F6E1F0
(246,225,240)
#F8E7F3
(248,231,243)
#FAEDF6
(250,237,246)
#FCF3F9
(252,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8B7DB; }

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

This text font color is #E8B7DB.


Background Color

.myBgColor { background-color: #E8B7DB; }

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

This div background color is #E8B7DB.


Border color

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

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

This div border color is #E8B7DB.


Opacity

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

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

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

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

This text has shadow with #E8B7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B7DB on black background.


Color preview on white background

This text has color #E8B7DB on white background.



Black color preview on #E8B7DB background

This text has black color on #E8B7DB background.


White color preview on #E8B7DB background

This text has white color on #E8B7DB background.