COLOR #E5D9E8

HEX: #E5D9E8
RGB: (229,217,232)

Renk bilgisi

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

RGB renk modeli

#E5D9E8 color RGB value is (229,217,232).

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

RGB bağlantıları ve doygunluk

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

229
217
232

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 217 + 232 = 678 (100%)
R 229 of 678 ~ 33.78%
G 217 of 678 ~ 32.01%
B 232 of 678 ~ 34.22%

%33.78
%32.01
%34.22

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%1.29
%6.47
%0
%9.02

Codes

Color #E5D9E8 in popluar color models

E5D9E8
RGB229217232
HSL288°24.59%88.04%
HSB/HSV288°6.47%90.98%
CMYK1.29%6.47%0.00%
9.02%

Color #E5D9E8 in popluar number systems.

HEXE5D9E8
Decimal229217232
Binary111001011101100111101000
Octal345331350

Shades and tints

Shades of #E5D9E8

#E5D9E8
(229,217,232)
#D1C6D3
(209,198,211)
#BDB3BE
(189,179,190)
#A9A0A9
(169,160,169)
#958D94
(149,141,148)
#817A7F
(129,122,127)
#6D676A
(109,103,106)
#595455
(89,84,85)
#454140
(69,65,64)
#312E2B
(49,46,43)
#1D1B16
(29,27,22)
#000000
(0,0,0)

Tints of #E5D9E8

#E5D9E8
(229,217,232)
#E7DCEA
(231,220,234)
#E9DFEC
(233,223,236)
#EBE2EE
(235,226,238)
#EDE5F0
(237,229,240)
#EFE8F2
(239,232,242)
#F1EBF4
(241,235,244)
#F3EEF6
(243,238,246)
#F5F1F8
(245,241,248)
#F7F4FA
(247,244,250)
#F9F7FC
(249,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D9E8; }

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

This text font color is #E5D9E8.


Background Color

.myBgColor { background-color: #E5D9E8; }

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

This div background color is #E5D9E8.


Border color

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

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

This div border color is #E5D9E8.


Opacity

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

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

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

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

This text has shadow with #E5D9E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D9E8 on black background.


Color preview on white background

This text has color #E5D9E8 on white background.



Black color preview on #E5D9E8 background

This text has black color on #E5D9E8 background.


White color preview on #E5D9E8 background

This text has white color on #E5D9E8 background.