COLOR #E9CABE

HEX: #E9CABE
RGB: (233,202,190)

Color info

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

RGB color model

#E9CABE color RGB value is (233,202,190).

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

RGB channels and saturation

R 233 of 255 = 91%
G 202 of 255 = 79%
B 190 of 255 = 75%

233
202
190

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

Portions of RGB colors in percentages

R + G + B =
233 + 202 + 190 = 625 (100%)
R 233 of 625 ~ 37.28%
G 202 of 625 ~ 32.32%
B 190 of 625 ~ 30.4%

%37.28
%32.32
%30.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.30%
  • 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
%13.3
%18.45
%8.63

Codes

Color #E9CABE in popluar color models

E9CABE
RGB233202190
HSL17°49.43%82.94%
HSB/HSV17°18.45%91.37%
CMYK0.00%13.30%18.45%
8.63%

Color #E9CABE in popluar number systems.

HEXE9CABE
Decimal233202190
Binary111010011100101010111110
Octal351312276

Shades and tints

Shades of #E9CABE

#E9CABE
(233,202,190)
#D4B8AD
(212,184,173)
#BFA69C
(191,166,156)
#AA948B
(170,148,139)
#95827A
(149,130,122)
#807069
(128,112,105)
#6B5E58
(107,94,88)
#564C47
(86,76,71)
#413A36
(65,58,54)
#2C2825
(44,40,37)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #E9CABE

#E9CABE
(233,202,190)
#EBCEC3
(235,206,195)
#EDD2C8
(237,210,200)
#EFD6CD
(239,214,205)
#F1DAD2
(241,218,210)
#F3DED7
(243,222,215)
#F5E2DC
(245,226,220)
#F7E6E1
(247,230,225)
#F9EAE6
(249,234,230)
#FBEEEB
(251,238,235)
#FDF2F0
(253,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9CABE; }

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

This text font color is #E9CABE.


Background Color

.myBgColor { background-color: #E9CABE; }

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

This div background color is #E9CABE.


Border color

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

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

This div border color is #E9CABE.


Opacity

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

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

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

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

This text has shadow with #E9CABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9CABE on black background.


Color preview on white background

This text has color #E9CABE on white background.



Black color preview on #E9CABE background

This text has black color on #E9CABE background.


White color preview on #E9CABE background

This text has white color on #E9CABE background.