COLOR #E4BFBC

HEX: #E4BFBC
RGB: (228,191,188)

Color info

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

RGB color model

#E4BFBC color RGB value is (228,191,188).

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

RGB channels and saturation

R 228 of 255 = 89%
G 191 of 255 = 75%
B 188 of 255 = 74%

228
191
188

R + G + B ~ 79%. #E4BFBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 191 + 188 = 607 (100%)
R 228 of 607 ~ 37.56%
G 191 of 607 ~ 31.47%
B 188 of 607 ~ 30.97%

%37.56
%31.47
%30.97

CMYK color model

#E4BFBC color CMYK value is (0,16,18,11).

  • cyan value is 0.00%
  • magenta value is 16.23%
  • yellow value is 17.54%
  • key color value is 10.59%
CMYK:
(0,16,18,11)
C0M16Y18K11 
(0%,16%,18%,11%)
(0.00/0.16/0.18/0.11)	

CMYK percentages

%0
%16.23
%17.54
%10.59

Codes

Color #E4BFBC in popluar color models

E4BFBC
RGB228191188
HSL42.55%81.57%
HSB/HSV17.54%89.41%
CMYK0.00%16.23%17.54%
10.59%

Color #E4BFBC in popluar number systems.

HEXE4BFBC
Decimal228191188
Binary111001001011111110111100
Octal344277274

Shades and tints

Shades of #E4BFBC

#E4BFBC
(228,191,188)
#D0AEAB
(208,174,171)
#BC9D9A
(188,157,154)
#A88C89
(168,140,137)
#947B78
(148,123,120)
#806A67
(128,106,103)
#6C5956
(108,89,86)
#584845
(88,72,69)
#443734
(68,55,52)
#302623
(48,38,35)
#1C1512
(28,21,18)
#000000
(0,0,0)

Tints of #E4BFBC

#E4BFBC
(228,191,188)
#E6C4C2
(230,196,194)
#E8C9C8
(232,201,200)
#EACECE
(234,206,206)
#ECD3D4
(236,211,212)
#EED8DA
(238,216,218)
#F0DDE0
(240,221,224)
#F2E2E6
(242,226,230)
#F4E7EC
(244,231,236)
#F6ECF2
(246,236,242)
#F8F1F8
(248,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4BFBC; }

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

This text font color is #E4BFBC.


Background Color

.myBgColor { background-color: #E4BFBC; }

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

This div background color is #E4BFBC.


Border color

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

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

This div border color is #E4BFBC.


Opacity

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

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

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

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

This text has shadow with #E4BFBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BFBC on black background.


Color preview on white background

This text has color #E4BFBC on white background.



Black color preview on #E4BFBC background

This text has black color on #E4BFBC background.


White color preview on #E4BFBC background

This text has white color on #E4BFBC background.