COLOR #E1BCBE

HEX: #E1BCBE
RGB: (225,188,190)

Color info

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

RGB color model

#E1BCBE color RGB value is (225,188,190).

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

RGB channels and saturation

R 225 of 255 = 88%
G 188 of 255 = 74%
B 190 of 255 = 75%

225
188
190

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

Portions of RGB colors in percentages

R + G + B =
225 + 188 + 190 = 603 (100%)
R 225 of 603 ~ 37.31%
G 188 of 603 ~ 31.18%
B 190 of 603 ~ 31.51%

%37.31
%31.18
%31.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.44%
  • yellow value is 15.56%
  • key color value is 11.76%
CMYK:
(0,16,16,12)
C0M16Y16K12 
(0%,16%,16%,12%)
(0.00/0.16/0.16/0.12)	

CMYK percentages

%0
%16.44
%15.56
%11.76

Codes

Color #E1BCBE in popluar color models

E1BCBE
RGB225188190
HSL357°38.14%80.98%
HSB/HSV357°16.44%88.24%
CMYK0.00%16.44%15.56%
11.76%

Color #E1BCBE in popluar number systems.

HEXE1BCBE
Decimal225188190
Binary111000011011110010111110
Octal341274276

Shades and tints

Shades of #E1BCBE

#E1BCBE
(225,188,190)
#CDABAD
(205,171,173)
#B99A9C
(185,154,156)
#A5898B
(165,137,139)
#91787A
(145,120,122)
#7D6769
(125,103,105)
#695658
(105,86,88)
#554547
(85,69,71)
#413436
(65,52,54)
#2D2325
(45,35,37)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #E1BCBE

#E1BCBE
(225,188,190)
#E3C2C3
(227,194,195)
#E5C8C8
(229,200,200)
#E7CECD
(231,206,205)
#E9D4D2
(233,212,210)
#EBDAD7
(235,218,215)
#EDE0DC
(237,224,220)
#EFE6E1
(239,230,225)
#F1ECE6
(241,236,230)
#F3F2EB
(243,242,235)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BCBE; }

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

This text font color is #E1BCBE.


Background Color

.myBgColor { background-color: #E1BCBE; }

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

This div background color is #E1BCBE.


Border color

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

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

This div border color is #E1BCBE.


Opacity

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

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

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

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

This text has shadow with #E1BCBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BCBE on black background.


Color preview on white background

This text has color #E1BCBE on white background.



Black color preview on #E1BCBE background

This text has black color on #E1BCBE background.


White color preview on #E1BCBE background

This text has white color on #E1BCBE background.