COLOR #E1B0BD

HEX: #E1B0BD RGB: (225,176,189)

Color info

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

RGB color model

#E1B0BD color RGB value is (225,176,189).

RGB: (225,176,189) (88%, 69%, 74%)

RGB channels and saturation

R 225 of 255 = 88%
G 176 of 255 = 69%
B 189 of 255 = 74%

225
176
189

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

Portions of RGB colors in percentages

R + G + B = 225 + 176 + 189 = 590 (100%)
R 225 of 590 ~ 38.14%
G 176 of 590 ~ 29.83%
B 189 of 590 ~ 32.03'%

%38.14
%29.83
%32.03

CMYK color model

#E1B0BD color CMYK value is (0,22,16,12).

  • cyan value is 0.00%
  • magenta value is 21.78%
  • yellow value is 16.00%
  • key color value is 11.76%

CMYK: (0,22,16,12)
C0M22Y16K12 (0%, 22%, 16%, 12%)
(0.00 / 0.22 / 0.16 / 0.12)

CMYK percentages

%0
%21.78
%16
%11.76

Codes

Color #E1B0BD in popluar color models

E1 B0 BD
RGB 225 176 189
HSL 344° 44.95% 78.63%
HSB/HSV 344° 21.78% 88.24%
CMYK 0.00% 21.78% 16.00%
11.76%

Color #E1B0BD in popluar number systems.

HEX E1 B0 BD
Decimal 225 176 189
Binary 11100001 10110000 10111101
Octal 341 260 275

Shades and tints

Shades of #E1B0BD

#E1B0BD
(225,176,189)
#CDA0AC
(205,160,172)
#B9909B
(185,144,155)
#A5808A
(165,128,138)
#917079
(145,112,121)
#7D6068
(125,96,104)
#695057
(105,80,87)
#554046
(85,64,70)
#413035
(65,48,53)
#2D2024
(45,32,36)
#191013
(25,16,19)
#000000
(0,0,0)

Tints of #E1B0BD

#E1B0BD
(225,176,189)
#E3B7C3
(227,183,195)
#E5BEC9
(229,190,201)
#E7C5CF
(231,197,207)
#E9CCD5
(233,204,213)
#EBD3DB
(235,211,219)
#EDDAE1
(237,218,225)
#EFE1E7
(239,225,231)
#F1E8ED
(241,232,237)
#F3EFF3
(243,239,243)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B0BD color. Also use rgb(225,176,189) instead hex code.

Text Font Color

.myTextColor { color: #E1B0BD; }

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

This text font color is #E1B0BD.

Background Color

.myBgColor { background-color: #E1B0BD; }

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

This div background color is #E1B0BD.

Border color

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

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

This div border color is #E1B0BD.

Opacity

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

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

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

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

This text has shadow with #E1B0BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1B0BD.

Preview

Color preview on black background

This text has color #E1B0BD on black background.


Color preview on white background

This text has color #E1B0BD on white background.


Black color preview on #E1B0BD background

This text has black color on #E1B0BD background.


White color preview on #E1B0BD background

This text has white color on #E1B0BD background.


Related colors

Complementary color

Complementary color for #hex is #1E4F42.


I love getcolorcode.com

Triadic colors

1 #BDE1B0 and #B0BDE1 with #E1B0BD are triadic colors.

2 #BDB0E1 and #B0E1BD with #E1B0BD are triadic colors.