COLOR #E1B4C2

HEX: #E1B4C2 RGB: (225,180,194)

Color info

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

RGB color model

#E1B4C2 color RGB value is (225,180,194).

RGB: (225,180,194) (88%, 71%, 76%)

RGB channels and saturation

R 225 of 255 = 88%
G 180 of 255 = 71%
B 194 of 255 = 76%

225
180
194

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

Portions of RGB colors in percentages

R + G + B = 225 + 180 + 194 = 599 (100%)
R 225 of 599 ~ 37.56%
G 180 of 599 ~ 30.05%
B 194 of 599 ~ 32.39'%

%37.56
%30.05
%32.39

CMYK color model

#E1B4C2 color CMYK value is (0,20,14,12).

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

CMYK: (0,20,14,12)
C0M20Y14K12 (0%, 20%, 14%, 12%)
(0.00 / 0.20 / 0.14 / 0.12)

CMYK percentages

%0
%20
%13.78
%11.76

Codes

Color #E1B4C2 in popluar color models

E1 B4 C2
RGB 225 180 194
HSL 341° 42.86% 79.41%
HSB/HSV 341° 20.00% 88.24%
CMYK 0.00% 20.00% 13.78%
11.76%

Color #E1B4C2 in popluar number systems.

HEX E1 B4 C2
Decimal 225 180 194
Binary 11100001 10110100 11000010
Octal 341 264 302

Shades and tints

Shades of #E1B4C2

#E1B4C2
(225,180,194)
#CDA4B1
(205,164,177)
#B994A0
(185,148,160)
#A5848F
(165,132,143)
#91747E
(145,116,126)
#7D646D
(125,100,109)
#69545C
(105,84,92)
#55444B
(85,68,75)
#41343A
(65,52,58)
#2D2429
(45,36,41)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #E1B4C2

#E1B4C2
(225,180,194)
#E3BAC7
(227,186,199)
#E5C0CC
(229,192,204)
#E7C6D1
(231,198,209)
#E9CCD6
(233,204,214)
#EBD2DB
(235,210,219)
#EDD8E0
(237,216,224)
#EFDEE5
(239,222,229)
#F1E4EA
(241,228,234)
#F3EAEF
(243,234,239)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B4C2; }

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

This text font color is #E1B4C2.

Background Color

.myBgColor { background-color: #E1B4C2; }

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

This div background color is #E1B4C2.

Border color

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

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

This div border color is #E1B4C2.

Opacity

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

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

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

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

This text has shadow with #E1B4C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1B4C2.

Preview

Color preview on black background

This text has color #E1B4C2 on black background.


Color preview on white background

This text has color #E1B4C2 on white background.


Black color preview on #E1B4C2 background

This text has black color on #E1B4C2 background.


White color preview on #E1B4C2 background

This text has white color on #E1B4C2 background.


Related colors

Complementary color

Complementary color for #hex is #1E4B3D.


I love getcolorcode.com

Triadic colors

1 #C2E1B4 and #B4C2E1 with #E1B4C2 are triadic colors.

2 #C2B4E1 and #B4E1C2 with #E1B4C2 are triadic colors.