COLOR #E8B8CE

HEX: #E8B8CE RGB: (232,184,206)

Color info

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

RGB color model

#E8B8CE color RGB value is (232,184,206).

RGB: (232,184,206) (91%, 72%, 81%)

RGB channels and saturation

R 232 of 255 = 91%
G 184 of 255 = 72%
B 206 of 255 = 81%

232
184
206

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

Portions of RGB colors in percentages

R + G + B = 232 + 184 + 206 = 622 (100%)
R 232 of 622 ~ 37.3%
G 184 of 622 ~ 29.58%
B 206 of 622 ~ 33.12'%

%37.3
%29.58
%33.12

CMYK color model

#E8B8CE color CMYK value is (0,21,11,9).

  • cyan value is 0.00%
  • magenta value is 20.69%
  • yellow value is 11.21%
  • key color value is 9.02%

CMYK: (0,21,11,9)
C0M21Y11K9 (0%, 21%, 11%, 9%)
(0.00 / 0.21 / 0.11 / 0.09)

CMYK percentages

%0
%20.69
%11.21
%9.02

Codes

Color #E8B8CE in popluar color models

E8 B8 CE
RGB 232 184 206
HSL 333° 51.06% 81.57%
HSB/HSV 333° 20.69% 90.98%
CMYK 0.00% 20.69% 11.21%
9.02%

Color #E8B8CE in popluar number systems.

HEX E8 B8 CE
Decimal 232 184 206
Binary 11101000 10111000 11001110
Octal 350 270 316

Shades and tints

Shades of #E8B8CE

#E8B8CE
(232,184,206)
#D3A8BC
(211,168,188)
#BE98AA
(190,152,170)
#A98898
(169,136,152)
#947886
(148,120,134)
#7F6874
(127,104,116)
#6A5862
(106,88,98)
#554850
(85,72,80)
#40383E
(64,56,62)
#2B282C
(43,40,44)
#16181A
(22,24,26)
#000000
(0,0,0)

Tints of #E8B8CE

#E8B8CE
(232,184,206)
#EABED2
(234,190,210)
#ECC4D6
(236,196,214)
#EECADA
(238,202,218)
#F0D0DE
(240,208,222)
#F2D6E2
(242,214,226)
#F4DCE6
(244,220,230)
#F6E2EA
(246,226,234)
#F8E8EE
(248,232,238)
#FAEEF2
(250,238,242)
#FCF4F6
(252,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8B8CE; }

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

This text font color is #E8B8CE.

Background Color

.myBgColor { background-color: #E8B8CE; }

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

This div background color is #E8B8CE.

Border color

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

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

This div border color is #E8B8CE.

Opacity

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

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

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

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

This text has shadow with #E8B8CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8B8CE.

Preview

Color preview on black background

This text has color #E8B8CE on black background.


Color preview on white background

This text has color #E8B8CE on white background.


Black color preview on #E8B8CE background

This text has black color on #E8B8CE background.


White color preview on #E8B8CE background

This text has white color on #E8B8CE background.


Related colors

Complementary color

Complementary color for #hex is #174731.


I love getcolorcode.com

Triadic colors

1 #CEE8B8 and #B8CEE8 with #E8B8CE are triadic colors.

2 #CEB8E8 and #B8E8CE with #E8B8CE are triadic colors.