COLOR #E5CFB3

HEX: #E5CFB3
RGB: (229,207,179)

Color info

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

RGB color model

#E5CFB3 color RGB value is (229,207,179).

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

RGB channels and saturation

R 229 of 255 = 90%
G 207 of 255 = 81%
B 179 of 255 = 70%

229
207
179

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

Portions of RGB colors in percentages

R + G + B =
229 + 207 + 179 = 615 (100%)
R 229 of 615 ~ 37.24%
G 207 of 615 ~ 33.66%
B 179 of 615 ~ 29.11%

%37.24
%33.66
%29.11

CMYK color model

#E5CFB3 color CMYK value is (0,10,22,10).

  • cyan value is 0.00%
  • magenta value is 9.61%
  • yellow value is 21.83%
  • key color value is 10.20%
CMYK:
(0,10,22,10)
C0M10Y22K10 
(0%,10%,22%,10%)
(0.00/0.10/0.22/0.10)	

CMYK percentages

%0
%9.61
%21.83
%10.2

Codes

Color #E5CFB3 in popluar color models

E5CFB3
RGB229207179
HSL34°49.02%80.00%
HSB/HSV34°21.83%89.80%
CMYK0.00%9.61%21.83%
10.20%

Color #E5CFB3 in popluar number systems.

HEXE5CFB3
Decimal229207179
Binary111001011100111110110011
Octal345317263

Shades and tints

Shades of #E5CFB3

#E5CFB3
(229,207,179)
#D1BDA3
(209,189,163)
#BDAB93
(189,171,147)
#A99983
(169,153,131)
#958773
(149,135,115)
#817563
(129,117,99)
#6D6353
(109,99,83)
#595143
(89,81,67)
#453F33
(69,63,51)
#312D23
(49,45,35)
#1D1B13
(29,27,19)
#000000
(0,0,0)

Tints of #E5CFB3

#E5CFB3
(229,207,179)
#E7D3B9
(231,211,185)
#E9D7BF
(233,215,191)
#EBDBC5
(235,219,197)
#EDDFCB
(237,223,203)
#EFE3D1
(239,227,209)
#F1E7D7
(241,231,215)
#F3EBDD
(243,235,221)
#F5EFE3
(245,239,227)
#F7F3E9
(247,243,233)
#F9F7EF
(249,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5CFB3; }

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

This text font color is #E5CFB3.


Background Color

.myBgColor { background-color: #E5CFB3; }

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

This div background color is #E5CFB3.


Border color

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

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

This div border color is #E5CFB3.


Opacity

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

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

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

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

This text has shadow with #E5CFB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CFB3 on black background.


Color preview on white background

This text has color #E5CFB3 on white background.



Black color preview on #E5CFB3 background

This text has black color on #E5CFB3 background.


White color preview on #E5CFB3 background

This text has white color on #E5CFB3 background.