COLOR #E2B2CF

HEX: #E2B2CF
RGB: (226,178,207)

Color info

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

RGB color model

#E2B2CF color RGB value is (226,178,207).

  • red value is 226;
  • green value is 178;
  • blue value is 207.
RGB:
(226,178,207)
(89%,70%,81%)

RGB channels and saturation

R 226 of 255 = 89%
G 178 of 255 = 70%
B 207 of 255 = 81%

226
178
207

R + G + B ~ 80%. #E2B2CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 178 + 207 = 611 (100%)
R 226 of 611 ~ 36.99%
G 178 of 611 ~ 29.13%
B 207 of 611 ~ 33.88%

%36.99
%29.13
%33.88

CMYK color model

#E2B2CF color CMYK value is (0,21,8,11).

  • cyan value is 0.00%
  • magenta value is 21.24%
  • yellow value is 8.41%
  • key color value is 11.37%
CMYK:
(0,21,8,11)
C0M21Y8K11 
(0%,21%,8%,11%)
(0.00/0.21/0.08/0.11)	

CMYK percentages

%0
%21.24
%8.41
%11.37

Codes

Color #E2B2CF in popluar color models

E2B2CF
RGB226178207
HSL324°45.28%79.22%
HSB/HSV324°21.24%88.63%
CMYK0.00%21.24%8.41%
11.37%

Color #E2B2CF in popluar number systems.

HEXE2B2CF
Decimal226178207
Binary111000101011001011001111
Octal342262317

Shades and tints

Shades of #E2B2CF

#E2B2CF
(226,178,207)
#CEA2BD
(206,162,189)
#BA92AB
(186,146,171)
#A68299
(166,130,153)
#927287
(146,114,135)
#7E6275
(126,98,117)
#6A5263
(106,82,99)
#564251
(86,66,81)
#42323F
(66,50,63)
#2E222D
(46,34,45)
#1A121B
(26,18,27)
#000000
(0,0,0)

Tints of #E2B2CF

#E2B2CF
(226,178,207)
#E4B9D3
(228,185,211)
#E6C0D7
(230,192,215)
#E8C7DB
(232,199,219)
#EACEDF
(234,206,223)
#ECD5E3
(236,213,227)
#EEDCE7
(238,220,231)
#F0E3EB
(240,227,235)
#F2EAEF
(242,234,239)
#F4F1F3
(244,241,243)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B2CF color. Also use rgb(226,178,207) instead hex code.

Text Font Color

.myTextColor { color: #E2B2CF; }

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

This text font color is #E2B2CF.


Background Color

.myBgColor { background-color: #E2B2CF; }

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

This div background color is #E2B2CF.


Border color

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

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

This div border color is #E2B2CF.


Opacity

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

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

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

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

This text has shadow with #E2B2CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B2CF on black background.


Color preview on white background

This text has color #E2B2CF on white background.



Black color preview on #E2B2CF background

This text has black color on #E2B2CF background.


White color preview on #E2B2CF background

This text has white color on #E2B2CF background.