COLOR #E5D5DC

HEX: #E5D5DC
RGB: (229,213,220)

Renk bilgisi

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

RGB renk modeli

#E5D5DC color RGB value is (229,213,220).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 213 of 255 = 84%
B 220 of 255 = 86%

229
213
220

R + G + B ~ 87%. #E5D5DC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 213 + 220 = 662 (100%)
R 229 of 662 ~ 34.59%
G 213 of 662 ~ 32.18%
B 220 of 662 ~ 33.23%

%34.59
%32.18
%33.23

CMYK RENK MODELİ

#E5D5DC rengi CMYK tonu (0,7,4,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.99%
  • sarı tonu 3.93%
  • ana renk tonu 10.20%
CMYK:
(0,7,4,10)
C0M7Y4K10 
(0%,7%,4%,10%)
(0.00/0.07/0.04/0.10)	

CMYK yüzdeleri

%0
%6.99
%3.93
%10.2

Codes

Color #E5D5DC in popluar color models

E5D5DC
RGB229213220
HSL334°23.53%86.67%
HSB/HSV334°6.99%89.80%
CMYK0.00%6.99%3.93%
10.20%

Color #E5D5DC in popluar number systems.

HEXE5D5DC
Decimal229213220
Binary111001011101010111011100
Octal345325334

Shades and tints

Shades of #E5D5DC

#E5D5DC
(229,213,220)
#D1C2C8
(209,194,200)
#BDAFB4
(189,175,180)
#A99CA0
(169,156,160)
#95898C
(149,137,140)
#817678
(129,118,120)
#6D6364
(109,99,100)
#595050
(89,80,80)
#453D3C
(69,61,60)
#312A28
(49,42,40)
#1D1714
(29,23,20)
#000000
(0,0,0)

Tints of #E5D5DC

#E5D5DC
(229,213,220)
#E7D8DF
(231,216,223)
#E9DBE2
(233,219,226)
#EBDEE5
(235,222,229)
#EDE1E8
(237,225,232)
#EFE4EB
(239,228,235)
#F1E7EE
(241,231,238)
#F3EAF1
(243,234,241)
#F5EDF4
(245,237,244)
#F7F0F7
(247,240,247)
#F9F3FA
(249,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D5DC; }

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

This text font color is #E5D5DC.


Background Color

.myBgColor { background-color: #E5D5DC; }

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

This div background color is #E5D5DC.


Border color

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

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

This div border color is #E5D5DC.


Opacity

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

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

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

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

This text has shadow with #E5D5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D5DC on black background.


Color preview on white background

This text has color #E5D5DC on white background.



Black color preview on #E5D5DC background

This text has black color on #E5D5DC background.


White color preview on #E5D5DC background

This text has white color on #E5D5DC background.