COLOR #E3CBAE

HEX: #E3CBAE
RGB: (227,203,174)

Color info

#E3CBAE contains red, green and blue colors in about the same proportion. Web safe color of #E3CBAE is #CCCC99 (or #CC9).

RGB color model

#E3CBAE color RGB value is (227,203,174).

  • red value is 227;
  • green value is 203;
  • blue value is 174.
RGB:
(227,203,174)
(89%,80%,68%)

RGB channels and saturation

R 227 of 255 = 89%
G 203 of 255 = 80%
B 174 of 255 = 68%

227
203
174

R + G + B ~ 79%. #E3CBAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 203 + 174 = 604 (100%)
R 227 of 604 ~ 37.58%
G 203 of 604 ~ 33.61%
B 174 of 604 ~ 28.81%

%37.58
%33.61
%28.81

CMYK color model

#E3CBAE color CMYK value is (0,11,23,11).

  • cyan value is 0.00%
  • magenta value is 10.57%
  • yellow value is 23.35%
  • key color value is 10.98%
CMYK:
(0,11,23,11)
C0M11Y23K11 
(0%,11%,23%,11%)
(0.00/0.11/0.23/0.11)	

CMYK percentages

%0
%10.57
%23.35
%10.98

Codes

Color #E3CBAE in popluar color models

E3CBAE
RGB227203174
HSL33°48.62%78.63%
HSB/HSV33°23.35%89.02%
CMYK0.00%10.57%23.35%
10.98%

Color #E3CBAE in popluar number systems.

HEXE3CBAE
Decimal227203174
Binary111000111100101110101110
Octal343313256

Shades and tints

Shades of #E3CBAE

#E3CBAE
(227,203,174)
#CFB99F
(207,185,159)
#BBA790
(187,167,144)
#A79581
(167,149,129)
#938372
(147,131,114)
#7F7163
(127,113,99)
#6B5F54
(107,95,84)
#574D45
(87,77,69)
#433B36
(67,59,54)
#2F2927
(47,41,39)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #E3CBAE

#E3CBAE
(227,203,174)
#E5CFB5
(229,207,181)
#E7D3BC
(231,211,188)
#E9D7C3
(233,215,195)
#EBDBCA
(235,219,202)
#EDDFD1
(237,223,209)
#EFE3D8
(239,227,216)
#F1E7DF
(241,231,223)
#F3EBE6
(243,235,230)
#F5EFED
(245,239,237)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3CBAE color. Also use rgb(227,203,174) instead hex code.

Text Font Color

.myTextColor { color: #E3CBAE; }

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

This text font color is #E3CBAE.


Background Color

.myBgColor { background-color: #E3CBAE; }

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

This div background color is #E3CBAE.


Border color

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

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

This div border color is #E3CBAE.


Opacity

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

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

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

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

This text has shadow with #E3CBAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CBAE on black background.


Color preview on white background

This text has color #E3CBAE on white background.



Black color preview on #E3CBAE background

This text has black color on #E3CBAE background.


White color preview on #E3CBAE background

This text has white color on #E3CBAE background.