COLOR #E8BBDF

HEX: #E8BBDF RGB: (232,187,223)

Color info

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

RGB color model

#E8BBDF color RGB value is (232,187,223).

RGB: (232,187,223) (91%, 73%, 87%)

RGB channels and saturation

R 232 of 255 = 91%
G 187 of 255 = 73%
B 223 of 255 = 87%

232
187
223

R + G + B ~ 84%. #E8BBDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 187 + 223 = 642 (100%)
R 232 of 642 ~ 36.14%
G 187 of 642 ~ 29.13%
B 223 of 642 ~ 34.74'%

%36.14
%29.13
%34.74

CMYK color model

#E8BBDF color CMYK value is (0,19,4,9).

  • cyan value is 0.00%
  • magenta value is 19.40%
  • yellow value is 3.88%
  • key color value is 9.02%

CMYK: (0,19,4,9)
C0M19Y4K9 (0%, 19%, 4%, 9%)
(0.00 / 0.19 / 0.04 / 0.09)

CMYK percentages

%0
%19.4
%3.88
%9.02

Codes

Color #E8BBDF in popluar color models

E8 BB DF
RGB 232 187 223
HSL 312° 49.45% 82.16%
HSB/HSV 312° 19.40% 90.98%
CMYK 0.00% 19.40% 3.88%
9.02%

Color #E8BBDF in popluar number systems.

HEX E8 BB DF
Decimal 232 187 223
Binary 11101000 10111011 11011111
Octal 350 273 337

Shades and tints

Shades of #E8BBDF

#E8BBDF
(232,187,223)
#D3AACB
(211,170,203)
#BE99B7
(190,153,183)
#A988A3
(169,136,163)
#94778F
(148,119,143)
#7F667B
(127,102,123)
#6A5567
(106,85,103)
#554453
(85,68,83)
#40333F
(64,51,63)
#2B222B
(43,34,43)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #E8BBDF

#E8BBDF
(232,187,223)
#EAC1E1
(234,193,225)
#ECC7E3
(236,199,227)
#EECDE5
(238,205,229)
#F0D3E7
(240,211,231)
#F2D9E9
(242,217,233)
#F4DFEB
(244,223,235)
#F6E5ED
(246,229,237)
#F8EBEF
(248,235,239)
#FAF1F1
(250,241,241)
#FCF7F3
(252,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8BBDF color. Also use rgb(232,187,223) instead hex code.

Text Font Color

.myTextColor { color: #E8BBDF; }

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

This text font color is #E8BBDF.

Background Color

.myBgColor { background-color: #E8BBDF; }

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

This div background color is #E8BBDF.

Border color

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

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

This div border color is #E8BBDF.

Opacity

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

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

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

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

This text has shadow with #E8BBDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8BBDF.

Preview

Color preview on black background

This text has color #E8BBDF on black background.


Color preview on white background

This text has color #E8BBDF on white background.


Black color preview on #E8BBDF background

This text has black color on #E8BBDF background.


White color preview on #E8BBDF background

This text has white color on #E8BBDF background.


Related colors

Complementary color

Complementary color for #hex is #174420.


I love getcolorcode.com

Triadic colors

1 #DFE8BB and #BBDFE8 with #E8BBDF are triadic colors.

2 #DFBBE8 and #BBE8DF with #E8BBDF are triadic colors.