COLOR #E7B476

HEX: #E7B476
RGB: (231,180,118)

Renk bilgisi

#E7B476 contains mainly red and green colors. #E7B476 ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#E7B476 color RGB value is (231,180,118).

  • kırmız ton 231;
  • yeşil ton 180;
  • mavi ton 118.
RGB:
(231,180,118)
(91%,71%,46%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 180 of 255 = 71%
B 118 of 255 = 46%

231
180
118

R + G + B ~ 69%. #E7B476 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 180 + 118 = 529 (100%)
R 231 of 529 ~ 43.67%
G 180 of 529 ~ 34.03%
B 118 of 529 ~ 22.31%

%43.67
%34.03
%22.31

CMYK RENK MODELİ

#E7B476 rengi CMYK tonu (0,22,49,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.08%
  • sarı tonu 48.92%
  • ana renk tonu 9.41%
CMYK:
(0,22,49,9)
C0M22Y49K9 
(0%,22%,49%,9%)
(0.00/0.22/0.49/0.09)	

CMYK yüzdeleri

%0
%22.08
%48.92
%9.41

Codes

Color #E7B476 in popluar color models

E7B476
RGB231180118
HSL33°70.19%68.43%
HSB/HSV33°48.92%90.59%
CMYK0.00%22.08%48.92%
9.41%

Color #E7B476 in popluar number systems.

HEXE7B476
Decimal231180118
Binary11100111101101001110110
Octal347264166

Shades and tints

Shades of #E7B476

#E7B476
(231,180,118)
#D2A46C
(210,164,108)
#BD9462
(189,148,98)
#A88458
(168,132,88)
#93744E
(147,116,78)
#7E6444
(126,100,68)
#69543A
(105,84,58)
#544430
(84,68,48)
#3F3426
(63,52,38)
#2A241C
(42,36,28)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #E7B476

#E7B476
(231,180,118)
#E9BA82
(233,186,130)
#EBC08E
(235,192,142)
#EDC69A
(237,198,154)
#EFCCA6
(239,204,166)
#F1D2B2
(241,210,178)
#F3D8BE
(243,216,190)
#F5DECA
(245,222,202)
#F7E4D6
(247,228,214)
#F9EAE2
(249,234,226)
#FBF0EE
(251,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B476 color. Also use rgb(231,180,118) instead hex code.

Text Font Color

.myTextColor { color: #E7B476; }

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

This text font color is #E7B476.


Background Color

.myBgColor { background-color: #E7B476; }

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

This div background color is #E7B476.


Border color

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

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

This div border color is #E7B476.


Opacity

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

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

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

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

This text has shadow with #E7B476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B476 on black background.


Color preview on white background

This text has color #E7B476 on white background.



Black color preview on #E7B476 background

This text has black color on #E7B476 background.


White color preview on #E7B476 background

This text has white color on #E7B476 background.