COLOR #E5D7ED

HEX: #E5D7ED
RGB: (229,215,237)

Renk bilgisi

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

RGB renk modeli

#E5D7ED color RGB value is (229,215,237).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 215 of 255 = 84%
B 237 of 255 = 93%

229
215
237

R + G + B ~ 89%. #E5D7ED is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 215 + 237 = 681 (100%)
R 229 of 681 ~ 33.63%
G 215 of 681 ~ 31.57%
B 237 of 681 ~ 34.8%

%33.63
%31.57
%34.8

CMYK RENK MODELİ

#E5D7ED rengi CMYK tonu (3,9,0,7).

  • camgöbeği tonu 3.38%
  • eflatun tonu 9.28%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(3,9,0,7)
C3M9Y0K7 
(3%,9%,0%,7%)
(0.03/0.09/0.00/0.07)	

CMYK yüzdeleri

%3.38
%9.28
%0
%7.06

Codes

Color #E5D7ED in popluar color models

E5D7ED
RGB229215237
HSL278°37.93%88.63%
HSB/HSV278°9.28%92.94%
CMYK3.38%9.28%0.00%
7.06%

Color #E5D7ED in popluar number systems.

HEXE5D7ED
Decimal229215237
Binary111001011101011111101101
Octal345327355

Shades and tints

Shades of #E5D7ED

#E5D7ED
(229,215,237)
#D1C4D8
(209,196,216)
#BDB1C3
(189,177,195)
#A99EAE
(169,158,174)
#958B99
(149,139,153)
#817884
(129,120,132)
#6D656F
(109,101,111)
#59525A
(89,82,90)
#453F45
(69,63,69)
#312C30
(49,44,48)
#1D191B
(29,25,27)
#000000
(0,0,0)

Tints of #E5D7ED

#E5D7ED
(229,215,237)
#E7DAEE
(231,218,238)
#E9DDEF
(233,221,239)
#EBE0F0
(235,224,240)
#EDE3F1
(237,227,241)
#EFE6F2
(239,230,242)
#F1E9F3
(241,233,243)
#F3ECF4
(243,236,244)
#F5EFF5
(245,239,245)
#F7F2F6
(247,242,246)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D7ED; }

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

This text font color is #E5D7ED.


Background Color

.myBgColor { background-color: #E5D7ED; }

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

This div background color is #E5D7ED.


Border color

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

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

This div border color is #E5D7ED.


Opacity

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

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

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

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

This text has shadow with #E5D7ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D7ED on black background.


Color preview on white background

This text has color #E5D7ED on white background.



Black color preview on #E5D7ED background

This text has black color on #E5D7ED background.


White color preview on #E5D7ED background

This text has white color on #E5D7ED background.