COLOR #E1B3C9

HEX: #E1B3C9 RGB: (225,179,201)

Color info

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

RGB color model

#E1B3C9 color RGB value is (225,179,201).

RGB: (225,179,201) (88%, 70%, 79%)

RGB channels and saturation

R 225 of 255 = 88%
G 179 of 255 = 70%
B 201 of 255 = 79%

225
179
201

R + G + B ~ 79%. #E1B3C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 179 + 201 = 605 (100%)
R 225 of 605 ~ 37.19%
G 179 of 605 ~ 29.59%
B 201 of 605 ~ 33.22'%

%37.19
%29.59
%33.22

CMYK color model

#E1B3C9 color CMYK value is (0,20,11,12).

  • cyan value is 0.00%
  • magenta value is 20.44%
  • yellow value is 10.67%
  • key color value is 11.76%

CMYK: (0,20,11,12)
C0M20Y11K12 (0%, 20%, 11%, 12%)
(0.00 / 0.20 / 0.11 / 0.12)

CMYK percentages

%0
%20.44
%10.67
%11.76

Codes

Color #E1B3C9 in popluar color models

E1 B3 C9
RGB 225 179 201
HSL 331° 43.40% 79.22%
HSB/HSV 331° 20.44% 88.24%
CMYK 0.00% 20.44% 10.67%
11.76%

Color #E1B3C9 in popluar number systems.

HEX E1 B3 C9
Decimal 225 179 201
Binary 11100001 10110011 11001001
Octal 341 263 311

Shades and tints

Shades of #E1B3C9

#E1B3C9
(225,179,201)
#CDA3B7
(205,163,183)
#B993A5
(185,147,165)
#A58393
(165,131,147)
#917381
(145,115,129)
#7D636F
(125,99,111)
#69535D
(105,83,93)
#55434B
(85,67,75)
#413339
(65,51,57)
#2D2327
(45,35,39)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #E1B3C9

#E1B3C9
(225,179,201)
#E3B9CD
(227,185,205)
#E5BFD1
(229,191,209)
#E7C5D5
(231,197,213)
#E9CBD9
(233,203,217)
#EBD1DD
(235,209,221)
#EDD7E1
(237,215,225)
#EFDDE5
(239,221,229)
#F1E3E9
(241,227,233)
#F3E9ED
(243,233,237)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B3C9 color. Also use rgb(225,179,201) instead hex code.

Text Font Color

.myTextColor { color: #E1B3C9; }

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

This text font color is #E1B3C9.

Background Color

.myBgColor { background-color: #E1B3C9; }

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

This div background color is #E1B3C9.

Border color

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

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

This div border color is #E1B3C9.

Opacity

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

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

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

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

This text has shadow with #E1B3C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1B3C9.

Preview

Color preview on black background

This text has color #E1B3C9 on black background.


Color preview on white background

This text has color #E1B3C9 on white background.


Black color preview on #E1B3C9 background

This text has black color on #E1B3C9 background.


White color preview on #E1B3C9 background

This text has white color on #E1B3C9 background.


Related colors

Complementary color

Complementary color for #hex is #1E4C36.


I love getcolorcode.com

Triadic colors

1 #C9E1B3 and #B3C9E1 with #E1B3C9 are triadic colors.

2 #C9B3E1 and #B3E1C9 with #E1B3C9 are triadic colors.