COLOR #E7C5AF

HEX: #E7C5AF
RGB: (231,197,175)

Renk bilgisi

#E7C5AF contains red, green and blue colors in about the same proportion. #E7C5AF ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#E7C5AF color RGB value is (231,197,175).

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

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 197 of 255 = 77%
B 175 of 255 = 69%

231
197
175

R + G + B ~ 79%. #E7C5AF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 197 + 175 = 603 (100%)
R 231 of 603 ~ 38.31%
G 197 of 603 ~ 32.67%
B 175 of 603 ~ 29.02%

%38.31
%32.67
%29.02

CMYK RENK MODELİ

#E7C5AF rengi CMYK tonu (0,15,24,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.72%
  • sarı tonu 24.24%
  • ana renk tonu 9.41%
CMYK:
(0,15,24,9)
C0M15Y24K9 
(0%,15%,24%,9%)
(0.00/0.15/0.24/0.09)	

CMYK yüzdeleri

%0
%14.72
%24.24
%9.41

Codes

Color #E7C5AF in popluar color models

E7C5AF
RGB231197175
HSL24°53.85%79.61%
HSB/HSV24°24.24%90.59%
CMYK0.00%14.72%24.24%
9.41%

Color #E7C5AF in popluar number systems.

HEXE7C5AF
Decimal231197175
Binary111001111100010110101111
Octal347305257

Shades and tints

Shades of #E7C5AF

#E7C5AF
(231,197,175)
#D2B4A0
(210,180,160)
#BDA391
(189,163,145)
#A89282
(168,146,130)
#938173
(147,129,115)
#7E7064
(126,112,100)
#695F55
(105,95,85)
#544E46
(84,78,70)
#3F3D37
(63,61,55)
#2A2C28
(42,44,40)
#151B19
(21,27,25)
#000000
(0,0,0)

Tints of #E7C5AF

#E7C5AF
(231,197,175)
#E9CAB6
(233,202,182)
#EBCFBD
(235,207,189)
#EDD4C4
(237,212,196)
#EFD9CB
(239,217,203)
#F1DED2
(241,222,210)
#F3E3D9
(243,227,217)
#F5E8E0
(245,232,224)
#F7EDE7
(247,237,231)
#F9F2EE
(249,242,238)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7C5AF; }

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

This text font color is #E7C5AF.


Background Color

.myBgColor { background-color: #E7C5AF; }

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

This div background color is #E7C5AF.


Border color

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

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

This div border color is #E7C5AF.


Opacity

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

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

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

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

This text has shadow with #E7C5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C5AF on black background.


Color preview on white background

This text has color #E7C5AF on white background.



Black color preview on #E7C5AF background

This text has black color on #E7C5AF background.


White color preview on #E7C5AF background

This text has white color on #E7C5AF background.