COLOR #E4BDBF

HEX: #E4BDBF
RGB: (228,189,191)

Color info

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

RGB color model

#E4BDBF color RGB value is (228,189,191).

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

RGB channels and saturation

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

228
189
191

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

Portions of RGB colors in percentages

R + G + B =
228 + 189 + 191 = 608 (100%)
R 228 of 608 ~ 37.5%
G 189 of 608 ~ 31.09%
B 191 of 608 ~ 31.41%

%37.5
%31.09
%31.41

CMYK color model

#E4BDBF color CMYK value is (0,17,16,11).

  • cyan value is 0.00%
  • magenta value is 17.11%
  • yellow value is 16.23%
  • key color value is 10.59%
CMYK:
(0,17,16,11)
C0M17Y16K11 
(0%,17%,16%,11%)
(0.00/0.17/0.16/0.11)	

CMYK percentages

%0
%17.11
%16.23
%10.59

Codes

Color #E4BDBF in popluar color models

E4BDBF
RGB228189191
HSL357°41.94%81.76%
HSB/HSV357°17.11%89.41%
CMYK0.00%17.11%16.23%
10.59%

Color #E4BDBF in popluar number systems.

HEXE4BDBF
Decimal228189191
Binary111001001011110110111111
Octal344275277

Shades and tints

Shades of #E4BDBF

#E4BDBF
(228,189,191)
#D0ACAE
(208,172,174)
#BC9B9D
(188,155,157)
#A88A8C
(168,138,140)
#94797B
(148,121,123)
#80686A
(128,104,106)
#6C5759
(108,87,89)
#584648
(88,70,72)
#443537
(68,53,55)
#302426
(48,36,38)
#1C1315
(28,19,21)
#000000
(0,0,0)

Tints of #E4BDBF

#E4BDBF
(228,189,191)
#E6C3C4
(230,195,196)
#E8C9C9
(232,201,201)
#EACFCE
(234,207,206)
#ECD5D3
(236,213,211)
#EEDBD8
(238,219,216)
#F0E1DD
(240,225,221)
#F2E7E2
(242,231,226)
#F4EDE7
(244,237,231)
#F6F3EC
(246,243,236)
#F8F9F1
(248,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4BDBF; }

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

This text font color is #E4BDBF.


Background Color

.myBgColor { background-color: #E4BDBF; }

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

This div background color is #E4BDBF.


Border color

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

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

This div border color is #E4BDBF.


Opacity

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

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

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

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

This text has shadow with #E4BDBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BDBF on black background.


Color preview on white background

This text has color #E4BDBF on white background.



Black color preview on #E4BDBF background

This text has black color on #E4BDBF background.


White color preview on #E4BDBF background

This text has white color on #E4BDBF background.