COLOR #E1B3CA

HEX: #E1B3CA
RGB: (225,179,202)

Color info

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

RGB color model

#E1B3CA color RGB value is (225,179,202).

  • red value is 225;
  • green value is 179;
  • blue value is 202.
RGB:
(225,179,202)
(88%,70%,79%)

RGB channels and saturation

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

225
179
202

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

Portions of RGB colors in percentages

R + G + B =
225 + 179 + 202 = 606 (100%)
R 225 of 606 ~ 37.13%
G 179 of 606 ~ 29.54%
B 202 of 606 ~ 33.33%

%37.13
%29.54
%33.33

CMYK color model

#E1B3CA color CMYK value is (0,20,10,12).

  • cyan value is 0.00%
  • magenta value is 20.44%
  • yellow value is 10.22%
  • key color value is 11.76%
CMYK:
(0,20,10,12)
C0M20Y10K12 
(0%,20%,10%,12%)
(0.00/0.20/0.10/0.12)	

CMYK percentages

%0
%20.44
%10.22
%11.76

Codes

Color #E1B3CA in popluar color models

E1B3CA
RGB225179202
HSL330°43.40%79.22%
HSB/HSV330°20.44%88.24%
CMYK0.00%20.44%10.22%
11.76%

Color #E1B3CA in popluar number systems.

HEXE1B3CA
Decimal225179202
Binary111000011011001111001010
Octal341263312

Shades and tints

Shades of #E1B3CA

#E1B3CA
(225,179,202)
#CDA3B8
(205,163,184)
#B993A6
(185,147,166)
#A58394
(165,131,148)
#917382
(145,115,130)
#7D6370
(125,99,112)
#69535E
(105,83,94)
#55434C
(85,67,76)
#41333A
(65,51,58)
#2D2328
(45,35,40)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #E1B3CA

#E1B3CA
(225,179,202)
#E3B9CE
(227,185,206)
#E5BFD2
(229,191,210)
#E7C5D6
(231,197,214)
#E9CBDA
(233,203,218)
#EBD1DE
(235,209,222)
#EDD7E2
(237,215,226)
#EFDDE6
(239,221,230)
#F1E3EA
(241,227,234)
#F3E9EE
(243,233,238)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B3CA; }

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

This text font color is #E1B3CA.


Background Color

.myBgColor { background-color: #E1B3CA; }

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

This div background color is #E1B3CA.


Border color

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

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

This div border color is #E1B3CA.


Opacity

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

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

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

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

This text has shadow with #E1B3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B3CA on black background.


Color preview on white background

This text has color #E1B3CA on white background.



Black color preview on #E1B3CA background

This text has black color on #E1B3CA background.


White color preview on #E1B3CA background

This text has white color on #E1B3CA background.