COLOR #E1B6BE

HEX: #E1B6BE
RGB: (225,182,190)

Color info

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

RGB color model

#E1B6BE color RGB value is (225,182,190).

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

RGB channels and saturation

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

225
182
190

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

Portions of RGB colors in percentages

R + G + B =
225 + 182 + 190 = 597 (100%)
R 225 of 597 ~ 37.69%
G 182 of 597 ~ 30.49%
B 190 of 597 ~ 31.83%

%37.69
%30.49
%31.83

CMYK color model

#E1B6BE color CMYK value is (0,19,16,12).

  • cyan value is 0.00%
  • magenta value is 19.11%
  • yellow value is 15.56%
  • key color value is 11.76%
CMYK:
(0,19,16,12)
C0M19Y16K12 
(0%,19%,16%,12%)
(0.00/0.19/0.16/0.12)	

CMYK percentages

%0
%19.11
%15.56
%11.76

Codes

Color #E1B6BE in popluar color models

E1B6BE
RGB225182190
HSL349°41.75%79.80%
HSB/HSV349°19.11%88.24%
CMYK0.00%19.11%15.56%
11.76%

Color #E1B6BE in popluar number systems.

HEXE1B6BE
Decimal225182190
Binary111000011011011010111110
Octal341266276

Shades and tints

Shades of #E1B6BE

#E1B6BE
(225,182,190)
#CDA6AD
(205,166,173)
#B9969C
(185,150,156)
#A5868B
(165,134,139)
#91767A
(145,118,122)
#7D6669
(125,102,105)
#695658
(105,86,88)
#554647
(85,70,71)
#413636
(65,54,54)
#2D2625
(45,38,37)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #E1B6BE

#E1B6BE
(225,182,190)
#E3BCC3
(227,188,195)
#E5C2C8
(229,194,200)
#E7C8CD
(231,200,205)
#E9CED2
(233,206,210)
#EBD4D7
(235,212,215)
#EDDADC
(237,218,220)
#EFE0E1
(239,224,225)
#F1E6E6
(241,230,230)
#F3ECEB
(243,236,235)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B6BE; }

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

This text font color is #E1B6BE.


Background Color

.myBgColor { background-color: #E1B6BE; }

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

This div background color is #E1B6BE.


Border color

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

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

This div border color is #E1B6BE.


Opacity

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

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

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

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

This text has shadow with #E1B6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B6BE on black background.


Color preview on white background

This text has color #E1B6BE on white background.



Black color preview on #E1B6BE background

This text has black color on #E1B6BE background.


White color preview on #E1B6BE background

This text has white color on #E1B6BE background.