COLOR #E3C5BF

HEX: #E3C5BF
RGB: (227,197,191)

Color info

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

RGB color model

#E3C5BF color RGB value is (227,197,191).

  • red value is 227;
  • green value is 197;
  • blue value is 191.
RGB:
(227,197,191)
(89%,77%,75%)

RGB channels and saturation

R 227 of 255 = 89%
G 197 of 255 = 77%
B 191 of 255 = 75%

227
197
191

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

Portions of RGB colors in percentages

R + G + B =
227 + 197 + 191 = 615 (100%)
R 227 of 615 ~ 36.91%
G 197 of 615 ~ 32.03%
B 191 of 615 ~ 31.06%

%36.91
%32.03
%31.06

CMYK color model

#E3C5BF color CMYK value is (0,13,16,11).

  • cyan value is 0.00%
  • magenta value is 13.22%
  • yellow value is 15.86%
  • key color value is 10.98%
CMYK:
(0,13,16,11)
C0M13Y16K11 
(0%,13%,16%,11%)
(0.00/0.13/0.16/0.11)	

CMYK percentages

%0
%13.22
%15.86
%10.98

Codes

Color #E3C5BF in popluar color models

E3C5BF
RGB227197191
HSL10°39.13%81.96%
HSB/HSV10°15.86%89.02%
CMYK0.00%13.22%15.86%
10.98%

Color #E3C5BF in popluar number systems.

HEXE3C5BF
Decimal227197191
Binary111000111100010110111111
Octal343305277

Shades and tints

Shades of #E3C5BF

#E3C5BF
(227,197,191)
#CFB4AE
(207,180,174)
#BBA39D
(187,163,157)
#A7928C
(167,146,140)
#93817B
(147,129,123)
#7F706A
(127,112,106)
#6B5F59
(107,95,89)
#574E48
(87,78,72)
#433D37
(67,61,55)
#2F2C26
(47,44,38)
#1B1B15
(27,27,21)
#000000
(0,0,0)

Tints of #E3C5BF

#E3C5BF
(227,197,191)
#E5CAC4
(229,202,196)
#E7CFC9
(231,207,201)
#E9D4CE
(233,212,206)
#EBD9D3
(235,217,211)
#EDDED8
(237,222,216)
#EFE3DD
(239,227,221)
#F1E8E2
(241,232,226)
#F3EDE7
(243,237,231)
#F5F2EC
(245,242,236)
#F7F7F1
(247,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3C5BF color. Also use rgb(227,197,191) instead hex code.

Text Font Color

.myTextColor { color: #E3C5BF; }

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

This text font color is #E3C5BF.


Background Color

.myBgColor { background-color: #E3C5BF; }

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

This div background color is #E3C5BF.


Border color

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

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

This div border color is #E3C5BF.


Opacity

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

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

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

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

This text has shadow with #E3C5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3C5BF on black background.


Color preview on white background

This text has color #E3C5BF on white background.



Black color preview on #E3C5BF background

This text has black color on #E3C5BF background.


White color preview on #E3C5BF background

This text has white color on #E3C5BF background.