COLOR #E1BDB7

HEX: #E1BDB7
RGB: (225,189,183)

Color info

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

RGB color model

#E1BDB7 color RGB value is (225,189,183).

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

RGB channels and saturation

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

225
189
183

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

Portions of RGB colors in percentages

R + G + B =
225 + 189 + 183 = 597 (100%)
R 225 of 597 ~ 37.69%
G 189 of 597 ~ 31.66%
B 183 of 597 ~ 30.65%

%37.69
%31.66
%30.65

CMYK color model

#E1BDB7 color CMYK value is (0,16,19,12).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 18.67%
  • key color value is 11.76%
CMYK:
(0,16,19,12)
C0M16Y19K12 
(0%,16%,19%,12%)
(0.00/0.16/0.19/0.12)	

CMYK percentages

%0
%16
%18.67
%11.76

Codes

Color #E1BDB7 in popluar color models

E1BDB7
RGB225189183
HSL41.18%80.00%
HSB/HSV18.67%88.24%
CMYK0.00%16.00%18.67%
11.76%

Color #E1BDB7 in popluar number systems.

HEXE1BDB7
Decimal225189183
Binary111000011011110110110111
Octal341275267

Shades and tints

Shades of #E1BDB7

#E1BDB7
(225,189,183)
#CDACA7
(205,172,167)
#B99B97
(185,155,151)
#A58A87
(165,138,135)
#917977
(145,121,119)
#7D6867
(125,104,103)
#695757
(105,87,87)
#554647
(85,70,71)
#413537
(65,53,55)
#2D2427
(45,36,39)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #E1BDB7

#E1BDB7
(225,189,183)
#E3C3BD
(227,195,189)
#E5C9C3
(229,201,195)
#E7CFC9
(231,207,201)
#E9D5CF
(233,213,207)
#EBDBD5
(235,219,213)
#EDE1DB
(237,225,219)
#EFE7E1
(239,231,225)
#F1EDE7
(241,237,231)
#F3F3ED
(243,243,237)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BDB7; }

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

This text font color is #E1BDB7.


Background Color

.myBgColor { background-color: #E1BDB7; }

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

This div background color is #E1BDB7.


Border color

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

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

This div border color is #E1BDB7.


Opacity

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

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

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

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

This text has shadow with #E1BDB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BDB7 on black background.


Color preview on white background

This text has color #E1BDB7 on white background.



Black color preview on #E1BDB7 background

This text has black color on #E1BDB7 background.


White color preview on #E1BDB7 background

This text has white color on #E1BDB7 background.