COLOR #E5D9E7

HEX: #E5D9E7
RGB: (229,217,231)

Renk bilgisi

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

RGB renk modeli

#E5D9E7 color RGB value is (229,217,231).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 217 of 255 = 85%
B 231 of 255 = 91%

229
217
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 217 + 231 = 677 (100%)
R 229 of 677 ~ 33.83%
G 217 of 677 ~ 32.05%
B 231 of 677 ~ 34.12%

%33.83
%32.05
%34.12

CMYK RENK MODELİ

#E5D9E7 rengi CMYK tonu (1,6,0,9).

  • camgöbeği tonu 0.87%
  • eflatun tonu 6.06%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(1,6,0,9)
C1M6Y0K9 
(1%,6%,0%,9%)
(0.01/0.06/0.00/0.09)	

CMYK yüzdeleri

%0.87
%6.06
%0
%9.41

Codes

Color #E5D9E7 in popluar color models

E5D9E7
RGB229217231
HSL291°22.58%87.84%
HSB/HSV291°6.06%90.59%
CMYK0.87%6.06%0.00%
9.41%

Color #E5D9E7 in popluar number systems.

HEXE5D9E7
Decimal229217231
Binary111001011101100111100111
Octal345331347

Shades and tints

Shades of #E5D9E7

#E5D9E7
(229,217,231)
#D1C6D2
(209,198,210)
#BDB3BD
(189,179,189)
#A9A0A8
(169,160,168)
#958D93
(149,141,147)
#817A7E
(129,122,126)
#6D6769
(109,103,105)
#595454
(89,84,84)
#45413F
(69,65,63)
#312E2A
(49,46,42)
#1D1B15
(29,27,21)
#000000
(0,0,0)

Tints of #E5D9E7

#E5D9E7
(229,217,231)
#E7DCE9
(231,220,233)
#E9DFEB
(233,223,235)
#EBE2ED
(235,226,237)
#EDE5EF
(237,229,239)
#EFE8F1
(239,232,241)
#F1EBF3
(241,235,243)
#F3EEF5
(243,238,245)
#F5F1F7
(245,241,247)
#F7F4F9
(247,244,249)
#F9F7FB
(249,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D9E7; }

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

This text font color is #E5D9E7.


Background Color

.myBgColor { background-color: #E5D9E7; }

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

This div background color is #E5D9E7.


Border color

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

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

This div border color is #E5D9E7.


Opacity

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

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

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

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

This text has shadow with #E5D9E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D9E7 on black background.


Color preview on white background

This text has color #E5D9E7 on white background.



Black color preview on #E5D9E7 background

This text has black color on #E5D9E7 background.


White color preview on #E5D9E7 background

This text has white color on #E5D9E7 background.