COLOR #E2B1CC

HEX: #E2B1CC RGB: (226,177,204)

Color info

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

RGB color model

#E2B1CC color RGB value is (226,177,204).

RGB: (226,177,204) (89%, 69%, 80%)

RGB channels and saturation

R 226 of 255 = 89%
G 177 of 255 = 69%
B 204 of 255 = 80%

226
177
204

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

Portions of RGB colors in percentages

R + G + B = 226 + 177 + 204 = 607 (100%)
R 226 of 607 ~ 37.23%
G 177 of 607 ~ 29.16%
B 204 of 607 ~ 33.61'%

%37.23
%29.16
%33.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.68%
  • yellow value is 9.73%
  • key color value is 11.37%

CMYK: (0,22,10,11)
C0M22Y10K11 (0%, 22%, 10%, 11%)
(0.00 / 0.22 / 0.10 / 0.11)

CMYK percentages

%0
%21.68
%9.73
%11.37

Codes

Color #E2B1CC in popluar color models

E2 B1 CC
RGB 226 177 204
HSL 327° 45.79% 79.02%
HSB/HSV 327° 21.68% 88.63%
CMYK 0.00% 21.68% 9.73%
11.37%

Color #E2B1CC in popluar number systems.

HEX E2 B1 CC
Decimal 226 177 204
Binary 11100010 10110001 11001100
Octal 342 261 314

Shades and tints

Shades of #E2B1CC

#E2B1CC
(226,177,204)
#CEA1BA
(206,161,186)
#BA91A8
(186,145,168)
#A68196
(166,129,150)
#927184
(146,113,132)
#7E6172
(126,97,114)
#6A5160
(106,81,96)
#56414E
(86,65,78)
#42313C
(66,49,60)
#2E212A
(46,33,42)
#1A1118
(26,17,24)
#000000
(0,0,0)

Tints of #E2B1CC

#E2B1CC
(226,177,204)
#E4B8D0
(228,184,208)
#E6BFD4
(230,191,212)
#E8C6D8
(232,198,216)
#EACDDC
(234,205,220)
#ECD4E0
(236,212,224)
#EEDBE4
(238,219,228)
#F0E2E8
(240,226,232)
#F2E9EC
(242,233,236)
#F4F0F0
(244,240,240)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2B1CC; }

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

This text font color is #E2B1CC.

Background Color

.myBgColor { background-color: #E2B1CC; }

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

This div background color is #E2B1CC.

Border color

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

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

This div border color is #E2B1CC.

Opacity

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

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

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

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

This text has shadow with #E2B1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2B1CC.

Preview

Color preview on black background

This text has color #E2B1CC on black background.


Color preview on white background

This text has color #E2B1CC on white background.


Black color preview on #E2B1CC background

This text has black color on #E2B1CC background.


White color preview on #E2B1CC background

This text has white color on #E2B1CC background.


Related colors

Complementary color

Complementary color for #hex is #1D4E33.


I love getcolorcode.com

Triadic colors

1 #CCE2B1 and #B1CCE2 with #E2B1CC are triadic colors.

2 #CCB1E2 and #B1E2CC with #E2B1CC are triadic colors.