COLOR #E5DB9F

HEX: #E5DB9F
RGB: (229,219,159)

Renk bilgisi

#E5DB9F contains mainly red and green colors. #E5DB9F ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#E5DB9F color RGB value is (229,219,159).

  • kırmız ton 229;
  • yeşil ton 219;
  • mavi ton 159.
RGB:
(229,219,159)
(90%,86%,62%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 219 of 255 = 86%
B 159 of 255 = 62%

229
219
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 219 + 159 = 607 (100%)
R 229 of 607 ~ 37.73%
G 219 of 607 ~ 36.08%
B 159 of 607 ~ 26.19%

%37.73
%36.08
%26.19

CMYK RENK MODELİ

#E5DB9F rengi CMYK tonu (0,4,31,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.37%
  • sarı tonu 30.57%
  • ana renk tonu 10.20%
CMYK:
(0,4,31,10)
C0M4Y31K10 
(0%,4%,31%,10%)
(0.00/0.04/0.31/0.10)	

CMYK yüzdeleri

%0
%4.37
%30.57
%10.2

Codes

Color #E5DB9F in popluar color models

E5DB9F
RGB229219159
HSL51°57.38%76.08%
HSB/HSV51°30.57%89.80%
CMYK0.00%4.37%30.57%
10.20%

Color #E5DB9F in popluar number systems.

HEXE5DB9F
Decimal229219159
Binary111001011101101110011111
Octal345333237

Shades and tints

Shades of #E5DB9F

#E5DB9F
(229,219,159)
#D1C891
(209,200,145)
#BDB583
(189,181,131)
#A9A275
(169,162,117)
#958F67
(149,143,103)
#817C59
(129,124,89)
#6D694B
(109,105,75)
#59563D
(89,86,61)
#45432F
(69,67,47)
#313021
(49,48,33)
#1D1D13
(29,29,19)
#000000
(0,0,0)

Tints of #E5DB9F

#E5DB9F
(229,219,159)
#E7DEA7
(231,222,167)
#E9E1AF
(233,225,175)
#EBE4B7
(235,228,183)
#EDE7BF
(237,231,191)
#EFEAC7
(239,234,199)
#F1EDCF
(241,237,207)
#F3F0D7
(243,240,215)
#F5F3DF
(245,243,223)
#F7F6E7
(247,246,231)
#F9F9EF
(249,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5DB9F color. Also use rgb(229,219,159) instead hex code.

Text Font Color

.myTextColor { color: #E5DB9F; }

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

This text font color is #E5DB9F.


Background Color

.myBgColor { background-color: #E5DB9F; }

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

This div background color is #E5DB9F.


Border color

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

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

This div border color is #E5DB9F.


Opacity

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

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

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

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

This text has shadow with #E5DB9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DB9F on black background.


Color preview on white background

This text has color #E5DB9F on white background.



Black color preview on #E5DB9F background

This text has black color on #E5DB9F background.


White color preview on #E5DB9F background

This text has white color on #E5DB9F background.