COLOR #E1B0CE

HEX: #E1B0CE RGB: (225,176,206)

Color info

#E1B0CE contains red, green and blue colors in about the same proportion. Web safe color of #E1B0CE is #CC99CC (or #C9C).

RGB color model

#E1B0CE color RGB value is (225,176,206).

RGB: (225,176,206) (88%, 69%, 81%)

RGB channels and saturation

R 225 of 255 = 88%
G 176 of 255 = 69%
B 206 of 255 = 81%

225
176
206

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

Portions of RGB colors in percentages

R + G + B = 225 + 176 + 206 = 607 (100%)
R 225 of 607 ~ 37.07%
G 176 of 607 ~ 29%
B 206 of 607 ~ 33.94'%

%37.07
%29
%33.94

CMYK color model

#E1B0CE color CMYK value is (0,22,8,12).

  • cyan value is 0.00%
  • magenta value is 21.78%
  • yellow value is 8.44%
  • key color value is 11.76%

CMYK: (0,22,8,12)
C0M22Y8K12 (0%, 22%, 8%, 12%)
(0.00 / 0.22 / 0.08 / 0.12)

CMYK percentages

%0
%21.78
%8.44
%11.76

Codes

Color #E1B0CE in popluar color models

E1 B0 CE
RGB 225 176 206
HSL 323° 44.95% 78.63%
HSB/HSV 323° 21.78% 88.24%
CMYK 0.00% 21.78% 8.44%
11.76%

Color #E1B0CE in popluar number systems.

HEX E1 B0 CE
Decimal 225 176 206
Binary 11100001 10110000 11001110
Octal 341 260 316

Shades and tints

Shades of #E1B0CE

#E1B0CE
(225,176,206)
#CDA0BC
(205,160,188)
#B990AA
(185,144,170)
#A58098
(165,128,152)
#917086
(145,112,134)
#7D6074
(125,96,116)
#695062
(105,80,98)
#554050
(85,64,80)
#41303E
(65,48,62)
#2D202C
(45,32,44)
#19101A
(25,16,26)
#000000
(0,0,0)

Tints of #E1B0CE

#E1B0CE
(225,176,206)
#E3B7D2
(227,183,210)
#E5BED6
(229,190,214)
#E7C5DA
(231,197,218)
#E9CCDE
(233,204,222)
#EBD3E2
(235,211,226)
#EDDAE6
(237,218,230)
#EFE1EA
(239,225,234)
#F1E8EE
(241,232,238)
#F3EFF2
(243,239,242)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B0CE color. Also use rgb(225,176,206) instead hex code.

Text Font Color

.myTextColor { color: #E1B0CE; }

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

This text font color is #E1B0CE.

Background Color

.myBgColor { background-color: #E1B0CE; }

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

This div background color is #E1B0CE.

Border color

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

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

This div border color is #E1B0CE.

Opacity

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

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

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

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

This text has shadow with #E1B0CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1B0CE.

Preview

Color preview on black background

This text has color #E1B0CE on black background.


Color preview on white background

This text has color #E1B0CE on white background.


Black color preview on #E1B0CE background

This text has black color on #E1B0CE background.


White color preview on #E1B0CE background

This text has white color on #E1B0CE background.


Related colors

Complementary color

Complementary color for #hex is #1E4F31.


I love getcolorcode.com

Triadic colors

1 #CEE1B0 and #B0CEE1 with #E1B0CE are triadic colors.

2 #CEB0E1 and #B0E1CE with #E1B0CE are triadic colors.