COLOR #E1BDCD

HEX: #E1BDCD RGB: (225,189,205)

Color info

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

RGB color model

#E1BDCD color RGB value is (225,189,205).

RGB: (225,189,205) (88%, 74%, 80%)

RGB channels and saturation

R 225 of 255 = 88%
G 189 of 255 = 74%
B 205 of 255 = 80%

225
189
205

R + G + B ~ 81%. #E1BDCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 189 + 205 = 619 (100%)
R 225 of 619 ~ 36.35%
G 189 of 619 ~ 30.53%
B 205 of 619 ~ 33.12'%

%36.35
%30.53
%33.12

CMYK color model

#E1BDCD color CMYK value is (0,16,9,12).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 8.89%
  • key color value is 11.76%
CMYK: (0,16,9,12) C0M16Y9K12 (0%,16%,9%,12%) (0.00/0.16/0.09/0.12) 

CMYK percentages

%0
%16
%8.89
%11.76

Codes

Color #E1BDCD in popluar color models

E1 BD CD
RGB 225 189 205
HSL 333° 37.50% 81.18%
HSB/HSV 333° 16.00% 88.24%
CMYK 0.00% 16.00% 8.89%
11.76%

Color #E1BDCD in popluar number systems.

HEX E1 BD CD
Decimal 225 189 205
Binary 11100001 10111101 11001101
Octal 341 275 315

Shades and tints

Shades of #E1BDCD

#E1BDCD
(225,189,205)
#CDACBB
(205,172,187)
#B99BA9
(185,155,169)
#A58A97
(165,138,151)
#917985
(145,121,133)
#7D6873
(125,104,115)
#695761
(105,87,97)
#55464F
(85,70,79)
#41353D
(65,53,61)
#2D242B
(45,36,43)
#191319
(25,19,25)
#000000
(0,0,0)

Tints of #E1BDCD

#E1BDCD
(225,189,205)
#E3C3D1
(227,195,209)
#E5C9D5
(229,201,213)
#E7CFD9
(231,207,217)
#E9D5DD
(233,213,221)
#EBDBE1
(235,219,225)
#EDE1E5
(237,225,229)
#EFE7E9
(239,231,233)
#F1EDED
(241,237,237)
#F3F3F1
(243,243,241)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BDCD; }

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

This text font color is #E1BDCD.

Background Color

.myBgColor { background-color: #E1BDCD; }

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

This div background color is #E1BDCD.

Border color

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

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

This div border color is #E1BDCD.

Opacity

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

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

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

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

This text has shadow with #E1BDCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1BDCD.

Preview

Color preview on black background

This text has color #E1BDCD on black background.


Color preview on white background

This text has color #E1BDCD on white background.


Black color preview on #E1BDCD background

This text has black color on #E1BDCD background.


White color preview on #E1BDCD background

This text has white color on #E1BDCD background.


Related colors

Complementary color

Complementary color for #hex is #1E4232.


I love getcolorcode.com

Triadic colors

1 #CDE1BD and #BDCDE1 with #E1BDCD are triadic colors.

2 #CDBDE1 and #BDE1CD with #E1BDCD are triadic colors.