COLOR #E8B6CC

HEX: #E8B6CC
RGB: (232,182,204)

Color info

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

RGB color model

#E8B6CC color RGB value is (232,182,204).

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

RGB channels and saturation

R 232 of 255 = 91%
G 182 of 255 = 71%
B 204 of 255 = 80%

232
182
204

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

Portions of RGB colors in percentages

R + G + B =
232 + 182 + 204 = 618 (100%)
R 232 of 618 ~ 37.54%
G 182 of 618 ~ 29.45%
B 204 of 618 ~ 33.01%

%37.54
%29.45
%33.01

CMYK color model

#E8B6CC color CMYK value is (0,22,12,9).

  • cyan value is 0.00%
  • magenta value is 21.55%
  • yellow value is 12.07%
  • key color value is 9.02%
CMYK:
(0,22,12,9)
C0M22Y12K9 
(0%,22%,12%,9%)
(0.00/0.22/0.12/0.09)	

CMYK percentages

%0
%21.55
%12.07
%9.02

Codes

Color #E8B6CC in popluar color models

E8B6CC
RGB232182204
HSL334°52.08%81.18%
HSB/HSV334°21.55%90.98%
CMYK0.00%21.55%12.07%
9.02%

Color #E8B6CC in popluar number systems.

HEXE8B6CC
Decimal232182204
Binary111010001011011011001100
Octal350266314

Shades and tints

Shades of #E8B6CC

#E8B6CC
(232,182,204)
#D3A6BA
(211,166,186)
#BE96A8
(190,150,168)
#A98696
(169,134,150)
#947684
(148,118,132)
#7F6672
(127,102,114)
#6A5660
(106,86,96)
#55464E
(85,70,78)
#40363C
(64,54,60)
#2B262A
(43,38,42)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #E8B6CC

#E8B6CC
(232,182,204)
#EABCD0
(234,188,208)
#ECC2D4
(236,194,212)
#EEC8D8
(238,200,216)
#F0CEDC
(240,206,220)
#F2D4E0
(242,212,224)
#F4DAE4
(244,218,228)
#F6E0E8
(246,224,232)
#F8E6EC
(248,230,236)
#FAECF0
(250,236,240)
#FCF2F4
(252,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8B6CC; }

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

This text font color is #E8B6CC.


Background Color

.myBgColor { background-color: #E8B6CC; }

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

This div background color is #E8B6CC.


Border color

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

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

This div border color is #E8B6CC.


Opacity

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

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

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

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

This text has shadow with #E8B6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B6CC on black background.


Color preview on white background

This text has color #E8B6CC on white background.



Black color preview on #E8B6CC background

This text has black color on #E8B6CC background.


White color preview on #E8B6CC background

This text has white color on #E8B6CC background.