COLOR #E5D5BE

HEX: #E5D5BE
RGB: (229,213,190)

Renk bilgisi

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

RGB renk modeli

#E5D5BE color RGB value is (229,213,190).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 213 of 255 = 84%
B 190 of 255 = 75%

229
213
190

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 213 + 190 = 632 (100%)
R 229 of 632 ~ 36.23%
G 213 of 632 ~ 33.7%
B 190 of 632 ~ 30.06%

%36.23
%33.7
%30.06

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.99%
  • sarı tonu 17.03%
  • 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.03
%10.2

Codes

Color #E5D5BE in popluar color models

E5D5BE
RGB229213190
HSL35°42.86%82.16%
HSB/HSV35°17.03%89.80%
CMYK0.00%6.99%17.03%
10.20%

Color #E5D5BE in popluar number systems.

HEXE5D5BE
Decimal229213190
Binary111001011101010110111110
Octal345325276

Shades and tints

Shades of #E5D5BE

#E5D5BE
(229,213,190)
#D1C2AD
(209,194,173)
#BDAF9C
(189,175,156)
#A99C8B
(169,156,139)
#95897A
(149,137,122)
#817669
(129,118,105)
#6D6358
(109,99,88)
#595047
(89,80,71)
#453D36
(69,61,54)
#312A25
(49,42,37)
#1D1714
(29,23,20)
#000000
(0,0,0)

Tints of #E5D5BE

#E5D5BE
(229,213,190)
#E7D8C3
(231,216,195)
#E9DBC8
(233,219,200)
#EBDECD
(235,222,205)
#EDE1D2
(237,225,210)
#EFE4D7
(239,228,215)
#F1E7DC
(241,231,220)
#F3EAE1
(243,234,225)
#F5EDE6
(245,237,230)
#F7F0EB
(247,240,235)
#F9F3F0
(249,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D5BE; }

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

This text font color is #E5D5BE.


Background Color

.myBgColor { background-color: #E5D5BE; }

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

This div background color is #E5D5BE.


Border color

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

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

This div border color is #E5D5BE.


Opacity

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

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

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

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

This text has shadow with #E5D5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D5BE on black background.


Color preview on white background

This text has color #E5D5BE on white background.



Black color preview on #E5D5BE background

This text has black color on #E5D5BE background.


White color preview on #E5D5BE background

This text has white color on #E5D5BE background.