COLOR #E1BCDA

HEX: #E1BCDA RGB: (225,188,218)

Color info

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

RGB color model

#E1BCDA color RGB value is (225,188,218).

RGB: (225,188,218) (88%, 74%, 85%)

RGB channels and saturation

R 225 of 255 = 88%
G 188 of 255 = 74%
B 218 of 255 = 85%

225
188
218

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

Portions of RGB colors in percentages

R + G + B = 225 + 188 + 218 = 631 (100%)
R 225 of 631 ~ 35.66%
G 188 of 631 ~ 29.79%
B 218 of 631 ~ 34.55'%

%35.66
%29.79
%34.55

CMYK color model

#E1BCDA color CMYK value is (0,16,3,12).

  • cyan value is 0.00%
  • magenta value is 16.44%
  • yellow value is 3.11%
  • key color value is 11.76%
CMYK: (0,16,3,12) C0M16Y3K12 (0%,16%,3%,12%) (0.00/0.16/0.03/0.12) 

CMYK percentages

%0
%16.44
%3.11
%11.76

Codes

Color #E1BCDA in popluar color models

E1 BC DA
RGB 225 188 218
HSL 311° 38.14% 80.98%
HSB/HSV 311° 16.44% 88.24%
CMYK 0.00% 16.44% 3.11%
11.76%

Color #E1BCDA in popluar number systems.

HEX E1 BC DA
Decimal 225 188 218
Binary 11100001 10111100 11011010
Octal 341 274 332

Shades and tints

Shades of #E1BCDA

#E1BCDA
(225,188,218)
#CDABC7
(205,171,199)
#B99AB4
(185,154,180)
#A589A1
(165,137,161)
#91788E
(145,120,142)
#7D677B
(125,103,123)
#695668
(105,86,104)
#554555
(85,69,85)
#413442
(65,52,66)
#2D232F
(45,35,47)
#19121C
(25,18,28)
#000000
(0,0,0)

Tints of #E1BCDA

#E1BCDA
(225,188,218)
#E3C2DD
(227,194,221)
#E5C8E0
(229,200,224)
#E7CEE3
(231,206,227)
#E9D4E6
(233,212,230)
#EBDAE9
(235,218,233)
#EDE0EC
(237,224,236)
#EFE6EF
(239,230,239)
#F1ECF2
(241,236,242)
#F3F2F5
(243,242,245)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1BCDA color. Also use rgb(225,188,218) instead hex code.

Text Font Color

.myTextColor { color: #E1BCDA; }

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

This text font color is #E1BCDA.

Background Color

.myBgColor { background-color: #E1BCDA; }

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

This div background color is #E1BCDA.

Border color

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

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

This div border color is #E1BCDA.

Opacity

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

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

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

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

This text has shadow with #E1BCDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1BCDA.

Preview

Color preview on black background

This text has color #E1BCDA on black background.


Color preview on white background

This text has color #E1BCDA on white background.


Black color preview on #E1BCDA background

This text has black color on #E1BCDA background.


White color preview on #E1BCDA background

This text has white color on #E1BCDA background.


Related colors

Complementary color

Complementary color for #hex is #1E4325.


I love getcolorcode.com

Triadic colors

1 #DAE1BC and #BCDAE1 with #E1BCDA are triadic colors.

2 #DABCE1 and #BCE1DA with #E1BCDA are triadic colors.