COLOR #E8BADF

HEX: #E8BADF RGB: (232,186,223)

Color info

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

RGB color model

#E8BADF color RGB value is (232,186,223).

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

RGB channels and saturation

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

232
186
223

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

Portions of RGB colors in percentages

R + G + B = 232 + 186 + 223 = 641 (100%)
R 232 of 641 ~ 36.19%
G 186 of 641 ~ 29.02%
B 223 of 641 ~ 34.79'%

%36.19
%29.02
%34.79

CMYK color model

#E8BADF color CMYK value is (0,20,4,9).

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

CMYK: (0,20,4,9)
C0M20Y4K9 (0%, 20%, 4%, 9%)
(0.00 / 0.20 / 0.04 / 0.09)

CMYK percentages

%0
%19.83
%3.88
%9.02

Codes

Color #E8BADF in popluar color models

E8 BA DF
RGB 232 186 223
HSL 312° 50.00% 81.96%
HSB/HSV 312° 19.83% 90.98%
CMYK 0.00% 19.83% 3.88%
9.02%

Color #E8BADF in popluar number systems.

HEX E8 BA DF
Decimal 232 186 223
Binary 11101000 10111010 11011111
Octal 350 272 337

Shades and tints

Shades of #E8BADF

#E8BADF
(232,186,223)
#D3AACB
(211,170,203)
#BE9AB7
(190,154,183)
#A98AA3
(169,138,163)
#947A8F
(148,122,143)
#7F6A7B
(127,106,123)
#6A5A67
(106,90,103)
#554A53
(85,74,83)
#403A3F
(64,58,63)
#2B2A2B
(43,42,43)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #E8BADF

#E8BADF
(232,186,223)
#EAC0E1
(234,192,225)
#ECC6E3
(236,198,227)
#EECCE5
(238,204,229)
#F0D2E7
(240,210,231)
#F2D8E9
(242,216,233)
#F4DEEB
(244,222,235)
#F6E4ED
(246,228,237)
#F8EAEF
(248,234,239)
#FAF0F1
(250,240,241)
#FCF6F3
(252,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8BADF; }

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

This text font color is #E8BADF.

Background Color

.myBgColor { background-color: #E8BADF; }

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

This div background color is #E8BADF.

Border color

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

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

This div border color is #E8BADF.

Opacity

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

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

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

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

This text has shadow with #E8BADF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8BADF.

Preview

Color preview on black background

This text has color #E8BADF on black background.


Color preview on white background

This text has color #E8BADF on white background.


Black color preview on #E8BADF background

This text has black color on #E8BADF background.


White color preview on #E8BADF background

This text has white color on #E8BADF background.


Related colors

Complementary color

Complementary color for #hex is #174520.


I love getcolorcode.com

Triadic colors

1 #DFE8BA and #BADFE8 with #E8BADF are triadic colors.

2 #DFBAE8 and #BAE8DF with #E8BADF are triadic colors.