COLOR #E5D9EE

HEX: #E5D9EE
RGB: (229,217,238)

Renk bilgisi

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

RGB renk modeli

#E5D9EE color RGB value is (229,217,238).

  • kırmız ton 229;
  • yeşil ton 217;
  • mavi ton 238.
RGB:
(229,217,238)
(90%,85%,93%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 217 of 255 = 85%
B 238 of 255 = 93%

229
217
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 217 + 238 = 684 (100%)
R 229 of 684 ~ 33.48%
G 217 of 684 ~ 31.73%
B 238 of 684 ~ 34.8%

%33.48
%31.73
%34.8

CMYK RENK MODELİ

#E5D9EE rengi CMYK tonu (4,9,0,7).

  • camgöbeği tonu 3.78%
  • eflatun tonu 8.82%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(4,9,0,7)
C4M9Y0K7 
(4%,9%,0%,7%)
(0.04/0.09/0.00/0.07)	

CMYK yüzdeleri

%3.78
%8.82
%0
%6.67

Codes

Color #E5D9EE in popluar color models

E5D9EE
RGB229217238
HSL274°38.18%89.22%
HSB/HSV274°8.82%93.33%
CMYK3.78%8.82%0.00%
6.67%

Color #E5D9EE in popluar number systems.

HEXE5D9EE
Decimal229217238
Binary111001011101100111101110
Octal345331356

Shades and tints

Shades of #E5D9EE

#E5D9EE
(229,217,238)
#D1C6D9
(209,198,217)
#BDB3C4
(189,179,196)
#A9A0AF
(169,160,175)
#958D9A
(149,141,154)
#817A85
(129,122,133)
#6D6770
(109,103,112)
#59545B
(89,84,91)
#454146
(69,65,70)
#312E31
(49,46,49)
#1D1B1C
(29,27,28)
#000000
(0,0,0)

Tints of #E5D9EE

#E5D9EE
(229,217,238)
#E7DCEF
(231,220,239)
#E9DFF0
(233,223,240)
#EBE2F1
(235,226,241)
#EDE5F2
(237,229,242)
#EFE8F3
(239,232,243)
#F1EBF4
(241,235,244)
#F3EEF5
(243,238,245)
#F5F1F6
(245,241,246)
#F7F4F7
(247,244,247)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D9EE color. Also use rgb(229,217,238) instead hex code.

Text Font Color

.myTextColor { color: #E5D9EE; }

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

This text font color is #E5D9EE.


Background Color

.myBgColor { background-color: #E5D9EE; }

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

This div background color is #E5D9EE.


Border color

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

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

This div border color is #E5D9EE.


Opacity

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

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

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

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

This text has shadow with #E5D9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D9EE on black background.


Color preview on white background

This text has color #E5D9EE on white background.



Black color preview on #E5D9EE background

This text has black color on #E5D9EE background.


White color preview on #E5D9EE background

This text has white color on #E5D9EE background.