COLOR #E5C2BF

HEX: #E5C2BF RGB: (229,194,191)

Color info

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

RGB color model

#E5C2BF color RGB value is (229,194,191).

RGB: (229,194,191) (90%, 76%, 75%)

RGB channels and saturation

R 229 of 255 = 90%
G 194 of 255 = 76%
B 191 of 255 = 75%

229
194
191

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

Portions of RGB colors in percentages

R + G + B = 229 + 194 + 191 = 614 (100%)
R 229 of 614 ~ 37.3%
G 194 of 614 ~ 31.6%
B 191 of 614 ~ 31.11'%

%37.3
%31.6
%31.11

CMYK color model

#E5C2BF color CMYK value is (0,15,17,10).

  • cyan value is 0.00%
  • magenta value is 15.28%
  • yellow value is 16.59%
  • key color value is 10.20%
CMYK: (0,15,17,10) C0M15Y17K10 (0%,15%,17%,10%) (0.00/0.15/0.17/0.10) 

CMYK percentages

%0
%15.28
%16.59
%10.2

Codes

Color #E5C2BF in popluar color models

E5 C2 BF
RGB 229 194 191
HSL 42.22% 82.35%
HSB/HSV 16.59% 89.80%
CMYK 0.00% 15.28% 16.59%
10.20%

Color #E5C2BF in popluar number systems.

HEX E5 C2 BF
Decimal 229 194 191
Binary 11100101 11000010 10111111
Octal 345 302 277

Shades and tints

Shades of #E5C2BF

#E5C2BF
(229,194,191)
#D1B1AE
(209,177,174)
#BDA09D
(189,160,157)
#A98F8C
(169,143,140)
#957E7B
(149,126,123)
#816D6A
(129,109,106)
#6D5C59
(109,92,89)
#594B48
(89,75,72)
#453A37
(69,58,55)
#312926
(49,41,38)
#1D1815
(29,24,21)
#000000
(0,0,0)

Tints of #E5C2BF

#E5C2BF
(229,194,191)
#E7C7C4
(231,199,196)
#E9CCC9
(233,204,201)
#EBD1CE
(235,209,206)
#EDD6D3
(237,214,211)
#EFDBD8
(239,219,216)
#F1E0DD
(241,224,221)
#F3E5E2
(243,229,226)
#F5EAE7
(245,234,231)
#F7EFEC
(247,239,236)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C2BF color. Also use rgb(229,194,191) instead hex code.

Text Font Color

.myTextColor { color: #E5C2BF; }

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

This text font color is #E5C2BF.

Background Color

.myBgColor { background-color: #E5C2BF; }

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

This div background color is #E5C2BF.

Border color

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

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

This div border color is #E5C2BF.

Opacity

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

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

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

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

This text has shadow with #E5C2BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5C2BF.

Preview

Color preview on black background

This text has color #E5C2BF on black background.


Color preview on white background

This text has color #E5C2BF on white background.


Black color preview on #E5C2BF background

This text has black color on #E5C2BF background.


White color preview on #E5C2BF background

This text has white color on #E5C2BF background.


Related colors

Complementary color

Complementary color for #hex is #1A3D40.


I love getcolorcode.com

Triadic colors

1 #BFE5C2 and #C2BFE5 with #E5C2BF are triadic colors.

2 #BFC2E5 and #C2E5BF with #E5C2BF are triadic colors.