COLOR #E5D5D1

HEX: #E5D5D1
RGB: (229,213,209)

Renk bilgisi

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

RGB renk modeli

#E5D5D1 color RGB value is (229,213,209).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 213 of 255 = 84%
B 209 of 255 = 82%

229
213
209

R + G + B ~ 85%. #E5D5D1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 213 + 209 = 651 (100%)
R 229 of 651 ~ 35.18%
G 213 of 651 ~ 32.72%
B 209 of 651 ~ 32.1%

%35.18
%32.72
%32.1

CMYK RENK MODELİ

#E5D5D1 rengi CMYK tonu (0,7,9,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.99%
  • sarı tonu 8.73%
  • ana renk tonu 10.20%
CMYK:
(0,7,9,10)
C0M7Y9K10 
(0%,7%,9%,10%)
(0.00/0.07/0.09/0.10)	

CMYK yüzdeleri

%0
%6.99
%8.73
%10.2

Codes

Color #E5D5D1 in popluar color models

E5D5D1
RGB229213209
HSL12°27.78%85.88%
HSB/HSV12°8.73%89.80%
CMYK0.00%6.99%8.73%
10.20%

Color #E5D5D1 in popluar number systems.

HEXE5D5D1
Decimal229213209
Binary111001011101010111010001
Octal345325321

Shades and tints

Shades of #E5D5D1

#E5D5D1
(229,213,209)
#D1C2BE
(209,194,190)
#BDAFAB
(189,175,171)
#A99C98
(169,156,152)
#958985
(149,137,133)
#817672
(129,118,114)
#6D635F
(109,99,95)
#59504C
(89,80,76)
#453D39
(69,61,57)
#312A26
(49,42,38)
#1D1713
(29,23,19)
#000000
(0,0,0)

Tints of #E5D5D1

#E5D5D1
(229,213,209)
#E7D8D5
(231,216,213)
#E9DBD9
(233,219,217)
#EBDEDD
(235,222,221)
#EDE1E1
(237,225,225)
#EFE4E5
(239,228,229)
#F1E7E9
(241,231,233)
#F3EAED
(243,234,237)
#F5EDF1
(245,237,241)
#F7F0F5
(247,240,245)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D5D1; }

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

This text font color is #E5D5D1.


Background Color

.myBgColor { background-color: #E5D5D1; }

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

This div background color is #E5D5D1.


Border color

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

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

This div border color is #E5D5D1.


Opacity

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

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

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

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

This text has shadow with #E5D5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D5D1 on black background.


Color preview on white background

This text has color #E5D5D1 on white background.



Black color preview on #E5D5D1 background

This text has black color on #E5D5D1 background.


White color preview on #E5D5D1 background

This text has white color on #E5D5D1 background.