COLOR #E7C5A4

HEX: #E7C5A4
RGB: (231,197,164)

Renk bilgisi

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

RGB renk modeli

#E7C5A4 color RGB value is (231,197,164).

  • kırmız ton 231;
  • yeşil ton 197;
  • mavi ton 164.
RGB:
(231,197,164)
(91%,77%,64%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 197 of 255 = 77%
B 164 of 255 = 64%

231
197
164

R + G + B ~ 77%. #E7C5A4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 197 + 164 = 592 (100%)
R 231 of 592 ~ 39.02%
G 197 of 592 ~ 33.28%
B 164 of 592 ~ 27.7%

%39.02
%33.28
%27.7

CMYK RENK MODELİ

#E7C5A4 rengi CMYK tonu (0,15,29,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.72%
  • sarı tonu 29.00%
  • ana renk tonu 9.41%
CMYK:
(0,15,29,9)
C0M15Y29K9 
(0%,15%,29%,9%)
(0.00/0.15/0.29/0.09)	

CMYK yüzdeleri

%0
%14.72
%29
%9.41

Codes

Color #E7C5A4 in popluar color models

E7C5A4
RGB231197164
HSL30°58.26%77.45%
HSB/HSV30°29.00%90.59%
CMYK0.00%14.72%29.00%
9.41%

Color #E7C5A4 in popluar number systems.

HEXE7C5A4
Decimal231197164
Binary111001111100010110100100
Octal347305244

Shades and tints

Shades of #E7C5A4

#E7C5A4
(231,197,164)
#D2B496
(210,180,150)
#BDA388
(189,163,136)
#A8927A
(168,146,122)
#93816C
(147,129,108)
#7E705E
(126,112,94)
#695F50
(105,95,80)
#544E42
(84,78,66)
#3F3D34
(63,61,52)
#2A2C26
(42,44,38)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #E7C5A4

#E7C5A4
(231,197,164)
#E9CAAC
(233,202,172)
#EBCFB4
(235,207,180)
#EDD4BC
(237,212,188)
#EFD9C4
(239,217,196)
#F1DECC
(241,222,204)
#F3E3D4
(243,227,212)
#F5E8DC
(245,232,220)
#F7EDE4
(247,237,228)
#F9F2EC
(249,242,236)
#FBF7F4
(251,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C5A4 color. Also use rgb(231,197,164) instead hex code.

Text Font Color

.myTextColor { color: #E7C5A4; }

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

This text font color is #E7C5A4.


Background Color

.myBgColor { background-color: #E7C5A4; }

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

This div background color is #E7C5A4.


Border color

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

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

This div border color is #E7C5A4.


Opacity

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

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

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

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

This text has shadow with #E7C5A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C5A4 on black background.


Color preview on white background

This text has color #E7C5A4 on white background.



Black color preview on #E7C5A4 background

This text has black color on #E7C5A4 background.


White color preview on #E7C5A4 background

This text has white color on #E7C5A4 background.