COLOR #E7CD88

HEX: #E7CD88
RGB: (231,205,136)

Color info

#E7CD88 contains mainly red and green colors. Web safe color of #E7CD88 is #FFCC99 (or #FC9).

RGB color model

#E7CD88 color RGB value is (231,205,136).

  • red value is 231;
  • green value is 205;
  • blue value is 136.
RGB:
(231,205,136)
(91%,80%,53%)

RGB channels and saturation

R 231 of 255 = 91%
G 205 of 255 = 80%
B 136 of 255 = 53%

231
205
136

R + G + B ~ 75%. #E7CD88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 205 + 136 = 572 (100%)
R 231 of 572 ~ 40.38%
G 205 of 572 ~ 35.84%
B 136 of 572 ~ 23.78%

%40.38
%35.84
%23.78

CMYK color model

#E7CD88 color CMYK value is (0,11,41,9).

  • cyan value is 0.00%
  • magenta value is 11.26%
  • yellow value is 41.13%
  • key color value is 9.41%
CMYK:
(0,11,41,9)
C0M11Y41K9 
(0%,11%,41%,9%)
(0.00/0.11/0.41/0.09)	

CMYK percentages

%0
%11.26
%41.13
%9.41

Codes

Color #E7CD88 in popluar color models

E7CD88
RGB231205136
HSL44°66.43%71.96%
HSB/HSV44°41.13%90.59%
CMYK0.00%11.26%41.13%
9.41%

Color #E7CD88 in popluar number systems.

HEXE7CD88
Decimal231205136
Binary111001111100110110001000
Octal347315210

Shades and tints

Shades of #E7CD88

#E7CD88
(231,205,136)
#D2BB7C
(210,187,124)
#BDA970
(189,169,112)
#A89764
(168,151,100)
#938558
(147,133,88)
#7E734C
(126,115,76)
#696140
(105,97,64)
#544F34
(84,79,52)
#3F3D28
(63,61,40)
#2A2B1C
(42,43,28)
#151910
(21,25,16)
#000000
(0,0,0)

Tints of #E7CD88

#E7CD88
(231,205,136)
#E9D192
(233,209,146)
#EBD59C
(235,213,156)
#EDD9A6
(237,217,166)
#EFDDB0
(239,221,176)
#F1E1BA
(241,225,186)
#F3E5C4
(243,229,196)
#F5E9CE
(245,233,206)
#F7EDD8
(247,237,216)
#F9F1E2
(249,241,226)
#FBF5EC
(251,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7CD88 color. Also use rgb(231,205,136) instead hex code.

Text Font Color

.myTextColor { color: #E7CD88; }

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

This text font color is #E7CD88.


Background Color

.myBgColor { background-color: #E7CD88; }

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

This div background color is #E7CD88.


Border color

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

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

This div border color is #E7CD88.


Opacity

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

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

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

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

This text has shadow with #E7CD88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CD88 on black background.


Color preview on white background

This text has color #E7CD88 on white background.



Black color preview on #E7CD88 background

This text has black color on #E7CD88 background.


White color preview on #E7CD88 background

This text has white color on #E7CD88 background.