COLOR #E0B7CE

HEX: #E0B7CE
RGB: (224,183,206)

Color info

#E0B7CE contains red, green and blue colors in about the same proportion. Web safe color of #E0B7CE is #CCCCCC (or #CCC).

RGB color model

#E0B7CE color RGB value is (224,183,206).

  • red value is 224;
  • green value is 183;
  • blue value is 206.
RGB:
(224,183,206)
(88%,72%,81%)

RGB channels and saturation

R 224 of 255 = 88%
G 183 of 255 = 72%
B 206 of 255 = 81%

224
183
206

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

Portions of RGB colors in percentages

R + G + B =
224 + 183 + 206 = 613 (100%)
R 224 of 613 ~ 36.54%
G 183 of 613 ~ 29.85%
B 206 of 613 ~ 33.61%

%36.54
%29.85
%33.61

CMYK color model

#E0B7CE color CMYK value is (0,18,8,12).

  • cyan value is 0.00%
  • magenta value is 18.30%
  • yellow value is 8.04%
  • key color value is 12.16%
CMYK:
(0,18,8,12)
C0M18Y8K12 
(0%,18%,8%,12%)
(0.00/0.18/0.08/0.12)	

CMYK percentages

%0
%18.3
%8.04
%12.16

Codes

Color #E0B7CE in popluar color models

E0B7CE
RGB224183206
HSL326°39.81%79.80%
HSB/HSV326°18.30%87.84%
CMYK0.00%18.30%8.04%
12.16%

Color #E0B7CE in popluar number systems.

HEXE0B7CE
Decimal224183206
Binary111000001011011111001110
Octal340267316

Shades and tints

Shades of #E0B7CE

#E0B7CE
(224,183,206)
#CCA7BC
(204,167,188)
#B897AA
(184,151,170)
#A48798
(164,135,152)
#907786
(144,119,134)
#7C6774
(124,103,116)
#685762
(104,87,98)
#544750
(84,71,80)
#40373E
(64,55,62)
#2C272C
(44,39,44)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #E0B7CE

#E0B7CE
(224,183,206)
#E2BDD2
(226,189,210)
#E4C3D6
(228,195,214)
#E6C9DA
(230,201,218)
#E8CFDE
(232,207,222)
#EAD5E2
(234,213,226)
#ECDBE6
(236,219,230)
#EEE1EA
(238,225,234)
#F0E7EE
(240,231,238)
#F2EDF2
(242,237,242)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B7CE color. Also use rgb(224,183,206) instead hex code.

Text Font Color

.myTextColor { color: #E0B7CE; }

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

This text font color is #E0B7CE.


Background Color

.myBgColor { background-color: #E0B7CE; }

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

This div background color is #E0B7CE.


Border color

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

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

This div border color is #E0B7CE.


Opacity

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

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

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

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

This text has shadow with #E0B7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B7CE on black background.


Color preview on white background

This text has color #E0B7CE on white background.



Black color preview on #E0B7CE background

This text has black color on #E0B7CE background.


White color preview on #E0B7CE background

This text has white color on #E0B7CE background.