COLOR #E1D9EF

HEX: #E1D9EF
RGB: (225,217,239)

Renk bilgisi

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

RGB renk modeli

#E1D9EF color RGB value is (225,217,239).

  • kırmız ton 225;
  • yeşil ton 217;
  • mavi ton 239.
RGB:
(225,217,239)
(88%,85%,94%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 217 of 255 = 85%
B 239 of 255 = 94%

225
217
239

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 217 + 239 = 681 (100%)
R 225 of 681 ~ 33.04%
G 217 of 681 ~ 31.86%
B 239 of 681 ~ 35.1%

%33.04
%31.86
%35.1

CMYK RENK MODELİ

#E1D9EF rengi CMYK tonu (6,9,0,6).

  • camgöbeği tonu 5.86%
  • eflatun tonu 9.21%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(6,9,0,6)
C6M9Y0K6 
(6%,9%,0%,6%)
(0.06/0.09/0.00/0.06)	

CMYK yüzdeleri

%5.86
%9.21
%0
%6.27

Codes

Color #E1D9EF in popluar color models

E1D9EF
RGB225217239
HSL262°40.74%89.41%
HSB/HSV262°9.21%93.73%
CMYK5.86%9.21%0.00%
6.27%

Color #E1D9EF in popluar number systems.

HEXE1D9EF
Decimal225217239
Binary111000011101100111101111
Octal341331357

Shades and tints

Shades of #E1D9EF

#E1D9EF
(225,217,239)
#CDC6DA
(205,198,218)
#B9B3C5
(185,179,197)
#A5A0B0
(165,160,176)
#918D9B
(145,141,155)
#7D7A86
(125,122,134)
#696771
(105,103,113)
#55545C
(85,84,92)
#414147
(65,65,71)
#2D2E32
(45,46,50)
#191B1D
(25,27,29)
#000000
(0,0,0)

Tints of #E1D9EF

#E1D9EF
(225,217,239)
#E3DCF0
(227,220,240)
#E5DFF1
(229,223,241)
#E7E2F2
(231,226,242)
#E9E5F3
(233,229,243)
#EBE8F4
(235,232,244)
#EDEBF5
(237,235,245)
#EFEEF6
(239,238,246)
#F1F1F7
(241,241,247)
#F3F4F8
(243,244,248)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D9EF color. Also use rgb(225,217,239) instead hex code.

Text Font Color

.myTextColor { color: #E1D9EF; }

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

This text font color is #E1D9EF.


Background Color

.myBgColor { background-color: #E1D9EF; }

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

This div background color is #E1D9EF.


Border color

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

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

This div border color is #E1D9EF.


Opacity

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

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

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

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

This text has shadow with #E1D9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D9EF on black background.


Color preview on white background

This text has color #E1D9EF on white background.



Black color preview on #E1D9EF background

This text has black color on #E1D9EF background.


White color preview on #E1D9EF background

This text has white color on #E1D9EF background.