COLOR #E8B8CC

HEX: #E8B8CC
RGB: (232,184,204)

Color info

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

RGB color model

#E8B8CC color RGB value is (232,184,204).

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

RGB channels and saturation

R 232 of 255 = 91%
G 184 of 255 = 72%
B 204 of 255 = 80%

232
184
204

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

Portions of RGB colors in percentages

R + G + B =
232 + 184 + 204 = 620 (100%)
R 232 of 620 ~ 37.42%
G 184 of 620 ~ 29.68%
B 204 of 620 ~ 32.9%

%37.42
%29.68
%32.9

CMYK color model

#E8B8CC color CMYK value is (0,21,12,9).

  • cyan value is 0.00%
  • magenta value is 20.69%
  • yellow value is 12.07%
  • key color value is 9.02%
CMYK:
(0,21,12,9)
C0M21Y12K9 
(0%,21%,12%,9%)
(0.00/0.21/0.12/0.09)	

CMYK percentages

%0
%20.69
%12.07
%9.02

Codes

Color #E8B8CC in popluar color models

E8B8CC
RGB232184204
HSL335°51.06%81.57%
HSB/HSV335°20.69%90.98%
CMYK0.00%20.69%12.07%
9.02%

Color #E8B8CC in popluar number systems.

HEXE8B8CC
Decimal232184204
Binary111010001011100011001100
Octal350270314

Shades and tints

Shades of #E8B8CC

#E8B8CC
(232,184,204)
#D3A8BA
(211,168,186)
#BE98A8
(190,152,168)
#A98896
(169,136,150)
#947884
(148,120,132)
#7F6872
(127,104,114)
#6A5860
(106,88,96)
#55484E
(85,72,78)
#40383C
(64,56,60)
#2B282A
(43,40,42)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #E8B8CC

#E8B8CC
(232,184,204)
#EABED0
(234,190,208)
#ECC4D4
(236,196,212)
#EECAD8
(238,202,216)
#F0D0DC
(240,208,220)
#F2D6E0
(242,214,224)
#F4DCE4
(244,220,228)
#F6E2E8
(246,226,232)
#F8E8EC
(248,232,236)
#FAEEF0
(250,238,240)
#FCF4F4
(252,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8B8CC; }

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

This text font color is #E8B8CC.


Background Color

.myBgColor { background-color: #E8B8CC; }

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

This div background color is #E8B8CC.


Border color

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

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

This div border color is #E8B8CC.


Opacity

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

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

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

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

This text has shadow with #E8B8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B8CC on black background.


Color preview on white background

This text has color #E8B8CC on white background.



Black color preview on #E8B8CC background

This text has black color on #E8B8CC background.


White color preview on #E8B8CC background

This text has white color on #E8B8CC background.