COLOR #E5BFC1

HEX: #E5BFC1
RGB: (229,191,193)

Color info

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

RGB color model

#E5BFC1 color RGB value is (229,191,193).

  • red value is 229;
  • green value is 191;
  • blue value is 193.
RGB:
(229,191,193)
(90%,75%,76%)

RGB channels and saturation

R 229 of 255 = 90%
G 191 of 255 = 75%
B 193 of 255 = 76%

229
191
193

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

Portions of RGB colors in percentages

R + G + B =
229 + 191 + 193 = 613 (100%)
R 229 of 613 ~ 37.36%
G 191 of 613 ~ 31.16%
B 193 of 613 ~ 31.48%

%37.36
%31.16
%31.48

CMYK color model

#E5BFC1 color CMYK value is (0,17,16,10).

  • cyan value is 0.00%
  • magenta value is 16.59%
  • yellow value is 15.72%
  • key color value is 10.20%
CMYK:
(0,17,16,10)
C0M17Y16K10 
(0%,17%,16%,10%)
(0.00/0.17/0.16/0.10)	

CMYK percentages

%0
%16.59
%15.72
%10.2

Codes

Color #E5BFC1 in popluar color models

E5BFC1
RGB229191193
HSL357°42.22%82.35%
HSB/HSV357°16.59%89.80%
CMYK0.00%16.59%15.72%
10.20%

Color #E5BFC1 in popluar number systems.

HEXE5BFC1
Decimal229191193
Binary111001011011111111000001
Octal345277301

Shades and tints

Shades of #E5BFC1

#E5BFC1
(229,191,193)
#D1AEB0
(209,174,176)
#BD9D9F
(189,157,159)
#A98C8E
(169,140,142)
#957B7D
(149,123,125)
#816A6C
(129,106,108)
#6D595B
(109,89,91)
#59484A
(89,72,74)
#453739
(69,55,57)
#312628
(49,38,40)
#1D1517
(29,21,23)
#000000
(0,0,0)

Tints of #E5BFC1

#E5BFC1
(229,191,193)
#E7C4C6
(231,196,198)
#E9C9CB
(233,201,203)
#EBCED0
(235,206,208)
#EDD3D5
(237,211,213)
#EFD8DA
(239,216,218)
#F1DDDF
(241,221,223)
#F3E2E4
(243,226,228)
#F5E7E9
(245,231,233)
#F7ECEE
(247,236,238)
#F9F1F3
(249,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5BFC1 color. Also use rgb(229,191,193) instead hex code.

Text Font Color

.myTextColor { color: #E5BFC1; }

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

This text font color is #E5BFC1.


Background Color

.myBgColor { background-color: #E5BFC1; }

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

This div background color is #E5BFC1.


Border color

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

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

This div border color is #E5BFC1.


Opacity

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

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

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

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

This text has shadow with #E5BFC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BFC1 on black background.


Color preview on white background

This text has color #E5BFC1 on white background.



Black color preview on #E5BFC1 background

This text has black color on #E5BFC1 background.


White color preview on #E5BFC1 background

This text has white color on #E5BFC1 background.