COLOR #E5CFB7

HEX: #E5CFB7
RGB: (229,207,183)

Color info

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

RGB color model

#E5CFB7 color RGB value is (229,207,183).

  • red value is 229;
  • green value is 207;
  • blue value is 183.
RGB:
(229,207,183)
(90%,81%,72%)

RGB channels and saturation

R 229 of 255 = 90%
G 207 of 255 = 81%
B 183 of 255 = 72%

229
207
183

R + G + B ~ 81%. #E5CFB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 207 + 183 = 619 (100%)
R 229 of 619 ~ 37%
G 207 of 619 ~ 33.44%
B 183 of 619 ~ 29.56%

%37
%33.44
%29.56

CMYK color model

#E5CFB7 color CMYK value is (0,10,20,10).

  • cyan value is 0.00%
  • magenta value is 9.61%
  • yellow value is 20.09%
  • key color value is 10.20%
CMYK:
(0,10,20,10)
C0M10Y20K10 
(0%,10%,20%,10%)
(0.00/0.10/0.20/0.10)	

CMYK percentages

%0
%9.61
%20.09
%10.2

Codes

Color #E5CFB7 in popluar color models

E5CFB7
RGB229207183
HSL31°46.94%80.78%
HSB/HSV31°20.09%89.80%
CMYK0.00%9.61%20.09%
10.20%

Color #E5CFB7 in popluar number systems.

HEXE5CFB7
Decimal229207183
Binary111001011100111110110111
Octal345317267

Shades and tints

Shades of #E5CFB7

#E5CFB7
(229,207,183)
#D1BDA7
(209,189,167)
#BDAB97
(189,171,151)
#A99987
(169,153,135)
#958777
(149,135,119)
#817567
(129,117,103)
#6D6357
(109,99,87)
#595147
(89,81,71)
#453F37
(69,63,55)
#312D27
(49,45,39)
#1D1B17
(29,27,23)
#000000
(0,0,0)

Tints of #E5CFB7

#E5CFB7
(229,207,183)
#E7D3BD
(231,211,189)
#E9D7C3
(233,215,195)
#EBDBC9
(235,219,201)
#EDDFCF
(237,223,207)
#EFE3D5
(239,227,213)
#F1E7DB
(241,231,219)
#F3EBE1
(243,235,225)
#F5EFE7
(245,239,231)
#F7F3ED
(247,243,237)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5CFB7 color. Also use rgb(229,207,183) instead hex code.

Text Font Color

.myTextColor { color: #E5CFB7; }

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

This text font color is #E5CFB7.


Background Color

.myBgColor { background-color: #E5CFB7; }

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

This div background color is #E5CFB7.


Border color

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

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

This div border color is #E5CFB7.


Opacity

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

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

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

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

This text has shadow with #E5CFB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CFB7 on black background.


Color preview on white background

This text has color #E5CFB7 on white background.



Black color preview on #E5CFB7 background

This text has black color on #E5CFB7 background.


White color preview on #E5CFB7 background

This text has white color on #E5CFB7 background.