COLOR #E8B2DB

HEX: #E8B2DB
RGB: (232,178,219)

Color info

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

RGB color model

#E8B2DB color RGB value is (232,178,219).

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

RGB channels and saturation

R 232 of 255 = 91%
G 178 of 255 = 70%
B 219 of 255 = 86%

232
178
219

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

Portions of RGB colors in percentages

R + G + B =
232 + 178 + 219 = 629 (100%)
R 232 of 629 ~ 36.88%
G 178 of 629 ~ 28.3%
B 219 of 629 ~ 34.82%

%36.88
%28.3
%34.82

CMYK color model

#E8B2DB color CMYK value is (0,23,6,9).

  • cyan value is 0.00%
  • magenta value is 23.28%
  • yellow value is 5.60%
  • key color value is 9.02%
CMYK:
(0,23,6,9)
C0M23Y6K9 
(0%,23%,6%,9%)
(0.00/0.23/0.06/0.09)	

CMYK percentages

%0
%23.28
%5.6
%9.02

Codes

Color #E8B2DB in popluar color models

E8B2DB
RGB232178219
HSL314°54.00%80.39%
HSB/HSV314°23.28%90.98%
CMYK0.00%23.28%5.60%
9.02%

Color #E8B2DB in popluar number systems.

HEXE8B2DB
Decimal232178219
Binary111010001011001011011011
Octal350262333

Shades and tints

Shades of #E8B2DB

#E8B2DB
(232,178,219)
#D3A2C8
(211,162,200)
#BE92B5
(190,146,181)
#A982A2
(169,130,162)
#94728F
(148,114,143)
#7F627C
(127,98,124)
#6A5269
(106,82,105)
#554256
(85,66,86)
#403243
(64,50,67)
#2B2230
(43,34,48)
#16121D
(22,18,29)
#000000
(0,0,0)

Tints of #E8B2DB

#E8B2DB
(232,178,219)
#EAB9DE
(234,185,222)
#ECC0E1
(236,192,225)
#EEC7E4
(238,199,228)
#F0CEE7
(240,206,231)
#F2D5EA
(242,213,234)
#F4DCED
(244,220,237)
#F6E3F0
(246,227,240)
#F8EAF3
(248,234,243)
#FAF1F6
(250,241,246)
#FCF8F9
(252,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8B2DB; }

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

This text font color is #E8B2DB.


Background Color

.myBgColor { background-color: #E8B2DB; }

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

This div background color is #E8B2DB.


Border color

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

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

This div border color is #E8B2DB.


Opacity

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

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

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

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

This text has shadow with #E8B2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B2DB on black background.


Color preview on white background

This text has color #E8B2DB on white background.



Black color preview on #E8B2DB background

This text has black color on #E8B2DB background.


White color preview on #E8B2DB background

This text has white color on #E8B2DB background.