COLOR #E8B6CA

HEX: #E8B6CA
RGB: (232,182,202)

Color info

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

RGB color model

#E8B6CA color RGB value is (232,182,202).

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

RGB channels and saturation

R 232 of 255 = 91%
G 182 of 255 = 71%
B 202 of 255 = 79%

232
182
202

R + G + B ~ 80%. #E8B6CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 182 + 202 = 616 (100%)
R 232 of 616 ~ 37.66%
G 182 of 616 ~ 29.55%
B 202 of 616 ~ 32.79%

%37.66
%29.55
%32.79

CMYK color model

#E8B6CA color CMYK value is (0,22,13,9).

  • cyan value is 0.00%
  • magenta value is 21.55%
  • yellow value is 12.93%
  • key color value is 9.02%
CMYK:
(0,22,13,9)
C0M22Y13K9 
(0%,22%,13%,9%)
(0.00/0.22/0.13/0.09)	

CMYK percentages

%0
%21.55
%12.93
%9.02

Codes

Color #E8B6CA in popluar color models

E8B6CA
RGB232182202
HSL336°52.08%81.18%
HSB/HSV336°21.55%90.98%
CMYK0.00%21.55%12.93%
9.02%

Color #E8B6CA in popluar number systems.

HEXE8B6CA
Decimal232182202
Binary111010001011011011001010
Octal350266312

Shades and tints

Shades of #E8B6CA

#E8B6CA
(232,182,202)
#D3A6B8
(211,166,184)
#BE96A6
(190,150,166)
#A98694
(169,134,148)
#947682
(148,118,130)
#7F6670
(127,102,112)
#6A565E
(106,86,94)
#55464C
(85,70,76)
#40363A
(64,54,58)
#2B2628
(43,38,40)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #E8B6CA

#E8B6CA
(232,182,202)
#EABCCE
(234,188,206)
#ECC2D2
(236,194,210)
#EEC8D6
(238,200,214)
#F0CEDA
(240,206,218)
#F2D4DE
(242,212,222)
#F4DAE2
(244,218,226)
#F6E0E6
(246,224,230)
#F8E6EA
(248,230,234)
#FAECEE
(250,236,238)
#FCF2F2
(252,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8B6CA; }

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

This text font color is #E8B6CA.


Background Color

.myBgColor { background-color: #E8B6CA; }

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

This div background color is #E8B6CA.


Border color

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

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

This div border color is #E8B6CA.


Opacity

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

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

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

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

This text has shadow with #E8B6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B6CA on black background.


Color preview on white background

This text has color #E8B6CA on white background.



Black color preview on #E8B6CA background

This text has black color on #E8B6CA background.


White color preview on #E8B6CA background

This text has white color on #E8B6CA background.