COLOR #E7D698

HEX: #E7D698
RGB: (231,214,152)

Color info

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

RGB color model

#E7D698 color RGB value is (231,214,152).

  • red value is 231;
  • green value is 214;
  • blue value is 152.
RGB:
(231,214,152)
(91%,84%,60%)

RGB channels and saturation

R 231 of 255 = 91%
G 214 of 255 = 84%
B 152 of 255 = 60%

231
214
152

R + G + B ~ 78%. #E7D698 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 214 + 152 = 597 (100%)
R 231 of 597 ~ 38.69%
G 214 of 597 ~ 35.85%
B 152 of 597 ~ 25.46%

%38.69
%35.85
%25.46

CMYK color model

#E7D698 color CMYK value is (0,7,34,9).

  • cyan value is 0.00%
  • magenta value is 7.36%
  • yellow value is 34.20%
  • key color value is 9.41%
CMYK:
(0,7,34,9)
C0M7Y34K9 
(0%,7%,34%,9%)
(0.00/0.07/0.34/0.09)	

CMYK percentages

%0
%7.36
%34.2
%9.41

Codes

Color #E7D698 in popluar color models

E7D698
RGB231214152
HSL47°62.20%75.10%
HSB/HSV47°34.20%90.59%
CMYK0.00%7.36%34.20%
9.41%

Color #E7D698 in popluar number systems.

HEXE7D698
Decimal231214152
Binary111001111101011010011000
Octal347326230

Shades and tints

Shades of #E7D698

#E7D698
(231,214,152)
#D2C38B
(210,195,139)
#BDB07E
(189,176,126)
#A89D71
(168,157,113)
#938A64
(147,138,100)
#7E7757
(126,119,87)
#69644A
(105,100,74)
#54513D
(84,81,61)
#3F3E30
(63,62,48)
#2A2B23
(42,43,35)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #E7D698

#E7D698
(231,214,152)
#E9D9A1
(233,217,161)
#EBDCAA
(235,220,170)
#EDDFB3
(237,223,179)
#EFE2BC
(239,226,188)
#F1E5C5
(241,229,197)
#F3E8CE
(243,232,206)
#F5EBD7
(245,235,215)
#F7EEE0
(247,238,224)
#F9F1E9
(249,241,233)
#FBF4F2
(251,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D698 color. Also use rgb(231,214,152) instead hex code.

Text Font Color

.myTextColor { color: #E7D698; }

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

This text font color is #E7D698.


Background Color

.myBgColor { background-color: #E7D698; }

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

This div background color is #E7D698.


Border color

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

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

This div border color is #E7D698.


Opacity

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

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

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

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

This text has shadow with #E7D698 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D698 on black background.


Color preview on white background

This text has color #E7D698 on white background.



Black color preview on #E7D698 background

This text has black color on #E7D698 background.


White color preview on #E7D698 background

This text has white color on #E7D698 background.