COLOR #E0B1BD

HEX: #E0B1BD
RGB: (224,177,189)

Color info

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

RGB color model

#E0B1BD color RGB value is (224,177,189).

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

RGB channels and saturation

R 224 of 255 = 88%
G 177 of 255 = 69%
B 189 of 255 = 74%

224
177
189

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

Portions of RGB colors in percentages

R + G + B =
224 + 177 + 189 = 590 (100%)
R 224 of 590 ~ 37.97%
G 177 of 590 ~ 30%
B 189 of 590 ~ 32.03%

%37.97
%30
%32.03

CMYK color model

#E0B1BD color CMYK value is (0,21,16,12).

  • cyan value is 0.00%
  • magenta value is 20.98%
  • yellow value is 15.63%
  • key color value is 12.16%
CMYK:
(0,21,16,12)
C0M21Y16K12 
(0%,21%,16%,12%)
(0.00/0.21/0.16/0.12)	

CMYK percentages

%0
%20.98
%15.63
%12.16

Codes

Color #E0B1BD in popluar color models

E0B1BD
RGB224177189
HSL345°43.12%78.63%
HSB/HSV345°20.98%87.84%
CMYK0.00%20.98%15.63%
12.16%

Color #E0B1BD in popluar number systems.

HEXE0B1BD
Decimal224177189
Binary111000001011000110111101
Octal340261275

Shades and tints

Shades of #E0B1BD

#E0B1BD
(224,177,189)
#CCA1AC
(204,161,172)
#B8919B
(184,145,155)
#A4818A
(164,129,138)
#907179
(144,113,121)
#7C6168
(124,97,104)
#685157
(104,81,87)
#544146
(84,65,70)
#403135
(64,49,53)
#2C2124
(44,33,36)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #E0B1BD

#E0B1BD
(224,177,189)
#E2B8C3
(226,184,195)
#E4BFC9
(228,191,201)
#E6C6CF
(230,198,207)
#E8CDD5
(232,205,213)
#EAD4DB
(234,212,219)
#ECDBE1
(236,219,225)
#EEE2E7
(238,226,231)
#F0E9ED
(240,233,237)
#F2F0F3
(242,240,243)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0B1BD; }

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

This text font color is #E0B1BD.


Background Color

.myBgColor { background-color: #E0B1BD; }

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

This div background color is #E0B1BD.


Border color

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

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

This div border color is #E0B1BD.


Opacity

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

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

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

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

This text has shadow with #E0B1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B1BD on black background.


Color preview on white background

This text has color #E0B1BD on white background.



Black color preview on #E0B1BD background

This text has black color on #E0B1BD background.


White color preview on #E0B1BD background

This text has white color on #E0B1BD background.