COLOR #E8B4CE

HEX: #E8B4CE
RGB: (232,180,206)

Color info

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

RGB color model

#E8B4CE color RGB value is (232,180,206).

  • red value is 232;
  • green value is 180;
  • blue value is 206.
RGB:
(232,180,206)
(91%,71%,81%)

RGB channels and saturation

R 232 of 255 = 91%
G 180 of 255 = 71%
B 206 of 255 = 81%

232
180
206

R + G + B ~ 81%. #E8B4CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 180 + 206 = 618 (100%)
R 232 of 618 ~ 37.54%
G 180 of 618 ~ 29.13%
B 206 of 618 ~ 33.33%

%37.54
%29.13
%33.33

CMYK color model

#E8B4CE color CMYK value is (0,22,11,9).

  • cyan value is 0.00%
  • magenta value is 22.41%
  • yellow value is 11.21%
  • key color value is 9.02%
CMYK:
(0,22,11,9)
C0M22Y11K9 
(0%,22%,11%,9%)
(0.00/0.22/0.11/0.09)	

CMYK percentages

%0
%22.41
%11.21
%9.02

Codes

Color #E8B4CE in popluar color models

E8B4CE
RGB232180206
HSL330°53.06%80.78%
HSB/HSV330°22.41%90.98%
CMYK0.00%22.41%11.21%
9.02%

Color #E8B4CE in popluar number systems.

HEXE8B4CE
Decimal232180206
Binary111010001011010011001110
Octal350264316

Shades and tints

Shades of #E8B4CE

#E8B4CE
(232,180,206)
#D3A4BC
(211,164,188)
#BE94AA
(190,148,170)
#A98498
(169,132,152)
#947486
(148,116,134)
#7F6474
(127,100,116)
#6A5462
(106,84,98)
#554450
(85,68,80)
#40343E
(64,52,62)
#2B242C
(43,36,44)
#16141A
(22,20,26)
#000000
(0,0,0)

Tints of #E8B4CE

#E8B4CE
(232,180,206)
#EABAD2
(234,186,210)
#ECC0D6
(236,192,214)
#EEC6DA
(238,198,218)
#F0CCDE
(240,204,222)
#F2D2E2
(242,210,226)
#F4D8E6
(244,216,230)
#F6DEEA
(246,222,234)
#F8E4EE
(248,228,238)
#FAEAF2
(250,234,242)
#FCF0F6
(252,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B4CE color. Also use rgb(232,180,206) instead hex code.

Text Font Color

.myTextColor { color: #E8B4CE; }

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

This text font color is #E8B4CE.


Background Color

.myBgColor { background-color: #E8B4CE; }

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

This div background color is #E8B4CE.


Border color

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

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

This div border color is #E8B4CE.


Opacity

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

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

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

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

This text has shadow with #E8B4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B4CE on black background.


Color preview on white background

This text has color #E8B4CE on white background.



Black color preview on #E8B4CE background

This text has black color on #E8B4CE background.


White color preview on #E8B4CE background

This text has white color on #E8B4CE background.