COLOR #E1BAD8

HEX: #E1BAD8 RGB: (225,186,216)

Color info

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

RGB color model

#E1BAD8 color RGB value is (225,186,216).

RGB: (225,186,216) (88%, 73%, 85%)

RGB channels and saturation

R 225 of 255 = 88%
G 186 of 255 = 73%
B 216 of 255 = 85%

225
186
216

R + G + B ~ 82%. #E1BAD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 186 + 216 = 627 (100%)
R 225 of 627 ~ 35.89%
G 186 of 627 ~ 29.67%
B 216 of 627 ~ 34.45'%

%35.89
%29.67
%34.45

CMYK color model

#E1BAD8 color CMYK value is (0,17,4,12).

  • cyan value is 0.00%
  • magenta value is 17.33%
  • yellow value is 4.00%
  • key color value is 11.76%

CMYK: (0,17,4,12)
C0M17Y4K12 (0%, 17%, 4%, 12%)
(0.00 / 0.17 / 0.04 / 0.12)

CMYK percentages

%0
%17.33
%4
%11.76

Codes

Color #E1BAD8 in popluar color models

E1 BA D8
RGB 225 186 216
HSL 314° 39.39% 80.59%
HSB/HSV 314° 17.33% 88.24%
CMYK 0.00% 17.33% 4.00%
11.76%

Color #E1BAD8 in popluar number systems.

HEX E1 BA D8
Decimal 225 186 216
Binary 11100001 10111010 11011000
Octal 341 272 330

Shades and tints

Shades of #E1BAD8

#E1BAD8
(225,186,216)
#CDAAC5
(205,170,197)
#B99AB2
(185,154,178)
#A58A9F
(165,138,159)
#917A8C
(145,122,140)
#7D6A79
(125,106,121)
#695A66
(105,90,102)
#554A53
(85,74,83)
#413A40
(65,58,64)
#2D2A2D
(45,42,45)
#191A1A
(25,26,26)
#000000
(0,0,0)

Tints of #E1BAD8

#E1BAD8
(225,186,216)
#E3C0DB
(227,192,219)
#E5C6DE
(229,198,222)
#E7CCE1
(231,204,225)
#E9D2E4
(233,210,228)
#EBD8E7
(235,216,231)
#EDDEEA
(237,222,234)
#EFE4ED
(239,228,237)
#F1EAF0
(241,234,240)
#F3F0F3
(243,240,243)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1BAD8 color. Also use rgb(225,186,216) instead hex code.

Text Font Color

.myTextColor { color: #E1BAD8; }

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

This text font color is #E1BAD8.

Background Color

.myBgColor { background-color: #E1BAD8; }

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

This div background color is #E1BAD8.

Border color

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

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

This div border color is #E1BAD8.

Opacity

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

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

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

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

This text has shadow with #E1BAD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1BAD8.

Preview

Color preview on black background

This text has color #E1BAD8 on black background.


Color preview on white background

This text has color #E1BAD8 on white background.


Black color preview on #E1BAD8 background

This text has black color on #E1BAD8 background.


White color preview on #E1BAD8 background

This text has white color on #E1BAD8 background.


Related colors

Complementary color

Complementary color for #hex is #1E4527.


I love getcolorcode.com

Triadic colors

1 #D8E1BA and #BAD8E1 with #E1BAD8 are triadic colors.

2 #D8BAE1 and #BAE1D8 with #E1BAD8 are triadic colors.