COLOR #E8B7CA

HEX: #E8B7CA
RGB: (232,183,202)

Color info

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

RGB color model

#E8B7CA color RGB value is (232,183,202).

  • red value is 232;
  • green value is 183;
  • blue value is 202.
RGB:
(232,183,202)
(91%,72%,79%)

RGB channels and saturation

R 232 of 255 = 91%
G 183 of 255 = 72%
B 202 of 255 = 79%

232
183
202

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

Portions of RGB colors in percentages

R + G + B =
232 + 183 + 202 = 617 (100%)
R 232 of 617 ~ 37.6%
G 183 of 617 ~ 29.66%
B 202 of 617 ~ 32.74%

%37.6
%29.66
%32.74

CMYK color model

#E8B7CA color CMYK value is (0,21,13,9).

  • cyan value is 0.00%
  • magenta value is 21.12%
  • yellow value is 12.93%
  • key color value is 9.02%
CMYK:
(0,21,13,9)
C0M21Y13K9 
(0%,21%,13%,9%)
(0.00/0.21/0.13/0.09)	

CMYK percentages

%0
%21.12
%12.93
%9.02

Codes

Color #E8B7CA in popluar color models

E8B7CA
RGB232183202
HSL337°51.58%81.37%
HSB/HSV337°21.12%90.98%
CMYK0.00%21.12%12.93%
9.02%

Color #E8B7CA in popluar number systems.

HEXE8B7CA
Decimal232183202
Binary111010001011011111001010
Octal350267312

Shades and tints

Shades of #E8B7CA

#E8B7CA
(232,183,202)
#D3A7B8
(211,167,184)
#BE97A6
(190,151,166)
#A98794
(169,135,148)
#947782
(148,119,130)
#7F6770
(127,103,112)
#6A575E
(106,87,94)
#55474C
(85,71,76)
#40373A
(64,55,58)
#2B2728
(43,39,40)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #E8B7CA

#E8B7CA
(232,183,202)
#EABDCE
(234,189,206)
#ECC3D2
(236,195,210)
#EEC9D6
(238,201,214)
#F0CFDA
(240,207,218)
#F2D5DE
(242,213,222)
#F4DBE2
(244,219,226)
#F6E1E6
(246,225,230)
#F8E7EA
(248,231,234)
#FAEDEE
(250,237,238)
#FCF3F2
(252,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B7CA color. Also use rgb(232,183,202) instead hex code.

Text Font Color

.myTextColor { color: #E8B7CA; }

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

This text font color is #E8B7CA.


Background Color

.myBgColor { background-color: #E8B7CA; }

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

This div background color is #E8B7CA.


Border color

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

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

This div border color is #E8B7CA.


Opacity

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

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

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

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

This text has shadow with #E8B7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B7CA on black background.


Color preview on white background

This text has color #E8B7CA on white background.



Black color preview on #E8B7CA background

This text has black color on #E8B7CA background.


White color preview on #E8B7CA background

This text has white color on #E8B7CA background.