COLOR #E2BFD1

HEX: #E2BFD1
RGB: (226,191,209)

Color info

#E2BFD1 contains red, green and blue colors in about the same proportion. Web safe color of #E2BFD1 is #CCCCCC (or #CCC).

RGB color model

#E2BFD1 color RGB value is (226,191,209).

  • red value is 226;
  • green value is 191;
  • blue value is 209.
RGB:
(226,191,209)
(89%,75%,82%)

RGB channels and saturation

R 226 of 255 = 89%
G 191 of 255 = 75%
B 209 of 255 = 82%

226
191
209

R + G + B ~ 82%. #E2BFD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 191 + 209 = 626 (100%)
R 226 of 626 ~ 36.1%
G 191 of 626 ~ 30.51%
B 209 of 626 ~ 33.39%

%36.1
%30.51
%33.39

CMYK color model

#E2BFD1 color CMYK value is (0,15,8,11).

  • cyan value is 0.00%
  • magenta value is 15.49%
  • yellow value is 7.52%
  • key color value is 11.37%
CMYK:
(0,15,8,11)
C0M15Y8K11 
(0%,15%,8%,11%)
(0.00/0.15/0.08/0.11)	

CMYK percentages

%0
%15.49
%7.52
%11.37

Codes

Color #E2BFD1 in popluar color models

E2BFD1
RGB226191209
HSL329°37.63%81.76%
HSB/HSV329°15.49%88.63%
CMYK0.00%15.49%7.52%
11.37%

Color #E2BFD1 in popluar number systems.

HEXE2BFD1
Decimal226191209
Binary111000101011111111010001
Octal342277321

Shades and tints

Shades of #E2BFD1

#E2BFD1
(226,191,209)
#CEAEBE
(206,174,190)
#BA9DAB
(186,157,171)
#A68C98
(166,140,152)
#927B85
(146,123,133)
#7E6A72
(126,106,114)
#6A595F
(106,89,95)
#56484C
(86,72,76)
#423739
(66,55,57)
#2E2626
(46,38,38)
#1A1513
(26,21,19)
#000000
(0,0,0)

Tints of #E2BFD1

#E2BFD1
(226,191,209)
#E4C4D5
(228,196,213)
#E6C9D9
(230,201,217)
#E8CEDD
(232,206,221)
#EAD3E1
(234,211,225)
#ECD8E5
(236,216,229)
#EEDDE9
(238,221,233)
#F0E2ED
(240,226,237)
#F2E7F1
(242,231,241)
#F4ECF5
(244,236,245)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2BFD1 color. Also use rgb(226,191,209) instead hex code.

Text Font Color

.myTextColor { color: #E2BFD1; }

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

This text font color is #E2BFD1.


Background Color

.myBgColor { background-color: #E2BFD1; }

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

This div background color is #E2BFD1.


Border color

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

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

This div border color is #E2BFD1.


Opacity

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

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

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

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

This text has shadow with #E2BFD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BFD1 on black background.


Color preview on white background

This text has color #E2BFD1 on white background.



Black color preview on #E2BFD1 background

This text has black color on #E2BFD1 background.


White color preview on #E2BFD1 background

This text has white color on #E2BFD1 background.