COLOR #E3BFC7

HEX: #E3BFC7 RGB: (227,191,199)

Color info

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

RGB color model

#E3BFC7 color RGB value is (227,191,199).

RGB: (227,191,199) (89%, 75%, 78%)

RGB channels and saturation

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

227
191
199

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

Portions of RGB colors in percentages

R + G + B = 227 + 191 + 199 = 617 (100%)
R 227 of 617 ~ 36.79%
G 191 of 617 ~ 30.96%
B 199 of 617 ~ 32.25'%

%36.79
%30.96
%32.25

CMYK color model

#E3BFC7 color CMYK value is (0,16,12,11).

  • cyan value is 0.00%
  • magenta value is 15.86%
  • yellow value is 12.33%
  • key color value is 10.98%
CMYK: (0,16,12,11) C0M16Y12K11 (0%,16%,12%,11%) (0.00/0.16/0.12/0.11) 

CMYK percentages

%0
%15.86
%12.33
%10.98

Codes

Color #E3BFC7 in popluar color models

E3 BF C7
RGB 227 191 199
HSL 347° 39.13% 81.96%
HSB/HSV 347° 15.86% 89.02%
CMYK 0.00% 15.86% 12.33%
10.98%

Color #E3BFC7 in popluar number systems.

HEX E3 BF C7
Decimal 227 191 199
Binary 11100011 10111111 11000111
Octal 343 277 307

Shades and tints

Shades of #E3BFC7

#E3BFC7
(227,191,199)
#CFAEB5
(207,174,181)
#BB9DA3
(187,157,163)
#A78C91
(167,140,145)
#937B7F
(147,123,127)
#7F6A6D
(127,106,109)
#6B595B
(107,89,91)
#574849
(87,72,73)
#433737
(67,55,55)
#2F2625
(47,38,37)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #E3BFC7

#E3BFC7
(227,191,199)
#E5C4CC
(229,196,204)
#E7C9D1
(231,201,209)
#E9CED6
(233,206,214)
#EBD3DB
(235,211,219)
#EDD8E0
(237,216,224)
#EFDDE5
(239,221,229)
#F1E2EA
(241,226,234)
#F3E7EF
(243,231,239)
#F5ECF4
(245,236,244)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BFC7; }

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

This text font color is #E3BFC7.

Background Color

.myBgColor { background-color: #E3BFC7; }

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

This div background color is #E3BFC7.

Border color

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

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

This div border color is #E3BFC7.

Opacity

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

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

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

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

This text has shadow with #E3BFC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3BFC7.

Preview

Color preview on black background

This text has color #E3BFC7 on black background.


Color preview on white background

This text has color #E3BFC7 on white background.


Black color preview on #E3BFC7 background

This text has black color on #E3BFC7 background.


White color preview on #E3BFC7 background

This text has white color on #E3BFC7 background.


Related colors

Complementary color

Complementary color for #hex is #1C4038.


I love getcolorcode.com

Triadic colors

1 #C7E3BF and #BFC7E3 with #E3BFC7 are triadic colors.

2 #C7BFE3 and #BFE3C7 with #E3BFC7 are triadic colors.