COLOR #E5D7DD

HEX: #E5D7DD
RGB: (229,215,221)

Renk bilgisi

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

RGB renk modeli

#E5D7DD color RGB value is (229,215,221).

  • kırmız ton 229;
  • yeşil ton 215;
  • mavi ton 221.
RGB:
(229,215,221)
(90%,84%,87%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 215 of 255 = 84%
B 221 of 255 = 87%

229
215
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 215 + 221 = 665 (100%)
R 229 of 665 ~ 34.44%
G 215 of 665 ~ 32.33%
B 221 of 665 ~ 33.23%

%34.44
%32.33
%33.23

CMYK RENK MODELİ

#E5D7DD rengi CMYK tonu (0,6,3,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.11%
  • sarı tonu 3.49%
  • ana renk tonu 10.20%
CMYK:
(0,6,3,10)
C0M6Y3K10 
(0%,6%,3%,10%)
(0.00/0.06/0.03/0.10)	

CMYK yüzdeleri

%0
%6.11
%3.49
%10.2

Codes

Color #E5D7DD in popluar color models

E5D7DD
RGB229215221
HSL334°21.21%87.06%
HSB/HSV334°6.11%89.80%
CMYK0.00%6.11%3.49%
10.20%

Color #E5D7DD in popluar number systems.

HEXE5D7DD
Decimal229215221
Binary111001011101011111011101
Octal345327335

Shades and tints

Shades of #E5D7DD

#E5D7DD
(229,215,221)
#D1C4C9
(209,196,201)
#BDB1B5
(189,177,181)
#A99EA1
(169,158,161)
#958B8D
(149,139,141)
#817879
(129,120,121)
#6D6565
(109,101,101)
#595251
(89,82,81)
#453F3D
(69,63,61)
#312C29
(49,44,41)
#1D1915
(29,25,21)
#000000
(0,0,0)

Tints of #E5D7DD

#E5D7DD
(229,215,221)
#E7DAE0
(231,218,224)
#E9DDE3
(233,221,227)
#EBE0E6
(235,224,230)
#EDE3E9
(237,227,233)
#EFE6EC
(239,230,236)
#F1E9EF
(241,233,239)
#F3ECF2
(243,236,242)
#F5EFF5
(245,239,245)
#F7F2F8
(247,242,248)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D7DD color. Also use rgb(229,215,221) instead hex code.

Text Font Color

.myTextColor { color: #E5D7DD; }

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

This text font color is #E5D7DD.


Background Color

.myBgColor { background-color: #E5D7DD; }

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

This div background color is #E5D7DD.


Border color

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

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

This div border color is #E5D7DD.


Opacity

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

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

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

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

This text has shadow with #E5D7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D7DD on black background.


Color preview on white background

This text has color #E5D7DD on white background.



Black color preview on #E5D7DD background

This text has black color on #E5D7DD background.


White color preview on #E5D7DD background

This text has white color on #E5D7DD background.