COLOR #E5D5BD

HEX: #E5D5BD
RGB: (229,213,189)

Renk bilgisi

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

RGB renk modeli

#E5D5BD color RGB value is (229,213,189).

  • kırmız ton 229;
  • yeşil ton 213;
  • mavi ton 189.
RGB:
(229,213,189)
(90%,84%,74%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 213 of 255 = 84%
B 189 of 255 = 74%

229
213
189

R + G + B ~ 83%. #E5D5BD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 213 + 189 = 631 (100%)
R 229 of 631 ~ 36.29%
G 213 of 631 ~ 33.76%
B 189 of 631 ~ 29.95%

%36.29
%33.76
%29.95

CMYK RENK MODELİ

#E5D5BD rengi CMYK tonu (0,7,17,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.99%
  • sarı tonu 17.47%
  • ana renk tonu 10.20%
CMYK:
(0,7,17,10)
C0M7Y17K10 
(0%,7%,17%,10%)
(0.00/0.07/0.17/0.10)	

CMYK yüzdeleri

%0
%6.99
%17.47
%10.2

Codes

Color #E5D5BD in popluar color models

E5D5BD
RGB229213189
HSL36°43.48%81.96%
HSB/HSV36°17.47%89.80%
CMYK0.00%6.99%17.47%
10.20%

Color #E5D5BD in popluar number systems.

HEXE5D5BD
Decimal229213189
Binary111001011101010110111101
Octal345325275

Shades and tints

Shades of #E5D5BD

#E5D5BD
(229,213,189)
#D1C2AC
(209,194,172)
#BDAF9B
(189,175,155)
#A99C8A
(169,156,138)
#958979
(149,137,121)
#817668
(129,118,104)
#6D6357
(109,99,87)
#595046
(89,80,70)
#453D35
(69,61,53)
#312A24
(49,42,36)
#1D1713
(29,23,19)
#000000
(0,0,0)

Tints of #E5D5BD

#E5D5BD
(229,213,189)
#E7D8C3
(231,216,195)
#E9DBC9
(233,219,201)
#EBDECF
(235,222,207)
#EDE1D5
(237,225,213)
#EFE4DB
(239,228,219)
#F1E7E1
(241,231,225)
#F3EAE7
(243,234,231)
#F5EDED
(245,237,237)
#F7F0F3
(247,240,243)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D5BD color. Also use rgb(229,213,189) instead hex code.

Text Font Color

.myTextColor { color: #E5D5BD; }

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

This text font color is #E5D5BD.


Background Color

.myBgColor { background-color: #E5D5BD; }

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

This div background color is #E5D5BD.


Border color

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

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

This div border color is #E5D5BD.


Opacity

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

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

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

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

This text has shadow with #E5D5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D5BD on black background.


Color preview on white background

This text has color #E5D5BD on white background.



Black color preview on #E5D5BD background

This text has black color on #E5D5BD background.


White color preview on #E5D5BD background

This text has white color on #E5D5BD background.