COLOR #E8BAD0

HEX: #E8BAD0
RGB: (232,186,208)

Color info

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

RGB color model

#E8BAD0 color RGB value is (232,186,208).

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

RGB channels and saturation

R 232 of 255 = 91%
G 186 of 255 = 73%
B 208 of 255 = 82%

232
186
208

R + G + B ~ 82%. #E8BAD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 186 + 208 = 626 (100%)
R 232 of 626 ~ 37.06%
G 186 of 626 ~ 29.71%
B 208 of 626 ~ 33.23%

%37.06
%29.71
%33.23

CMYK color model

#E8BAD0 color CMYK value is (0,20,10,9).

  • cyan value is 0.00%
  • magenta value is 19.83%
  • yellow value is 10.34%
  • key color value is 9.02%
CMYK:
(0,20,10,9)
C0M20Y10K9 
(0%,20%,10%,9%)
(0.00/0.20/0.10/0.09)	

CMYK percentages

%0
%19.83
%10.34
%9.02

Codes

Color #E8BAD0 in popluar color models

E8BAD0
RGB232186208
HSL331°50.00%81.96%
HSB/HSV331°19.83%90.98%
CMYK0.00%19.83%10.34%
9.02%

Color #E8BAD0 in popluar number systems.

HEXE8BAD0
Decimal232186208
Binary111010001011101011010000
Octal350272320

Shades and tints

Shades of #E8BAD0

#E8BAD0
(232,186,208)
#D3AABE
(211,170,190)
#BE9AAC
(190,154,172)
#A98A9A
(169,138,154)
#947A88
(148,122,136)
#7F6A76
(127,106,118)
#6A5A64
(106,90,100)
#554A52
(85,74,82)
#403A40
(64,58,64)
#2B2A2E
(43,42,46)
#161A1C
(22,26,28)
#000000
(0,0,0)

Tints of #E8BAD0

#E8BAD0
(232,186,208)
#EAC0D4
(234,192,212)
#ECC6D8
(236,198,216)
#EECCDC
(238,204,220)
#F0D2E0
(240,210,224)
#F2D8E4
(242,216,228)
#F4DEE8
(244,222,232)
#F6E4EC
(246,228,236)
#F8EAF0
(248,234,240)
#FAF0F4
(250,240,244)
#FCF6F8
(252,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8BAD0; }

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

This text font color is #E8BAD0.


Background Color

.myBgColor { background-color: #E8BAD0; }

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

This div background color is #E8BAD0.


Border color

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

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

This div border color is #E8BAD0.


Opacity

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

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

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

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

This text has shadow with #E8BAD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BAD0 on black background.


Color preview on white background

This text has color #E8BAD0 on white background.



Black color preview on #E8BAD0 background

This text has black color on #E8BAD0 background.


White color preview on #E8BAD0 background

This text has white color on #E8BAD0 background.