COLOR #E2B1CA

HEX: #E2B1CA
RGB: (226,177,202)

Color info

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

RGB color model

#E2B1CA color RGB value is (226,177,202).

  • red value is 226;
  • green value is 177;
  • blue value is 202.
RGB:
(226,177,202)
(89%,69%,79%)

RGB channels and saturation

R 226 of 255 = 89%
G 177 of 255 = 69%
B 202 of 255 = 79%

226
177
202

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

Portions of RGB colors in percentages

R + G + B =
226 + 177 + 202 = 605 (100%)
R 226 of 605 ~ 37.36%
G 177 of 605 ~ 29.26%
B 202 of 605 ~ 33.39%

%37.36
%29.26
%33.39

CMYK color model

#E2B1CA color CMYK value is (0,22,11,11).

  • cyan value is 0.00%
  • magenta value is 21.68%
  • yellow value is 10.62%
  • key color value is 11.37%
CMYK:
(0,22,11,11)
C0M22Y11K11 
(0%,22%,11%,11%)
(0.00/0.22/0.11/0.11)	

CMYK percentages

%0
%21.68
%10.62
%11.37

Codes

Color #E2B1CA in popluar color models

E2B1CA
RGB226177202
HSL329°45.79%79.02%
HSB/HSV329°21.68%88.63%
CMYK0.00%21.68%10.62%
11.37%

Color #E2B1CA in popluar number systems.

HEXE2B1CA
Decimal226177202
Binary111000101011000111001010
Octal342261312

Shades and tints

Shades of #E2B1CA

#E2B1CA
(226,177,202)
#CEA1B8
(206,161,184)
#BA91A6
(186,145,166)
#A68194
(166,129,148)
#927182
(146,113,130)
#7E6170
(126,97,112)
#6A515E
(106,81,94)
#56414C
(86,65,76)
#42313A
(66,49,58)
#2E2128
(46,33,40)
#1A1116
(26,17,22)
#000000
(0,0,0)

Tints of #E2B1CA

#E2B1CA
(226,177,202)
#E4B8CE
(228,184,206)
#E6BFD2
(230,191,210)
#E8C6D6
(232,198,214)
#EACDDA
(234,205,218)
#ECD4DE
(236,212,222)
#EEDBE2
(238,219,226)
#F0E2E6
(240,226,230)
#F2E9EA
(242,233,234)
#F4F0EE
(244,240,238)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B1CA color. Also use rgb(226,177,202) instead hex code.

Text Font Color

.myTextColor { color: #E2B1CA; }

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

This text font color is #E2B1CA.


Background Color

.myBgColor { background-color: #E2B1CA; }

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

This div background color is #E2B1CA.


Border color

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

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

This div border color is #E2B1CA.


Opacity

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

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

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

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

This text has shadow with #E2B1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B1CA on black background.


Color preview on white background

This text has color #E2B1CA on white background.



Black color preview on #E2B1CA background

This text has black color on #E2B1CA background.


White color preview on #E2B1CA background

This text has white color on #E2B1CA background.