COLOR #E1BDC9

HEX: #E1BDC9 RGB: (225,189,201)

Color info

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

RGB color model

#E1BDC9 color RGB value is (225,189,201).

RGB: (225,189,201) (88%, 74%, 79%)

RGB channels and saturation

R 225 of 255 = 88%
G 189 of 255 = 74%
B 201 of 255 = 79%

225
189
201

R + G + B ~ 80%. #E1BDC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 189 + 201 = 615 (100%)
R 225 of 615 ~ 36.59%
G 189 of 615 ~ 30.73%
B 201 of 615 ~ 32.68'%

%36.59
%30.73
%32.68

CMYK color model

#E1BDC9 color CMYK value is (0,16,11,12).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 10.67%
  • key color value is 11.76%
CMYK: (0,16,11,12) C0M16Y11K12 (0%,16%,11%,12%) (0.00/0.16/0.11/0.12) 

CMYK percentages

%0
%16
%10.67
%11.76

Codes

Color #E1BDC9 in popluar color models

E1 BD C9
RGB 225 189 201
HSL 340° 37.50% 81.18%
HSB/HSV 340° 16.00% 88.24%
CMYK 0.00% 16.00% 10.67%
11.76%

Color #E1BDC9 in popluar number systems.

HEX E1 BD C9
Decimal 225 189 201
Binary 11100001 10111101 11001001
Octal 341 275 311

Shades and tints

Shades of #E1BDC9

#E1BDC9
(225,189,201)
#CDACB7
(205,172,183)
#B99BA5
(185,155,165)
#A58A93
(165,138,147)
#917981
(145,121,129)
#7D686F
(125,104,111)
#69575D
(105,87,93)
#55464B
(85,70,75)
#413539
(65,53,57)
#2D2427
(45,36,39)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #E1BDC9

#E1BDC9
(225,189,201)
#E3C3CD
(227,195,205)
#E5C9D1
(229,201,209)
#E7CFD5
(231,207,213)
#E9D5D9
(233,213,217)
#EBDBDD
(235,219,221)
#EDE1E1
(237,225,225)
#EFE7E5
(239,231,229)
#F1EDE9
(241,237,233)
#F3F3ED
(243,243,237)
#F5F9F1
(245,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BDC9; }

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

This text font color is #E1BDC9.

Background Color

.myBgColor { background-color: #E1BDC9; }

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

This div background color is #E1BDC9.

Border color

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

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

This div border color is #E1BDC9.

Opacity

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

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

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

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

This text has shadow with #E1BDC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1BDC9.

Preview

Color preview on black background

This text has color #E1BDC9 on black background.


Color preview on white background

This text has color #E1BDC9 on white background.


Black color preview on #E1BDC9 background

This text has black color on #E1BDC9 background.


White color preview on #E1BDC9 background

This text has white color on #E1BDC9 background.


Related colors

Complementary color

Complementary color for #hex is #1E4236.


I love getcolorcode.com

Triadic colors

1 #C9E1BD and #BDC9E1 with #E1BDC9 are triadic colors.

2 #C9BDE1 and #BDE1C9 with #E1BDC9 are triadic colors.