COLOR #E4BDB7

HEX: #E4BDB7
RGB: (228,189,183)

Color info

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

RGB color model

#E4BDB7 color RGB value is (228,189,183).

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

RGB channels and saturation

R 228 of 255 = 89%
G 189 of 255 = 74%
B 183 of 255 = 72%

228
189
183

R + G + B ~ 78%. #E4BDB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 189 + 183 = 600 (100%)
R 228 of 600 ~ 38%
G 189 of 600 ~ 31.5%
B 183 of 600 ~ 30.5%

%38
%31.5
%30.5

CMYK color model

#E4BDB7 color CMYK value is (0,17,20,11).

  • cyan value is 0.00%
  • magenta value is 17.11%
  • yellow value is 19.74%
  • key color value is 10.59%
CMYK: (0,17,20,11) C0M17Y20K11 (0%,17%,20%,11%) (0.00/0.17/0.20/0.11)

CMYK percentages

%0
%17.11
%19.74
%10.59

Codes

Color #E4BDB7 in popluar color models

E4BDB7
RGB228189183
HSL45.45%80.59%
HSB/HSV19.74%89.41%
CMYK0.00%17.11%19.74%
10.59%

Color #E4BDB7 in popluar number systems.

HEXE4BDB7
Decimal228189183
Binary111001001011110110110111
Octal344275267

Shades and tints

Shades of #E4BDB7

#E4BDB7
(228,189,183)
#D0ACA7
(208,172,167)
#BC9B97
(188,155,151)
#A88A87
(168,138,135)
#947977
(148,121,119)
#806867
(128,104,103)
#6C5757
(108,87,87)
#584647
(88,70,71)
#443537
(68,53,55)
#302427
(48,36,39)
#1C1317
(28,19,23)
#000000
(0,0,0)

Tints of #E4BDB7

#E4BDB7
(228,189,183)
#E6C3BD
(230,195,189)
#E8C9C3
(232,201,195)
#EACFC9
(234,207,201)
#ECD5CF
(236,213,207)
#EEDBD5
(238,219,213)
#F0E1DB
(240,225,219)
#F2E7E1
(242,231,225)
#F4EDE7
(244,237,231)
#F6F3ED
(246,243,237)
#F8F9F3
(248,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4BDB7; }

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

This text font color is #E4BDB7.


Background Color

.myBgColor { background-color: #E4BDB7; }

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

This div background color is #E4BDB7.


Border color

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

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

This div border color is #E4BDB7.


Opacity

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

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

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

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

This text has shadow with #E4BDB7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E4BDB7 on black background.


Color preview on white background

This text has color #E4BDB7 on white background.



Black color preview on #E4BDB7 background

This text has black color on #E4BDB7 background.


White color preview on #E4BDB7 background

This text has white color on #E4BDB7 background.