COLOR #E2CBBE

HEX: #E2CBBE
RGB: (226,203,190)

Color info

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

RGB color model

#E2CBBE color RGB value is (226,203,190).

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

RGB channels and saturation

R 226 of 255 = 89%
G 203 of 255 = 80%
B 190 of 255 = 75%

226
203
190

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

Portions of RGB colors in percentages

R + G + B =
226 + 203 + 190 = 619 (100%)
R 226 of 619 ~ 36.51%
G 203 of 619 ~ 32.79%
B 190 of 619 ~ 30.69%

%36.51
%32.79
%30.69

CMYK color model

#E2CBBE color CMYK value is (0,10,16,11).

  • cyan value is 0.00%
  • magenta value is 10.18%
  • yellow value is 15.93%
  • key color value is 11.37%
CMYK:
(0,10,16,11)
C0M10Y16K11 
(0%,10%,16%,11%)
(0.00/0.10/0.16/0.11)	

CMYK percentages

%0
%10.18
%15.93
%11.37

Codes

Color #E2CBBE in popluar color models

E2CBBE
RGB226203190
HSL22°38.30%81.57%
HSB/HSV22°15.93%88.63%
CMYK0.00%10.18%15.93%
11.37%

Color #E2CBBE in popluar number systems.

HEXE2CBBE
Decimal226203190
Binary111000101100101110111110
Octal342313276

Shades and tints

Shades of #E2CBBE

#E2CBBE
(226,203,190)
#CEB9AD
(206,185,173)
#BAA79C
(186,167,156)
#A6958B
(166,149,139)
#92837A
(146,131,122)
#7E7169
(126,113,105)
#6A5F58
(106,95,88)
#564D47
(86,77,71)
#423B36
(66,59,54)
#2E2925
(46,41,37)
#1A1714
(26,23,20)
#000000
(0,0,0)

Tints of #E2CBBE

#E2CBBE
(226,203,190)
#E4CFC3
(228,207,195)
#E6D3C8
(230,211,200)
#E8D7CD
(232,215,205)
#EADBD2
(234,219,210)
#ECDFD7
(236,223,215)
#EEE3DC
(238,227,220)
#F0E7E1
(240,231,225)
#F2EBE6
(242,235,230)
#F4EFEB
(244,239,235)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2CBBE; }

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

This text font color is #E2CBBE.


Background Color

.myBgColor { background-color: #E2CBBE; }

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

This div background color is #E2CBBE.


Border color

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

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

This div border color is #E2CBBE.


Opacity

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

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

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

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

This text has shadow with #E2CBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2CBBE on black background.


Color preview on white background

This text has color #E2CBBE on white background.



Black color preview on #E2CBBE background

This text has black color on #E2CBBE background.


White color preview on #E2CBBE background

This text has white color on #E2CBBE background.