COLOR #E5B396

HEX: #E5B396
RGB: (229,179,150)

Renk bilgisi

#E5B396 contains mainly red and green colors. #E5B396 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#E5B396 color RGB value is (229,179,150).

  • kırmız ton 229;
  • yeşil ton 179;
  • mavi ton 150.
RGB:
(229,179,150)
(90%,70%,59%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 179 of 255 = 70%
B 150 of 255 = 59%

229
179
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 179 + 150 = 558 (100%)
R 229 of 558 ~ 41.04%
G 179 of 558 ~ 32.08%
B 150 of 558 ~ 26.88%

%41.04
%32.08
%26.88

CMYK RENK MODELİ

#E5B396 rengi CMYK tonu (0,22,34,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.83%
  • sarı tonu 34.50%
  • ana renk tonu 10.20%
CMYK:
(0,22,34,10)
C0M22Y34K10 
(0%,22%,34%,10%)
(0.00/0.22/0.34/0.10)	

CMYK yüzdeleri

%0
%21.83
%34.5
%10.2

Codes

Color #E5B396 in popluar color models

E5B396
RGB229179150
HSL22°60.31%74.31%
HSB/HSV22°34.50%89.80%
CMYK0.00%21.83%34.50%
10.20%

Color #E5B396 in popluar number systems.

HEXE5B396
Decimal229179150
Binary111001011011001110010110
Octal345263226

Shades and tints

Shades of #E5B396

#E5B396
(229,179,150)
#D1A389
(209,163,137)
#BD937C
(189,147,124)
#A9836F
(169,131,111)
#957362
(149,115,98)
#816355
(129,99,85)
#6D5348
(109,83,72)
#59433B
(89,67,59)
#45332E
(69,51,46)
#312321
(49,35,33)
#1D1314
(29,19,20)
#000000
(0,0,0)

Tints of #E5B396

#E5B396
(229,179,150)
#E7B99F
(231,185,159)
#E9BFA8
(233,191,168)
#EBC5B1
(235,197,177)
#EDCBBA
(237,203,186)
#EFD1C3
(239,209,195)
#F1D7CC
(241,215,204)
#F3DDD5
(243,221,213)
#F5E3DE
(245,227,222)
#F7E9E7
(247,233,231)
#F9EFF0
(249,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B396 color. Also use rgb(229,179,150) instead hex code.

Text Font Color

.myTextColor { color: #E5B396; }

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

This text font color is #E5B396.


Background Color

.myBgColor { background-color: #E5B396; }

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

This div background color is #E5B396.


Border color

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

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

This div border color is #E5B396.


Opacity

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

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

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

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

This text has shadow with #E5B396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B396 on black background.


Color preview on white background

This text has color #E5B396 on white background.



Black color preview on #E5B396 background

This text has black color on #E5B396 background.


White color preview on #E5B396 background

This text has white color on #E5B396 background.