COLOR #E3CAB5

HEX: #E3CAB5
RGB: (227,202,181)

Color info

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

RGB color model

#E3CAB5 color RGB value is (227,202,181).

  • red value is 227;
  • green value is 202;
  • blue value is 181.
RGB:
(227,202,181)
(89%,79%,71%)

RGB channels and saturation

R 227 of 255 = 89%
G 202 of 255 = 79%
B 181 of 255 = 71%

227
202
181

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

Portions of RGB colors in percentages

R + G + B =
227 + 202 + 181 = 610 (100%)
R 227 of 610 ~ 37.21%
G 202 of 610 ~ 33.11%
B 181 of 610 ~ 29.67%

%37.21
%33.11
%29.67

CMYK color model

#E3CAB5 color CMYK value is (0,11,20,11).

  • cyan value is 0.00%
  • magenta value is 11.01%
  • yellow value is 20.26%
  • key color value is 10.98%
CMYK:
(0,11,20,11)
C0M11Y20K11 
(0%,11%,20%,11%)
(0.00/0.11/0.20/0.11)	

CMYK percentages

%0
%11.01
%20.26
%10.98

Codes

Color #E3CAB5 in popluar color models

E3CAB5
RGB227202181
HSL27°45.10%80.00%
HSB/HSV27°20.26%89.02%
CMYK0.00%11.01%20.26%
10.98%

Color #E3CAB5 in popluar number systems.

HEXE3CAB5
Decimal227202181
Binary111000111100101010110101
Octal343312265

Shades and tints

Shades of #E3CAB5

#E3CAB5
(227,202,181)
#CFB8A5
(207,184,165)
#BBA695
(187,166,149)
#A79485
(167,148,133)
#938275
(147,130,117)
#7F7065
(127,112,101)
#6B5E55
(107,94,85)
#574C45
(87,76,69)
#433A35
(67,58,53)
#2F2825
(47,40,37)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #E3CAB5

#E3CAB5
(227,202,181)
#E5CEBB
(229,206,187)
#E7D2C1
(231,210,193)
#E9D6C7
(233,214,199)
#EBDACD
(235,218,205)
#EDDED3
(237,222,211)
#EFE2D9
(239,226,217)
#F1E6DF
(241,230,223)
#F3EAE5
(243,234,229)
#F5EEEB
(245,238,235)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3CAB5 color. Also use rgb(227,202,181) instead hex code.

Text Font Color

.myTextColor { color: #E3CAB5; }

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

This text font color is #E3CAB5.


Background Color

.myBgColor { background-color: #E3CAB5; }

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

This div background color is #E3CAB5.


Border color

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

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

This div border color is #E3CAB5.


Opacity

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

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

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

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

This text has shadow with #E3CAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CAB5 on black background.


Color preview on white background

This text has color #E3CAB5 on white background.



Black color preview on #E3CAB5 background

This text has black color on #E3CAB5 background.


White color preview on #E3CAB5 background

This text has white color on #E3CAB5 background.