COLOR #E9CBAF

HEX: #E9CBAF
RGB: (233,203,175)

Color info

#E9CBAF contains red, green and blue colors in about the same proportion. Web safe color of #E9CBAF is #FFCC99 (or #FC9).

RGB color model

#E9CBAF color RGB value is (233,203,175).

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

RGB channels and saturation

R 233 of 255 = 91%
G 203 of 255 = 80%
B 175 of 255 = 69%

233
203
175

R + G + B ~ 80%. #E9CBAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 203 + 175 = 611 (100%)
R 233 of 611 ~ 38.13%
G 203 of 611 ~ 33.22%
B 175 of 611 ~ 28.64%

%38.13
%33.22
%28.64

CMYK color model

#E9CBAF color CMYK value is (0,13,25,9).

  • cyan value is 0.00%
  • magenta value is 12.88%
  • yellow value is 24.89%
  • key color value is 8.63%
CMYK: (0,13,25,9) C0M13Y25K9 (0%,13%,25%,9%) (0.00/0.13/0.25/0.09)

CMYK percentages

%0
%12.88
%24.89
%8.63

Codes

Color #E9CBAF in popluar color models

E9CBAF
RGB233203175
HSL29°56.86%80.00%
HSB/HSV29°24.89%91.37%
CMYK0.00%12.88%24.89%
8.63%

Color #E9CBAF in popluar number systems.

HEXE9CBAF
Decimal233203175
Binary111010011100101110101111
Octal351313257

Shades and tints

Shades of #E9CBAF

#E9CBAF
(233,203,175)
#D4B9A0
(212,185,160)
#BFA791
(191,167,145)
#AA9582
(170,149,130)
#958373
(149,131,115)
#807164
(128,113,100)
#6B5F55
(107,95,85)
#564D46
(86,77,70)
#413B37
(65,59,55)
#2C2928
(44,41,40)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #E9CBAF

#E9CBAF
(233,203,175)
#EBCFB6
(235,207,182)
#EDD3BD
(237,211,189)
#EFD7C4
(239,215,196)
#F1DBCB
(241,219,203)
#F3DFD2
(243,223,210)
#F5E3D9
(245,227,217)
#F7E7E0
(247,231,224)
#F9EBE7
(249,235,231)
#FBEFEE
(251,239,238)
#FDF3F5
(253,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9CBAF; }

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

This text font color is #E9CBAF.


Background Color

.myBgColor { background-color: #E9CBAF; }

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

This div background color is #E9CBAF.


Border color

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

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

This div border color is #E9CBAF.


Opacity

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

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

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

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

This text has shadow with #E9CBAF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E9CBAF on black background.


Color preview on white background

This text has color #E9CBAF on white background.



Black color preview on #E9CBAF background

This text has black color on #E9CBAF background.


White color preview on #E9CBAF background

This text has white color on #E9CBAF background.