COLOR #E8B1DE

HEX: #E8B1DE
RGB: (232,177,222)

Color info

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

RGB color model

#E8B1DE color RGB value is (232,177,222).

  • red value is 232;
  • green value is 177;
  • blue value is 222.
RGB:
(232,177,222)
(91%,69%,87%)

RGB channels and saturation

R 232 of 255 = 91%
G 177 of 255 = 69%
B 222 of 255 = 87%

232
177
222

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

Portions of RGB colors in percentages

R + G + B =
232 + 177 + 222 = 631 (100%)
R 232 of 631 ~ 36.77%
G 177 of 631 ~ 28.05%
B 222 of 631 ~ 35.18%

%36.77
%28.05
%35.18

CMYK color model

#E8B1DE color CMYK value is (0,24,4,9).

  • cyan value is 0.00%
  • magenta value is 23.71%
  • yellow value is 4.31%
  • key color value is 9.02%
CMYK:
(0,24,4,9)
C0M24Y4K9 
(0%,24%,4%,9%)
(0.00/0.24/0.04/0.09)	

CMYK percentages

%0
%23.71
%4.31
%9.02

Codes

Color #E8B1DE in popluar color models

E8B1DE
RGB232177222
HSL311°54.46%80.20%
HSB/HSV311°23.71%90.98%
CMYK0.00%23.71%4.31%
9.02%

Color #E8B1DE in popluar number systems.

HEXE8B1DE
Decimal232177222
Binary111010001011000111011110
Octal350261336

Shades and tints

Shades of #E8B1DE

#E8B1DE
(232,177,222)
#D3A1CA
(211,161,202)
#BE91B6
(190,145,182)
#A981A2
(169,129,162)
#94718E
(148,113,142)
#7F617A
(127,97,122)
#6A5166
(106,81,102)
#554152
(85,65,82)
#40313E
(64,49,62)
#2B212A
(43,33,42)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #E8B1DE

#E8B1DE
(232,177,222)
#EAB8E1
(234,184,225)
#ECBFE4
(236,191,228)
#EEC6E7
(238,198,231)
#F0CDEA
(240,205,234)
#F2D4ED
(242,212,237)
#F4DBF0
(244,219,240)
#F6E2F3
(246,226,243)
#F8E9F6
(248,233,246)
#FAF0F9
(250,240,249)
#FCF7FC
(252,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B1DE color. Also use rgb(232,177,222) instead hex code.

Text Font Color

.myTextColor { color: #E8B1DE; }

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

This text font color is #E8B1DE.


Background Color

.myBgColor { background-color: #E8B1DE; }

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

This div background color is #E8B1DE.


Border color

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

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

This div border color is #E8B1DE.


Opacity

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

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

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

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

This text has shadow with #E8B1DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B1DE on black background.


Color preview on white background

This text has color #E8B1DE on white background.



Black color preview on #E8B1DE background

This text has black color on #E8B1DE background.


White color preview on #E8B1DE background

This text has white color on #E8B1DE background.