COLOR #E0B7BF

HEX: #E0B7BF
RGB: (224,183,191)

Color info

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

RGB color model

#E0B7BF color RGB value is (224,183,191).

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

RGB channels and saturation

R 224 of 255 = 88%
G 183 of 255 = 72%
B 191 of 255 = 75%

224
183
191

R + G + B ~ 78%. #E0B7BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 183 + 191 = 598 (100%)
R 224 of 598 ~ 37.46%
G 183 of 598 ~ 30.6%
B 191 of 598 ~ 31.94%

%37.46
%30.6
%31.94

CMYK color model

#E0B7BF color CMYK value is (0,18,15,12).

  • cyan value is 0.00%
  • magenta value is 18.30%
  • yellow value is 14.73%
  • key color value is 12.16%
CMYK:
(0,18,15,12)
C0M18Y15K12 
(0%,18%,15%,12%)
(0.00/0.18/0.15/0.12)	

CMYK percentages

%0
%18.3
%14.73
%12.16

Codes

Color #E0B7BF in popluar color models

E0B7BF
RGB224183191
HSL348°39.81%79.80%
HSB/HSV348°18.30%87.84%
CMYK0.00%18.30%14.73%
12.16%

Color #E0B7BF in popluar number systems.

HEXE0B7BF
Decimal224183191
Binary111000001011011110111111
Octal340267277

Shades and tints

Shades of #E0B7BF

#E0B7BF
(224,183,191)
#CCA7AE
(204,167,174)
#B8979D
(184,151,157)
#A4878C
(164,135,140)
#90777B
(144,119,123)
#7C676A
(124,103,106)
#685759
(104,87,89)
#544748
(84,71,72)
#403737
(64,55,55)
#2C2726
(44,39,38)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #E0B7BF

#E0B7BF
(224,183,191)
#E2BDC4
(226,189,196)
#E4C3C9
(228,195,201)
#E6C9CE
(230,201,206)
#E8CFD3
(232,207,211)
#EAD5D8
(234,213,216)
#ECDBDD
(236,219,221)
#EEE1E2
(238,225,226)
#F0E7E7
(240,231,231)
#F2EDEC
(242,237,236)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0B7BF; }

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

This text font color is #E0B7BF.


Background Color

.myBgColor { background-color: #E0B7BF; }

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

This div background color is #E0B7BF.


Border color

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

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

This div border color is #E0B7BF.


Opacity

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

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

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

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

This text has shadow with #E0B7BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B7BF on black background.


Color preview on white background

This text has color #E0B7BF on white background.



Black color preview on #E0B7BF background

This text has black color on #E0B7BF background.


White color preview on #E0B7BF background

This text has white color on #E0B7BF background.