COLOR #E7D5A5

HEX: #E7D5A5
RGB: (231,213,165)

Renk bilgisi

#E7D5A5 contains mainly red and green colors. #E7D5A5 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#E7D5A5 color RGB value is (231,213,165).

  • kırmız ton 231;
  • yeşil ton 213;
  • mavi ton 165.
RGB:
(231,213,165)
(91%,84%,65%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 213 of 255 = 84%
B 165 of 255 = 65%

231
213
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 213 + 165 = 609 (100%)
R 231 of 609 ~ 37.93%
G 213 of 609 ~ 34.98%
B 165 of 609 ~ 27.09%

%37.93
%34.98
%27.09

CMYK RENK MODELİ

#E7D5A5 rengi CMYK tonu (0,8,29,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.79%
  • sarı tonu 28.57%
  • ana renk tonu 9.41%
CMYK:
(0,8,29,9)
C0M8Y29K9 
(0%,8%,29%,9%)
(0.00/0.08/0.29/0.09)	

CMYK yüzdeleri

%0
%7.79
%28.57
%9.41

Codes

Color #E7D5A5 in popluar color models

E7D5A5
RGB231213165
HSL44°57.89%77.65%
HSB/HSV44°28.57%90.59%
CMYK0.00%7.79%28.57%
9.41%

Color #E7D5A5 in popluar number systems.

HEXE7D5A5
Decimal231213165
Binary111001111101010110100101
Octal347325245

Shades and tints

Shades of #E7D5A5

#E7D5A5
(231,213,165)
#D2C296
(210,194,150)
#BDAF87
(189,175,135)
#A89C78
(168,156,120)
#938969
(147,137,105)
#7E765A
(126,118,90)
#69634B
(105,99,75)
#54503C
(84,80,60)
#3F3D2D
(63,61,45)
#2A2A1E
(42,42,30)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #E7D5A5

#E7D5A5
(231,213,165)
#E9D8AD
(233,216,173)
#EBDBB5
(235,219,181)
#EDDEBD
(237,222,189)
#EFE1C5
(239,225,197)
#F1E4CD
(241,228,205)
#F3E7D5
(243,231,213)
#F5EADD
(245,234,221)
#F7EDE5
(247,237,229)
#F9F0ED
(249,240,237)
#FBF3F5
(251,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D5A5 color. Also use rgb(231,213,165) instead hex code.

Text Font Color

.myTextColor { color: #E7D5A5; }

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

This text font color is #E7D5A5.


Background Color

.myBgColor { background-color: #E7D5A5; }

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

This div background color is #E7D5A5.


Border color

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

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

This div border color is #E7D5A5.


Opacity

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

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

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

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

This text has shadow with #E7D5A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D5A5 on black background.


Color preview on white background

This text has color #E7D5A5 on white background.



Black color preview on #E7D5A5 background

This text has black color on #E7D5A5 background.


White color preview on #E7D5A5 background

This text has white color on #E7D5A5 background.