COLOR #E8BADC

HEX: #E8BADC
RGB: (232,186,220)

Color info

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

RGB color model

#E8BADC color RGB value is (232,186,220).

  • red value is 232;
  • green value is 186;
  • blue value is 220.
RGB:
(232,186,220)
(91%,73%,86%)

RGB channels and saturation

R 232 of 255 = 91%
G 186 of 255 = 73%
B 220 of 255 = 86%

232
186
220

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

Portions of RGB colors in percentages

R + G + B =
232 + 186 + 220 = 638 (100%)
R 232 of 638 ~ 36.36%
G 186 of 638 ~ 29.15%
B 220 of 638 ~ 34.48%

%36.36
%29.15
%34.48

CMYK color model

#E8BADC color CMYK value is (0,20,5,9).

  • cyan value is 0.00%
  • magenta value is 19.83%
  • yellow value is 5.17%
  • key color value is 9.02%
CMYK:
(0,20,5,9)
C0M20Y5K9 
(0%,20%,5%,9%)
(0.00/0.20/0.05/0.09)	

CMYK percentages

%0
%19.83
%5.17
%9.02

Codes

Color #E8BADC in popluar color models

E8BADC
RGB232186220
HSL316°50.00%81.96%
HSB/HSV316°19.83%90.98%
CMYK0.00%19.83%5.17%
9.02%

Color #E8BADC in popluar number systems.

HEXE8BADC
Decimal232186220
Binary111010001011101011011100
Octal350272334

Shades and tints

Shades of #E8BADC

#E8BADC
(232,186,220)
#D3AAC8
(211,170,200)
#BE9AB4
(190,154,180)
#A98AA0
(169,138,160)
#947A8C
(148,122,140)
#7F6A78
(127,106,120)
#6A5A64
(106,90,100)
#554A50
(85,74,80)
#403A3C
(64,58,60)
#2B2A28
(43,42,40)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #E8BADC

#E8BADC
(232,186,220)
#EAC0DF
(234,192,223)
#ECC6E2
(236,198,226)
#EECCE5
(238,204,229)
#F0D2E8
(240,210,232)
#F2D8EB
(242,216,235)
#F4DEEE
(244,222,238)
#F6E4F1
(246,228,241)
#F8EAF4
(248,234,244)
#FAF0F7
(250,240,247)
#FCF6FA
(252,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8BADC; }

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

This text font color is #E8BADC.


Background Color

.myBgColor { background-color: #E8BADC; }

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

This div background color is #E8BADC.


Border color

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

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

This div border color is #E8BADC.


Opacity

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

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

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

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

This text has shadow with #E8BADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BADC on black background.


Color preview on white background

This text has color #E8BADC on white background.



Black color preview on #E8BADC background

This text has black color on #E8BADC background.


White color preview on #E8BADC background

This text has white color on #E8BADC background.