COLOR #E8B8ED

HEX: #E8B8ED RGB: (232,184,237)

Color info

#E8B8ED contains red, green and blue colors in about the same proportion. Web safe color of #E8B8ED is #FFCCFF (or #FCF).

RGB color model

#E8B8ED color RGB value is (232,184,237).

RGB: (232,184,237) (91%, 72%, 93%)

RGB channels and saturation

R 232 of 255 = 91%
G 184 of 255 = 72%
B 237 of 255 = 93%

232
184
237

R + G + B ~ 85%. #E8B8ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 184 + 237 = 653 (100%)
R 232 of 653 ~ 35.53%
G 184 of 653 ~ 28.18%
B 237 of 653 ~ 36.29'%

%35.53
%28.18
%36.29

CMYK color model

#E8B8ED color CMYK value is (2,22,0,7).

  • cyan value is 2.11%
  • magenta value is 22.36%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (2,22,0,7)
C2M22Y0K7 (2%, 22%, 0%, 7%)
(0.02 / 0.22 / 0.00 / 0.07)

CMYK percentages

%2.11
%22.36
%0
%7.06

Codes

Color #E8B8ED in popluar color models

E8 B8 ED
RGB 232 184 237
HSL 294° 59.55% 82.55%
HSB/HSV 294° 22.36% 92.94%
CMYK 2.11% 22.36% 0.00%
7.06%

Color #E8B8ED in popluar number systems.

HEX E8 B8 ED
Decimal 232 184 237
Binary 11101000 10111000 11101101
Octal 350 270 355

Shades and tints

Shades of #E8B8ED

#E8B8ED
(232,184,237)
#D3A8D8
(211,168,216)
#BE98C3
(190,152,195)
#A988AE
(169,136,174)
#947899
(148,120,153)
#7F6884
(127,104,132)
#6A586F
(106,88,111)
#55485A
(85,72,90)
#403845
(64,56,69)
#2B2830
(43,40,48)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #E8B8ED

#E8B8ED
(232,184,237)
#EABEEE
(234,190,238)
#ECC4EF
(236,196,239)
#EECAF0
(238,202,240)
#F0D0F1
(240,208,241)
#F2D6F2
(242,214,242)
#F4DCF3
(244,220,243)
#F6E2F4
(246,226,244)
#F8E8F5
(248,232,245)
#FAEEF6
(250,238,246)
#FCF4F7
(252,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B8ED color. Also use rgb(232,184,237) instead hex code.

Text Font Color

.myTextColor { color: #E8B8ED; }

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

This text font color is #E8B8ED.

Background Color

.myBgColor { background-color: #E8B8ED; }

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

This div background color is #E8B8ED.

Border color

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

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

This div border color is #E8B8ED.

Opacity

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

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

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

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

This text has shadow with #E8B8ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8B8ED.

Preview

Color preview on black background

This text has color #E8B8ED on black background.


Color preview on white background

This text has color #E8B8ED on white background.


Black color preview on #E8B8ED background

This text has black color on #E8B8ED background.


White color preview on #E8B8ED background

This text has white color on #E8B8ED background.


Related colors

Complementary color

Complementary color for #hex is #174712.


I love getcolorcode.com

Triadic colors

1 #EDE8B8 and #B8EDE8 with #E8B8ED are triadic colors.

2 #EDB8E8 and #B8E8ED with #E8B8ED are triadic colors.