COLOR #E1BDC0

HEX: #E1BDC0
RGB: (225,189,192)

Color info

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

RGB color model

#E1BDC0 color RGB value is (225,189,192).

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

RGB channels and saturation

R 225 of 255 = 88%
G 189 of 255 = 74%
B 192 of 255 = 75%

225
189
192

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

Portions of RGB colors in percentages

R + G + B =
225 + 189 + 192 = 606 (100%)
R 225 of 606 ~ 37.13%
G 189 of 606 ~ 31.19%
B 192 of 606 ~ 31.68%

%37.13
%31.19
%31.68

CMYK color model

#E1BDC0 color CMYK value is (0,16,15,12).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 14.67%
  • key color value is 11.76%
CMYK:
(0,16,15,12)
C0M16Y15K12 
(0%,16%,15%,12%)
(0.00/0.16/0.15/0.12)	

CMYK percentages

%0
%16
%14.67
%11.76

Codes

Color #E1BDC0 in popluar color models

E1BDC0
RGB225189192
HSL355°37.50%81.18%
HSB/HSV355°16.00%88.24%
CMYK0.00%16.00%14.67%
11.76%

Color #E1BDC0 in popluar number systems.

HEXE1BDC0
Decimal225189192
Binary111000011011110111000000
Octal341275300

Shades and tints

Shades of #E1BDC0

#E1BDC0
(225,189,192)
#CDACAF
(205,172,175)
#B99B9E
(185,155,158)
#A58A8D
(165,138,141)
#91797C
(145,121,124)
#7D686B
(125,104,107)
#69575A
(105,87,90)
#554649
(85,70,73)
#413538
(65,53,56)
#2D2427
(45,36,39)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #E1BDC0

#E1BDC0
(225,189,192)
#E3C3C5
(227,195,197)
#E5C9CA
(229,201,202)
#E7CFCF
(231,207,207)
#E9D5D4
(233,213,212)
#EBDBD9
(235,219,217)
#EDE1DE
(237,225,222)
#EFE7E3
(239,231,227)
#F1EDE8
(241,237,232)
#F3F3ED
(243,243,237)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BDC0; }

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

This text font color is #E1BDC0.


Background Color

.myBgColor { background-color: #E1BDC0; }

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

This div background color is #E1BDC0.


Border color

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

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

This div border color is #E1BDC0.


Opacity

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

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

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

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

This text has shadow with #E1BDC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BDC0 on black background.


Color preview on white background

This text has color #E1BDC0 on white background.



Black color preview on #E1BDC0 background

This text has black color on #E1BDC0 background.


White color preview on #E1BDC0 background

This text has white color on #E1BDC0 background.