COLOR #E1B6C0

HEX: #E1B6C0
RGB: (225,182,192)

Color info

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

RGB color model

#E1B6C0 color RGB value is (225,182,192).

  • red value is 225;
  • green value is 182;
  • blue value is 192.
RGB:
(225,182,192)
(88%,71%,75%)

RGB channels and saturation

R 225 of 255 = 88%
G 182 of 255 = 71%
B 192 of 255 = 75%

225
182
192

R + G + B ~ 78%. #E1B6C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 182 + 192 = 599 (100%)
R 225 of 599 ~ 37.56%
G 182 of 599 ~ 30.38%
B 192 of 599 ~ 32.05%

%37.56
%30.38
%32.05

CMYK color model

#E1B6C0 color CMYK value is (0,19,15,12).

  • cyan value is 0.00%
  • magenta value is 19.11%
  • yellow value is 14.67%
  • key color value is 11.76%
CMYK:
(0,19,15,12)
C0M19Y15K12 
(0%,19%,15%,12%)
(0.00/0.19/0.15/0.12)	

CMYK percentages

%0
%19.11
%14.67
%11.76

Codes

Color #E1B6C0 in popluar color models

E1B6C0
RGB225182192
HSL346°41.75%79.80%
HSB/HSV346°19.11%88.24%
CMYK0.00%19.11%14.67%
11.76%

Color #E1B6C0 in popluar number systems.

HEXE1B6C0
Decimal225182192
Binary111000011011011011000000
Octal341266300

Shades and tints

Shades of #E1B6C0

#E1B6C0
(225,182,192)
#CDA6AF
(205,166,175)
#B9969E
(185,150,158)
#A5868D
(165,134,141)
#91767C
(145,118,124)
#7D666B
(125,102,107)
#69565A
(105,86,90)
#554649
(85,70,73)
#413638
(65,54,56)
#2D2627
(45,38,39)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #E1B6C0

#E1B6C0
(225,182,192)
#E3BCC5
(227,188,197)
#E5C2CA
(229,194,202)
#E7C8CF
(231,200,207)
#E9CED4
(233,206,212)
#EBD4D9
(235,212,217)
#EDDADE
(237,218,222)
#EFE0E3
(239,224,227)
#F1E6E8
(241,230,232)
#F3ECED
(243,236,237)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B6C0 color. Also use rgb(225,182,192) instead hex code.

Text Font Color

.myTextColor { color: #E1B6C0; }

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

This text font color is #E1B6C0.


Background Color

.myBgColor { background-color: #E1B6C0; }

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

This div background color is #E1B6C0.


Border color

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

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

This div border color is #E1B6C0.


Opacity

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

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

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

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

This text has shadow with #E1B6C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B6C0 on black background.


Color preview on white background

This text has color #E1B6C0 on white background.



Black color preview on #E1B6C0 background

This text has black color on #E1B6C0 background.


White color preview on #E1B6C0 background

This text has white color on #E1B6C0 background.