COLOR #E4BFC6

HEX: #E4BFC6
RGB: (228,191,198)

Color info

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

RGB color model

#E4BFC6 color RGB value is (228,191,198).

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

RGB channels and saturation

R 228 of 255 = 89%
G 191 of 255 = 75%
B 198 of 255 = 78%

228
191
198

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

Portions of RGB colors in percentages

R + G + B =
228 + 191 + 198 = 617 (100%)
R 228 of 617 ~ 36.95%
G 191 of 617 ~ 30.96%
B 198 of 617 ~ 32.09%

%36.95
%30.96
%32.09

CMYK color model

#E4BFC6 color CMYK value is (0,16,13,11).

  • cyan value is 0.00%
  • magenta value is 16.23%
  • yellow value is 13.16%
  • key color value is 10.59%
CMYK:
(0,16,13,11)
C0M16Y13K11 
(0%,16%,13%,11%)
(0.00/0.16/0.13/0.11)	

CMYK percentages

%0
%16.23
%13.16
%10.59

Codes

Color #E4BFC6 in popluar color models

E4BFC6
RGB228191198
HSL349°40.66%82.16%
HSB/HSV349°16.23%89.41%
CMYK0.00%16.23%13.16%
10.59%

Color #E4BFC6 in popluar number systems.

HEXE4BFC6
Decimal228191198
Binary111001001011111111000110
Octal344277306

Shades and tints

Shades of #E4BFC6

#E4BFC6
(228,191,198)
#D0AEB4
(208,174,180)
#BC9DA2
(188,157,162)
#A88C90
(168,140,144)
#947B7E
(148,123,126)
#806A6C
(128,106,108)
#6C595A
(108,89,90)
#584848
(88,72,72)
#443736
(68,55,54)
#302624
(48,38,36)
#1C1512
(28,21,18)
#000000
(0,0,0)

Tints of #E4BFC6

#E4BFC6
(228,191,198)
#E6C4CB
(230,196,203)
#E8C9D0
(232,201,208)
#EACED5
(234,206,213)
#ECD3DA
(236,211,218)
#EED8DF
(238,216,223)
#F0DDE4
(240,221,228)
#F2E2E9
(242,226,233)
#F4E7EE
(244,231,238)
#F6ECF3
(246,236,243)
#F8F1F8
(248,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4BFC6; }

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

This text font color is #E4BFC6.


Background Color

.myBgColor { background-color: #E4BFC6; }

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

This div background color is #E4BFC6.


Border color

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

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

This div border color is #E4BFC6.


Opacity

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

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

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

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

This text has shadow with #E4BFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BFC6 on black background.


Color preview on white background

This text has color #E4BFC6 on white background.



Black color preview on #E4BFC6 background

This text has black color on #E4BFC6 background.


White color preview on #E4BFC6 background

This text has white color on #E4BFC6 background.