COLOR #E9CBBE

HEX: #E9CBBE
RGB: (233,203,190)

Color info

#E9CBBE contains red, green and blue colors in about the same proportion. Web safe color of #E9CBBE is #FFCCCC (or #FCC).

RGB color model

#E9CBBE color RGB value is (233,203,190).

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

RGB channels and saturation

R 233 of 255 = 91%
G 203 of 255 = 80%
B 190 of 255 = 75%

233
203
190

R + G + B ~ 82%. #E9CBBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 203 + 190 = 626 (100%)
R 233 of 626 ~ 37.22%
G 203 of 626 ~ 32.43%
B 190 of 626 ~ 30.35%

%37.22
%32.43
%30.35

CMYK color model

#E9CBBE color CMYK value is (0,13,18,9).

  • cyan value is 0.00%
  • magenta value is 12.88%
  • yellow value is 18.45%
  • key color value is 8.63%
CMYK:
(0,13,18,9)
C0M13Y18K9 
(0%,13%,18%,9%)
(0.00/0.13/0.18/0.09)	

CMYK percentages

%0
%12.88
%18.45
%8.63

Codes

Color #E9CBBE in popluar color models

E9CBBE
RGB233203190
HSL18°49.43%82.94%
HSB/HSV18°18.45%91.37%
CMYK0.00%12.88%18.45%
8.63%

Color #E9CBBE in popluar number systems.

HEXE9CBBE
Decimal233203190
Binary111010011100101110111110
Octal351313276

Shades and tints

Shades of #E9CBBE

#E9CBBE
(233,203,190)
#D4B9AD
(212,185,173)
#BFA79C
(191,167,156)
#AA958B
(170,149,139)
#95837A
(149,131,122)
#807169
(128,113,105)
#6B5F58
(107,95,88)
#564D47
(86,77,71)
#413B36
(65,59,54)
#2C2925
(44,41,37)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #E9CBBE

#E9CBBE
(233,203,190)
#EBCFC3
(235,207,195)
#EDD3C8
(237,211,200)
#EFD7CD
(239,215,205)
#F1DBD2
(241,219,210)
#F3DFD7
(243,223,215)
#F5E3DC
(245,227,220)
#F7E7E1
(247,231,225)
#F9EBE6
(249,235,230)
#FBEFEB
(251,239,235)
#FDF3F0
(253,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9CBBE; }

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

This text font color is #E9CBBE.


Background Color

.myBgColor { background-color: #E9CBBE; }

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

This div background color is #E9CBBE.


Border color

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

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

This div border color is #E9CBBE.


Opacity

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

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

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

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

This text has shadow with #E9CBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9CBBE on black background.


Color preview on white background

This text has color #E9CBBE on white background.



Black color preview on #E9CBBE background

This text has black color on #E9CBBE background.


White color preview on #E9CBBE background

This text has white color on #E9CBBE background.