COLOR #E8B6CB

HEX: #E8B6CB
RGB: (232,182,203)

Color info

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

RGB color model

#E8B6CB color RGB value is (232,182,203).

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

RGB channels and saturation

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

232
182
203

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

Portions of RGB colors in percentages

R + G + B =
232 + 182 + 203 = 617 (100%)
R 232 of 617 ~ 37.6%
G 182 of 617 ~ 29.5%
B 203 of 617 ~ 32.9%

%37.6
%29.5
%32.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.55%
  • yellow value is 12.50%
  • 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.5
%9.02

Codes

Color #E8B6CB in popluar color models

E8B6CB
RGB232182203
HSL335°52.08%81.18%
HSB/HSV335°21.55%90.98%
CMYK0.00%21.55%12.50%
9.02%

Color #E8B6CB in popluar number systems.

HEXE8B6CB
Decimal232182203
Binary111010001011011011001011
Octal350266313

Shades and tints

Shades of #E8B6CB

#E8B6CB
(232,182,203)
#D3A6B9
(211,166,185)
#BE96A7
(190,150,167)
#A98695
(169,134,149)
#947683
(148,118,131)
#7F6671
(127,102,113)
#6A565F
(106,86,95)
#55464D
(85,70,77)
#40363B
(64,54,59)
#2B2629
(43,38,41)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #E8B6CB

#E8B6CB
(232,182,203)
#EABCCF
(234,188,207)
#ECC2D3
(236,194,211)
#EEC8D7
(238,200,215)
#F0CEDB
(240,206,219)
#F2D4DF
(242,212,223)
#F4DAE3
(244,218,227)
#F6E0E7
(246,224,231)
#F8E6EB
(248,230,235)
#FAECEF
(250,236,239)
#FCF2F3
(252,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8B6CB; }

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

This text font color is #E8B6CB.


Background Color

.myBgColor { background-color: #E8B6CB; }

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

This div background color is #E8B6CB.


Border color

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

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

This div border color is #E8B6CB.


Opacity

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

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

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

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

This text has shadow with #E8B6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B6CB on black background.


Color preview on white background

This text has color #E8B6CB on white background.



Black color preview on #E8B6CB background

This text has black color on #E8B6CB background.


White color preview on #E8B6CB background

This text has white color on #E8B6CB background.