COLOR #E0B1BF

HEX: #E0B1BF
RGB: (224,177,191)

Color info

#E0B1BF contains red, green and blue colors in about the same proportion. Web safe color of #E0B1BF is #CC99CC (or #C9C).

RGB color model

#E0B1BF color RGB value is (224,177,191).

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

RGB channels and saturation

R 224 of 255 = 88%
G 177 of 255 = 69%
B 191 of 255 = 75%

224
177
191

R + G + B ~ 77%. #E0B1BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 177 + 191 = 592 (100%)
R 224 of 592 ~ 37.84%
G 177 of 592 ~ 29.9%
B 191 of 592 ~ 32.26%

%37.84
%29.9
%32.26

CMYK color model

#E0B1BF color CMYK value is (0,21,15,12).

  • cyan value is 0.00%
  • magenta value is 20.98%
  • yellow value is 14.73%
  • key color value is 12.16%
CMYK:
(0,21,15,12)
C0M21Y15K12 
(0%,21%,15%,12%)
(0.00/0.21/0.15/0.12)	

CMYK percentages

%0
%20.98
%14.73
%12.16

Codes

Color #E0B1BF in popluar color models

E0B1BF
RGB224177191
HSL342°43.12%78.63%
HSB/HSV342°20.98%87.84%
CMYK0.00%20.98%14.73%
12.16%

Color #E0B1BF in popluar number systems.

HEXE0B1BF
Decimal224177191
Binary111000001011000110111111
Octal340261277

Shades and tints

Shades of #E0B1BF

#E0B1BF
(224,177,191)
#CCA1AE
(204,161,174)
#B8919D
(184,145,157)
#A4818C
(164,129,140)
#90717B
(144,113,123)
#7C616A
(124,97,106)
#685159
(104,81,89)
#544148
(84,65,72)
#403137
(64,49,55)
#2C2126
(44,33,38)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #E0B1BF

#E0B1BF
(224,177,191)
#E2B8C4
(226,184,196)
#E4BFC9
(228,191,201)
#E6C6CE
(230,198,206)
#E8CDD3
(232,205,211)
#EAD4D8
(234,212,216)
#ECDBDD
(236,219,221)
#EEE2E2
(238,226,226)
#F0E9E7
(240,233,231)
#F2F0EC
(242,240,236)
#F4F7F1
(244,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0B1BF; }

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

This text font color is #E0B1BF.


Background Color

.myBgColor { background-color: #E0B1BF; }

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

This div background color is #E0B1BF.


Border color

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

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

This div border color is #E0B1BF.


Opacity

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

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

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

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

This text has shadow with #E0B1BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B1BF on black background.


Color preview on white background

This text has color #E0B1BF on white background.



Black color preview on #E0B1BF background

This text has black color on #E0B1BF background.


White color preview on #E0B1BF background

This text has white color on #E0B1BF background.