COLOR #E1B4B2

HEX: #E1B4B2 RGB: (225,180,178)

Color info

#E1B4B2 contains red, green and blue colors in about the same proportion. Web safe color of #E1B4B2 is #CCCC99 (or #CC9).

RGB color model

#E1B4B2 color RGB value is (225,180,178).

RGB: (225,180,178) (88%, 71%, 70%)

RGB channels and saturation

R 225 of 255 = 88%
G 180 of 255 = 71%
B 178 of 255 = 70%

225
180
178

R + G + B ~ 76%. #E1B4B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 180 + 178 = 583 (100%)
R 225 of 583 ~ 38.59%
G 180 of 583 ~ 30.87%
B 178 of 583 ~ 30.53'%

%38.59
%30.87
%30.53

CMYK color model

#E1B4B2 color CMYK value is (0,20,21,12).

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

CMYK: (0,20,21,12)
C0M20Y21K12 (0%, 20%, 21%, 12%)
(0.00 / 0.20 / 0.21 / 0.12)

CMYK percentages

%0
%20
%20.89
%11.76

Codes

Color #E1B4B2 in popluar color models

E1 B4 B2
RGB 225 180 178
HSL 43.93% 79.02%
HSB/HSV 20.89% 88.24%
CMYK 0.00% 20.00% 20.89%
11.76%

Color #E1B4B2 in popluar number systems.

HEX E1 B4 B2
Decimal 225 180 178
Binary 11100001 10110100 10110010
Octal 341 264 262

Shades and tints

Shades of #E1B4B2

#E1B4B2
(225,180,178)
#CDA4A2
(205,164,162)
#B99492
(185,148,146)
#A58482
(165,132,130)
#917472
(145,116,114)
#7D6462
(125,100,98)
#695452
(105,84,82)
#554442
(85,68,66)
#413432
(65,52,50)
#2D2422
(45,36,34)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #E1B4B2

#E1B4B2
(225,180,178)
#E3BAB9
(227,186,185)
#E5C0C0
(229,192,192)
#E7C6C7
(231,198,199)
#E9CCCE
(233,204,206)
#EBD2D5
(235,210,213)
#EDD8DC
(237,216,220)
#EFDEE3
(239,222,227)
#F1E4EA
(241,228,234)
#F3EAF1
(243,234,241)
#F5F0F8
(245,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B4B2; }

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

This text font color is #E1B4B2.

Background Color

.myBgColor { background-color: #E1B4B2; }

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

This div background color is #E1B4B2.

Border color

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

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

This div border color is #E1B4B2.

Opacity

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

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

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

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

This text has shadow with #E1B4B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1B4B2.

Preview

Color preview on black background

This text has color #E1B4B2 on black background.


Color preview on white background

This text has color #E1B4B2 on white background.


Black color preview on #E1B4B2 background

This text has black color on #E1B4B2 background.


White color preview on #E1B4B2 background

This text has white color on #E1B4B2 background.


Related colors

Complementary color

Complementary color for #hex is #1E4B4D.


I love getcolorcode.com

Triadic colors

1 #B2E1B4 and #B4B2E1 with #E1B4B2 are triadic colors.

2 #B2B4E1 and #B4E1B2 with #E1B4B2 are triadic colors.