COLOR #E8B7DE

HEX: #E8B7DE RGB: (232,183,222)

Color info

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

RGB color model

#E8B7DE color RGB value is (232,183,222).

RGB: (232,183,222) (91%, 72%, 87%)

RGB channels and saturation

R 232 of 255 = 91%
G 183 of 255 = 72%
B 222 of 255 = 87%

232
183
222

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

Portions of RGB colors in percentages

R + G + B = 232 + 183 + 222 = 637 (100%)
R 232 of 637 ~ 36.42%
G 183 of 637 ~ 28.73%
B 222 of 637 ~ 34.85'%

%36.42
%28.73
%34.85

CMYK color model

#E8B7DE color CMYK value is (0,21,4,9).

  • cyan value is 0.00%
  • magenta value is 21.12%
  • yellow value is 4.31%
  • key color value is 9.02%
CMYK: (0,21,4,9) C0M21Y4K9 (0%,21%,4%,9%) (0.00/0.21/0.04/0.09) 

CMYK percentages

%0
%21.12
%4.31
%9.02

Codes

Color #E8B7DE in popluar color models

E8 B7 DE
RGB 232 183 222
HSL 312° 51.58% 81.37%
HSB/HSV 312° 21.12% 90.98%
CMYK 0.00% 21.12% 4.31%
9.02%

Color #E8B7DE in popluar number systems.

HEX E8 B7 DE
Decimal 232 183 222
Binary 11101000 10110111 11011110
Octal 350 267 336

Shades and tints

Shades of #E8B7DE

#E8B7DE
(232,183,222)
#D3A7CA
(211,167,202)
#BE97B6
(190,151,182)
#A987A2
(169,135,162)
#94778E
(148,119,142)
#7F677A
(127,103,122)
#6A5766
(106,87,102)
#554752
(85,71,82)
#40373E
(64,55,62)
#2B272A
(43,39,42)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #E8B7DE

#E8B7DE
(232,183,222)
#EABDE1
(234,189,225)
#ECC3E4
(236,195,228)
#EEC9E7
(238,201,231)
#F0CFEA
(240,207,234)
#F2D5ED
(242,213,237)
#F4DBF0
(244,219,240)
#F6E1F3
(246,225,243)
#F8E7F6
(248,231,246)
#FAEDF9
(250,237,249)
#FCF3FC
(252,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8B7DE; }

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

This text font color is #E8B7DE.

Background Color

.myBgColor { background-color: #E8B7DE; }

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

This div background color is #E8B7DE.

Border color

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

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

This div border color is #E8B7DE.

Opacity

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

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

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

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

This text has shadow with #E8B7DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8B7DE.

Preview

Color preview on black background

This text has color #E8B7DE on black background.


Color preview on white background

This text has color #E8B7DE on white background.


Black color preview on #E8B7DE background

This text has black color on #E8B7DE background.


White color preview on #E8B7DE background

This text has white color on #E8B7DE background.


Related colors

Complementary color

Complementary color for #hex is #174821.


I love getcolorcode.com

Triadic colors

1 #DEE8B7 and #B7DEE8 with #E8B7DE are triadic colors.

2 #DEB7E8 and #B7E8DE with #E8B7DE are triadic colors.