COLOR #E5D9F2

HEX: #E5D9F2
RGB: (229,217,242)

Renk bilgisi

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

RGB renk modeli

#E5D9F2 color RGB value is (229,217,242).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 217 of 255 = 85%
B 242 of 255 = 95%

229
217
242

R + G + B ~ 90%. #E5D9F2 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 217 + 242 = 688 (100%)
R 229 of 688 ~ 33.28%
G 217 of 688 ~ 31.54%
B 242 of 688 ~ 35.17%

%33.28
%31.54
%35.17

CMYK RENK MODELİ

#E5D9F2 rengi CMYK tonu (5,10,0,5).

  • camgöbeği tonu 5.37%
  • eflatun tonu 10.33%
  • sarı tonu 0.00%
  • ana renk tonu 5.10%
CMYK:
(5,10,0,5)
C5M10Y0K5 
(5%,10%,0%,5%)
(0.05/0.10/0.00/0.05)	

CMYK yüzdeleri

%5.37
%10.33
%0
%5.1

Codes

Color #E5D9F2 in popluar color models

E5D9F2
RGB229217242
HSL269°49.02%90.00%
HSB/HSV269°10.33%94.90%
CMYK5.37%10.33%0.00%
5.10%

Color #E5D9F2 in popluar number systems.

HEXE5D9F2
Decimal229217242
Binary111001011101100111110010
Octal345331362

Shades and tints

Shades of #E5D9F2

#E5D9F2
(229,217,242)
#D1C6DC
(209,198,220)
#BDB3C6
(189,179,198)
#A9A0B0
(169,160,176)
#958D9A
(149,141,154)
#817A84
(129,122,132)
#6D676E
(109,103,110)
#595458
(89,84,88)
#454142
(69,65,66)
#312E2C
(49,46,44)
#1D1B16
(29,27,22)
#000000
(0,0,0)

Tints of #E5D9F2

#E5D9F2
(229,217,242)
#E7DCF3
(231,220,243)
#E9DFF4
(233,223,244)
#EBE2F5
(235,226,245)
#EDE5F6
(237,229,246)
#EFE8F7
(239,232,247)
#F1EBF8
(241,235,248)
#F3EEF9
(243,238,249)
#F5F1FA
(245,241,250)
#F7F4FB
(247,244,251)
#F9F7FC
(249,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D9F2; }

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

This text font color is #E5D9F2.


Background Color

.myBgColor { background-color: #E5D9F2; }

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

This div background color is #E5D9F2.


Border color

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

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

This div border color is #E5D9F2.


Opacity

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

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

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

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

This text has shadow with #E5D9F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D9F2 on black background.


Color preview on white background

This text has color #E5D9F2 on white background.



Black color preview on #E5D9F2 background

This text has black color on #E5D9F2 background.


White color preview on #E5D9F2 background

This text has white color on #E5D9F2 background.