COLOR #E2BFC7

HEX: #E2BFC7
RGB: (226,191,199)

Color info

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

RGB color model

#E2BFC7 color RGB value is (226,191,199).

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

RGB channels and saturation

R 226 of 255 = 89%
G 191 of 255 = 75%
B 199 of 255 = 78%

226
191
199

R + G + B ~ 81%. #E2BFC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 191 + 199 = 616 (100%)
R 226 of 616 ~ 36.69%
G 191 of 616 ~ 31.01%
B 199 of 616 ~ 32.31%

%36.69
%31.01
%32.31

CMYK color model

#E2BFC7 color CMYK value is (0,15,12,11).

  • cyan value is 0.00%
  • magenta value is 15.49%
  • yellow value is 11.95%
  • key color value is 11.37%
CMYK:
(0,15,12,11)
C0M15Y12K11 
(0%,15%,12%,11%)
(0.00/0.15/0.12/0.11)	

CMYK percentages

%0
%15.49
%11.95
%11.37

Codes

Color #E2BFC7 in popluar color models

E2BFC7
RGB226191199
HSL346°37.63%81.76%
HSB/HSV346°15.49%88.63%
CMYK0.00%15.49%11.95%
11.37%

Color #E2BFC7 in popluar number systems.

HEXE2BFC7
Decimal226191199
Binary111000101011111111000111
Octal342277307

Shades and tints

Shades of #E2BFC7

#E2BFC7
(226,191,199)
#CEAEB5
(206,174,181)
#BA9DA3
(186,157,163)
#A68C91
(166,140,145)
#927B7F
(146,123,127)
#7E6A6D
(126,106,109)
#6A595B
(106,89,91)
#564849
(86,72,73)
#423737
(66,55,55)
#2E2625
(46,38,37)
#1A1513
(26,21,19)
#000000
(0,0,0)

Tints of #E2BFC7

#E2BFC7
(226,191,199)
#E4C4CC
(228,196,204)
#E6C9D1
(230,201,209)
#E8CED6
(232,206,214)
#EAD3DB
(234,211,219)
#ECD8E0
(236,216,224)
#EEDDE5
(238,221,229)
#F0E2EA
(240,226,234)
#F2E7EF
(242,231,239)
#F4ECF4
(244,236,244)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2BFC7; }

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

This text font color is #E2BFC7.


Background Color

.myBgColor { background-color: #E2BFC7; }

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

This div background color is #E2BFC7.


Border color

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

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

This div border color is #E2BFC7.


Opacity

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

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

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

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

This text has shadow with #E2BFC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BFC7 on black background.


Color preview on white background

This text has color #E2BFC7 on white background.



Black color preview on #E2BFC7 background

This text has black color on #E2BFC7 background.


White color preview on #E2BFC7 background

This text has white color on #E2BFC7 background.