COLOR #E1CBBE

HEX: #E1CBBE
RGB: (225,203,190)

Color info

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

RGB color model

#E1CBBE color RGB value is (225,203,190).

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

RGB channels and saturation

R 225 of 255 = 88%
G 203 of 255 = 80%
B 190 of 255 = 75%

225
203
190

R + G + B ~ 81%. #E1CBBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 203 + 190 = 618 (100%)
R 225 of 618 ~ 36.41%
G 203 of 618 ~ 32.85%
B 190 of 618 ~ 30.74%

%36.41
%32.85
%30.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.78%
  • yellow value is 15.56%
  • key color value is 11.76%
CMYK:
(0,10,16,12)
C0M10Y16K12 
(0%,10%,16%,12%)
(0.00/0.10/0.16/0.12)	

CMYK percentages

%0
%9.78
%15.56
%11.76

Codes

Color #E1CBBE in popluar color models

E1CBBE
RGB225203190
HSL22°36.84%81.37%
HSB/HSV22°15.56%88.24%
CMYK0.00%9.78%15.56%
11.76%

Color #E1CBBE in popluar number systems.

HEXE1CBBE
Decimal225203190
Binary111000011100101110111110
Octal341313276

Shades and tints

Shades of #E1CBBE

#E1CBBE
(225,203,190)
#CDB9AD
(205,185,173)
#B9A79C
(185,167,156)
#A5958B
(165,149,139)
#91837A
(145,131,122)
#7D7169
(125,113,105)
#695F58
(105,95,88)
#554D47
(85,77,71)
#413B36
(65,59,54)
#2D2925
(45,41,37)
#191714
(25,23,20)
#000000
(0,0,0)

Tints of #E1CBBE

#E1CBBE
(225,203,190)
#E3CFC3
(227,207,195)
#E5D3C8
(229,211,200)
#E7D7CD
(231,215,205)
#E9DBD2
(233,219,210)
#EBDFD7
(235,223,215)
#EDE3DC
(237,227,220)
#EFE7E1
(239,231,225)
#F1EBE6
(241,235,230)
#F3EFEB
(243,239,235)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1CBBE; }

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

This text font color is #E1CBBE.


Background Color

.myBgColor { background-color: #E1CBBE; }

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

This div background color is #E1CBBE.


Border color

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

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

This div border color is #E1CBBE.


Opacity

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

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

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

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

This text has shadow with #E1CBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CBBE on black background.


Color preview on white background

This text has color #E1CBBE on white background.



Black color preview on #E1CBBE background

This text has black color on #E1CBBE background.


White color preview on #E1CBBE background

This text has white color on #E1CBBE background.