COLOR #E5D1B9

HEX: #E5D1B9
RGB: (229,209,185)

Renk bilgisi

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

RGB renk modeli

#E5D1B9 color RGB value is (229,209,185).

  • kırmız ton 229;
  • yeşil ton 209;
  • mavi ton 185.
RGB:
(229,209,185)
(90%,82%,73%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 209 of 255 = 82%
B 185 of 255 = 73%

229
209
185

R + G + B ~ 82%. #E5D1B9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 209 + 185 = 623 (100%)
R 229 of 623 ~ 36.76%
G 209 of 623 ~ 33.55%
B 185 of 623 ~ 29.7%

%36.76
%33.55
%29.7

CMYK RENK MODELİ

#E5D1B9 rengi CMYK tonu (0,9,19,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.73%
  • sarı tonu 19.21%
  • ana renk tonu 10.20%
CMYK:
(0,9,19,10)
C0M9Y19K10 
(0%,9%,19%,10%)
(0.00/0.09/0.19/0.10)	

CMYK yüzdeleri

%0
%8.73
%19.21
%10.2

Codes

Color #E5D1B9 in popluar color models

E5D1B9
RGB229209185
HSL33°45.83%81.18%
HSB/HSV33°19.21%89.80%
CMYK0.00%8.73%19.21%
10.20%

Color #E5D1B9 in popluar number systems.

HEXE5D1B9
Decimal229209185
Binary111001011101000110111001
Octal345321271

Shades and tints

Shades of #E5D1B9

#E5D1B9
(229,209,185)
#D1BEA9
(209,190,169)
#BDAB99
(189,171,153)
#A99889
(169,152,137)
#958579
(149,133,121)
#817269
(129,114,105)
#6D5F59
(109,95,89)
#594C49
(89,76,73)
#453939
(69,57,57)
#312629
(49,38,41)
#1D1319
(29,19,25)
#000000
(0,0,0)

Tints of #E5D1B9

#E5D1B9
(229,209,185)
#E7D5BF
(231,213,191)
#E9D9C5
(233,217,197)
#EBDDCB
(235,221,203)
#EDE1D1
(237,225,209)
#EFE5D7
(239,229,215)
#F1E9DD
(241,233,221)
#F3EDE3
(243,237,227)
#F5F1E9
(245,241,233)
#F7F5EF
(247,245,239)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D1B9 color. Also use rgb(229,209,185) instead hex code.

Text Font Color

.myTextColor { color: #E5D1B9; }

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

This text font color is #E5D1B9.


Background Color

.myBgColor { background-color: #E5D1B9; }

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

This div background color is #E5D1B9.


Border color

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

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

This div border color is #E5D1B9.


Opacity

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

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

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

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

This text has shadow with #E5D1B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D1B9 on black background.


Color preview on white background

This text has color #E5D1B9 on white background.



Black color preview on #E5D1B9 background

This text has black color on #E5D1B9 background.


White color preview on #E5D1B9 background

This text has white color on #E5D1B9 background.