COLOR #E1BDB8

HEX: #E1BDB8
RGB: (225,189,184)

Color info

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

RGB color model

#E1BDB8 color RGB value is (225,189,184).

  • red value is 225;
  • green value is 189;
  • blue value is 184.
RGB:
(225,189,184)
(88%,74%,72%)

RGB channels and saturation

R 225 of 255 = 88%
G 189 of 255 = 74%
B 184 of 255 = 72%

225
189
184

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

Portions of RGB colors in percentages

R + G + B =
225 + 189 + 184 = 598 (100%)
R 225 of 598 ~ 37.63%
G 189 of 598 ~ 31.61%
B 184 of 598 ~ 30.77%

%37.63
%31.61
%30.77

CMYK color model

#E1BDB8 color CMYK value is (0,16,18,12).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 18.22%
  • key color value is 11.76%
CMYK:
(0,16,18,12)
C0M16Y18K12 
(0%,16%,18%,12%)
(0.00/0.16/0.18/0.12)	

CMYK percentages

%0
%16
%18.22
%11.76

Codes

Color #E1BDB8 in popluar color models

E1BDB8
RGB225189184
HSL40.59%80.20%
HSB/HSV18.22%88.24%
CMYK0.00%16.00%18.22%
11.76%

Color #E1BDB8 in popluar number systems.

HEXE1BDB8
Decimal225189184
Binary111000011011110110111000
Octal341275270

Shades and tints

Shades of #E1BDB8

#E1BDB8
(225,189,184)
#CDACA8
(205,172,168)
#B99B98
(185,155,152)
#A58A88
(165,138,136)
#917978
(145,121,120)
#7D6868
(125,104,104)
#695758
(105,87,88)
#554648
(85,70,72)
#413538
(65,53,56)
#2D2428
(45,36,40)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #E1BDB8

#E1BDB8
(225,189,184)
#E3C3BE
(227,195,190)
#E5C9C4
(229,201,196)
#E7CFCA
(231,207,202)
#E9D5D0
(233,213,208)
#EBDBD6
(235,219,214)
#EDE1DC
(237,225,220)
#EFE7E2
(239,231,226)
#F1EDE8
(241,237,232)
#F3F3EE
(243,243,238)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1BDB8 color. Also use rgb(225,189,184) instead hex code.

Text Font Color

.myTextColor { color: #E1BDB8; }

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

This text font color is #E1BDB8.


Background Color

.myBgColor { background-color: #E1BDB8; }

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

This div background color is #E1BDB8.


Border color

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

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

This div border color is #E1BDB8.


Opacity

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

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

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

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

This text has shadow with #E1BDB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BDB8 on black background.


Color preview on white background

This text has color #E1BDB8 on white background.



Black color preview on #E1BDB8 background

This text has black color on #E1BDB8 background.


White color preview on #E1BDB8 background

This text has white color on #E1BDB8 background.