COLOR #E7C187

HEX: #E7C187
RGB: (231,193,135)

Renk bilgisi

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

RGB renk modeli

#E7C187 color RGB value is (231,193,135).

  • kırmız ton 231;
  • yeşil ton 193;
  • mavi ton 135.
RGB:
(231,193,135)
(91%,76%,53%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 193 of 255 = 76%
B 135 of 255 = 53%

231
193
135

R + G + B ~ 73%. #E7C187 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 193 + 135 = 559 (100%)
R 231 of 559 ~ 41.32%
G 193 of 559 ~ 34.53%
B 135 of 559 ~ 24.15%

%41.32
%34.53
%24.15

CMYK RENK MODELİ

#E7C187 rengi CMYK tonu (0,16,42,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.45%
  • sarı tonu 41.56%
  • ana renk tonu 9.41%
CMYK:
(0,16,42,9)
C0M16Y42K9 
(0%,16%,42%,9%)
(0.00/0.16/0.42/0.09)	

CMYK yüzdeleri

%0
%16.45
%41.56
%9.41

Codes

Color #E7C187 in popluar color models

E7C187
RGB231193135
HSL36°66.67%71.76%
HSB/HSV36°41.56%90.59%
CMYK0.00%16.45%41.56%
9.41%

Color #E7C187 in popluar number systems.

HEXE7C187
Decimal231193135
Binary111001111100000110000111
Octal347301207

Shades and tints

Shades of #E7C187

#E7C187
(231,193,135)
#D2B07B
(210,176,123)
#BD9F6F
(189,159,111)
#A88E63
(168,142,99)
#937D57
(147,125,87)
#7E6C4B
(126,108,75)
#695B3F
(105,91,63)
#544A33
(84,74,51)
#3F3927
(63,57,39)
#2A281B
(42,40,27)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #E7C187

#E7C187
(231,193,135)
#E9C691
(233,198,145)
#EBCB9B
(235,203,155)
#EDD0A5
(237,208,165)
#EFD5AF
(239,213,175)
#F1DAB9
(241,218,185)
#F3DFC3
(243,223,195)
#F5E4CD
(245,228,205)
#F7E9D7
(247,233,215)
#F9EEE1
(249,238,225)
#FBF3EB
(251,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C187 color. Also use rgb(231,193,135) instead hex code.

Text Font Color

.myTextColor { color: #E7C187; }

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

This text font color is #E7C187.


Background Color

.myBgColor { background-color: #E7C187; }

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

This div background color is #E7C187.


Border color

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

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

This div border color is #E7C187.


Opacity

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

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

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

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

This text has shadow with #E7C187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C187 on black background.


Color preview on white background

This text has color #E7C187 on white background.



Black color preview on #E7C187 background

This text has black color on #E7C187 background.


White color preview on #E7C187 background

This text has white color on #E7C187 background.