COLOR #E5D7B1

HEX: #E5D7B1
RGB: (229,215,177)

Renk bilgisi

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

RGB renk modeli

#E5D7B1 color RGB value is (229,215,177).

  • kırmız ton 229;
  • yeşil ton 215;
  • mavi ton 177.
RGB:
(229,215,177)
(90%,84%,69%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 215 of 255 = 84%
B 177 of 255 = 69%

229
215
177

R + G + B ~ 81%. #E5D7B1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 215 + 177 = 621 (100%)
R 229 of 621 ~ 36.88%
G 215 of 621 ~ 34.62%
B 177 of 621 ~ 28.5%

%36.88
%34.62
%28.5

CMYK RENK MODELİ

#E5D7B1 rengi CMYK tonu (0,6,23,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.11%
  • sarı tonu 22.71%
  • ana renk tonu 10.20%
CMYK:
(0,6,23,10)
C0M6Y23K10 
(0%,6%,23%,10%)
(0.00/0.06/0.23/0.10)	

CMYK yüzdeleri

%0
%6.11
%22.71
%10.2

Codes

Color #E5D7B1 in popluar color models

E5D7B1
RGB229215177
HSL44°50.00%79.61%
HSB/HSV44°22.71%89.80%
CMYK0.00%6.11%22.71%
10.20%

Color #E5D7B1 in popluar number systems.

HEXE5D7B1
Decimal229215177
Binary111001011101011110110001
Octal345327261

Shades and tints

Shades of #E5D7B1

#E5D7B1
(229,215,177)
#D1C4A1
(209,196,161)
#BDB191
(189,177,145)
#A99E81
(169,158,129)
#958B71
(149,139,113)
#817861
(129,120,97)
#6D6551
(109,101,81)
#595241
(89,82,65)
#453F31
(69,63,49)
#312C21
(49,44,33)
#1D1911
(29,25,17)
#000000
(0,0,0)

Tints of #E5D7B1

#E5D7B1
(229,215,177)
#E7DAB8
(231,218,184)
#E9DDBF
(233,221,191)
#EBE0C6
(235,224,198)
#EDE3CD
(237,227,205)
#EFE6D4
(239,230,212)
#F1E9DB
(241,233,219)
#F3ECE2
(243,236,226)
#F5EFE9
(245,239,233)
#F7F2F0
(247,242,240)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D7B1 color. Also use rgb(229,215,177) instead hex code.

Text Font Color

.myTextColor { color: #E5D7B1; }

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

This text font color is #E5D7B1.


Background Color

.myBgColor { background-color: #E5D7B1; }

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

This div background color is #E5D7B1.


Border color

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

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

This div border color is #E5D7B1.


Opacity

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

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

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

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

This text has shadow with #E5D7B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D7B1 on black background.


Color preview on white background

This text has color #E5D7B1 on white background.



Black color preview on #E5D7B1 background

This text has black color on #E5D7B1 background.


White color preview on #E5D7B1 background

This text has white color on #E5D7B1 background.