COLOR #E2B1C7

HEX: #E2B1C7
RGB: (226,177,199)

Color info

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

RGB color model

#E2B1C7 color RGB value is (226,177,199).

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

RGB channels and saturation

R 226 of 255 = 89%
G 177 of 255 = 69%
B 199 of 255 = 78%

226
177
199

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

Portions of RGB colors in percentages

R + G + B =
226 + 177 + 199 = 602 (100%)
R 226 of 602 ~ 37.54%
G 177 of 602 ~ 29.4%
B 199 of 602 ~ 33.06%

%37.54
%29.4
%33.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.68%
  • yellow value is 11.95%
  • key color value is 11.37%
CMYK: (0,22,12,11) C0M22Y12K11 (0%,22%,12%,11%) (0.00/0.22/0.12/0.11)

CMYK percentages

%0
%21.68
%11.95
%11.37

Codes

Color #E2B1C7 in popluar color models

E2B1C7
RGB226177199
HSL333°45.79%79.02%
HSB/HSV333°21.68%88.63%
CMYK0.00%21.68%11.95%
11.37%

Color #E2B1C7 in popluar number systems.

HEXE2B1C7
Decimal226177199
Binary111000101011000111000111
Octal342261307

Shades and tints

Shades of #E2B1C7

#E2B1C7
(226,177,199)
#CEA1B5
(206,161,181)
#BA91A3
(186,145,163)
#A68191
(166,129,145)
#92717F
(146,113,127)
#7E616D
(126,97,109)
#6A515B
(106,81,91)
#564149
(86,65,73)
#423137
(66,49,55)
#2E2125
(46,33,37)
#1A1113
(26,17,19)
#000000
(0,0,0)

Tints of #E2B1C7

#E2B1C7
(226,177,199)
#E4B8CC
(228,184,204)
#E6BFD1
(230,191,209)
#E8C6D6
(232,198,214)
#EACDDB
(234,205,219)
#ECD4E0
(236,212,224)
#EEDBE5
(238,219,229)
#F0E2EA
(240,226,234)
#F2E9EF
(242,233,239)
#F4F0F4
(244,240,244)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2B1C7; }

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

This text font color is #E2B1C7.


Background Color

.myBgColor { background-color: #E2B1C7; }

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

This div background color is #E2B1C7.


Border color

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

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

This div border color is #E2B1C7.


Opacity

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

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

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

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

This text has shadow with #E2B1C7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E2B1C7 on black background.


Color preview on white background

This text has color #E2B1C7 on white background.



Black color preview on #E2B1C7 background

This text has black color on #E2B1C7 background.


White color preview on #E2B1C7 background

This text has white color on #E2B1C7 background.