COLOR #E1B4BE

HEX: #E1B4BE RGB: (225,180,190)

Color info

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

RGB color model

#E1B4BE color RGB value is (225,180,190).

RGB: (225,180,190) (88%, 71%, 75%)

RGB channels and saturation

R 225 of 255 = 88%
G 180 of 255 = 71%
B 190 of 255 = 75%

225
180
190

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

Portions of RGB colors in percentages

R + G + B = 225 + 180 + 190 = 595 (100%)
R 225 of 595 ~ 37.82%
G 180 of 595 ~ 30.25%
B 190 of 595 ~ 31.93'%

%37.82
%30.25
%31.93

CMYK color model

#E1B4BE color CMYK value is (0,20,16,12).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 15.56%
  • key color value is 11.76%

CMYK: (0,20,16,12)
C0M20Y16K12 (0%, 20%, 16%, 12%)
(0.00 / 0.20 / 0.16 / 0.12)

CMYK percentages

%0
%20
%15.56
%11.76

Codes

Color #E1B4BE in popluar color models

E1 B4 BE
RGB 225 180 190
HSL 347° 42.86% 79.41%
HSB/HSV 347° 20.00% 88.24%
CMYK 0.00% 20.00% 15.56%
11.76%

Color #E1B4BE in popluar number systems.

HEX E1 B4 BE
Decimal 225 180 190
Binary 11100001 10110100 10111110
Octal 341 264 276

Shades and tints

Shades of #E1B4BE

#E1B4BE
(225,180,190)
#CDA4AD
(205,164,173)
#B9949C
(185,148,156)
#A5848B
(165,132,139)
#91747A
(145,116,122)
#7D6469
(125,100,105)
#695458
(105,84,88)
#554447
(85,68,71)
#413436
(65,52,54)
#2D2425
(45,36,37)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #E1B4BE

#E1B4BE
(225,180,190)
#E3BAC3
(227,186,195)
#E5C0C8
(229,192,200)
#E7C6CD
(231,198,205)
#E9CCD2
(233,204,210)
#EBD2D7
(235,210,215)
#EDD8DC
(237,216,220)
#EFDEE1
(239,222,225)
#F1E4E6
(241,228,230)
#F3EAEB
(243,234,235)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B4BE color. Also use rgb(225,180,190) instead hex code.

Text Font Color

.myTextColor { color: #E1B4BE; }

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

This text font color is #E1B4BE.

Background Color

.myBgColor { background-color: #E1B4BE; }

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

This div background color is #E1B4BE.

Border color

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

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

This div border color is #E1B4BE.

Opacity

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

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

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

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

This text has shadow with #E1B4BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1B4BE.

Preview

Color preview on black background

This text has color #E1B4BE on black background.


Color preview on white background

This text has color #E1B4BE on white background.


Black color preview on #E1B4BE background

This text has black color on #E1B4BE background.


White color preview on #E1B4BE background

This text has white color on #E1B4BE background.


Related colors

Complementary color

Complementary color for #E1B4BE is #1E4B41.


I love getcolorcode.com

Triadic colors

1 #BEE1B4 and #B4BEE1 with #E1B4BE are triadic colors.

2 #BEB4E1 and #B4E1BE with #E1B4BE are triadic colors.