COLOR #E5BFC6

HEX: #E5BFC6
RGB: (229,191,198)

Color info

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

RGB color model

#E5BFC6 color RGB value is (229,191,198).

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

RGB channels and saturation

R 229 of 255 = 90%
G 191 of 255 = 75%
B 198 of 255 = 78%

229
191
198

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

Portions of RGB colors in percentages

R + G + B =
229 + 191 + 198 = 618 (100%)
R 229 of 618 ~ 37.06%
G 191 of 618 ~ 30.91%
B 198 of 618 ~ 32.04%

%37.06
%30.91
%32.04

CMYK color model

#E5BFC6 color CMYK value is (0,17,14,10).

  • cyan value is 0.00%
  • magenta value is 16.59%
  • yellow value is 13.54%
  • key color value is 10.20%
CMYK:
(0,17,14,10)
C0M17Y14K10 
(0%,17%,14%,10%)
(0.00/0.17/0.14/0.10)	

CMYK percentages

%0
%16.59
%13.54
%10.2

Codes

Color #E5BFC6 in popluar color models

E5BFC6
RGB229191198
HSL349°42.22%82.35%
HSB/HSV349°16.59%89.80%
CMYK0.00%16.59%13.54%
10.20%

Color #E5BFC6 in popluar number systems.

HEXE5BFC6
Decimal229191198
Binary111001011011111111000110
Octal345277306

Shades and tints

Shades of #E5BFC6

#E5BFC6
(229,191,198)
#D1AEB4
(209,174,180)
#BD9DA2
(189,157,162)
#A98C90
(169,140,144)
#957B7E
(149,123,126)
#816A6C
(129,106,108)
#6D595A
(109,89,90)
#594848
(89,72,72)
#453736
(69,55,54)
#312624
(49,38,36)
#1D1512
(29,21,18)
#000000
(0,0,0)

Tints of #E5BFC6

#E5BFC6
(229,191,198)
#E7C4CB
(231,196,203)
#E9C9D0
(233,201,208)
#EBCED5
(235,206,213)
#EDD3DA
(237,211,218)
#EFD8DF
(239,216,223)
#F1DDE4
(241,221,228)
#F3E2E9
(243,226,233)
#F5E7EE
(245,231,238)
#F7ECF3
(247,236,243)
#F9F1F8
(249,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BFC6; }

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

This text font color is #E5BFC6.


Background Color

.myBgColor { background-color: #E5BFC6; }

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

This div background color is #E5BFC6.


Border color

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

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

This div border color is #E5BFC6.


Opacity

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

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

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

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

This text has shadow with #E5BFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BFC6 on black background.


Color preview on white background

This text has color #E5BFC6 on white background.



Black color preview on #E5BFC6 background

This text has black color on #E5BFC6 background.


White color preview on #E5BFC6 background

This text has white color on #E5BFC6 background.