COLOR #E9D5FD

HEX: #E9D5FD
RGB: (233,213,253)

Renk bilgisi

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

RGB renk modeli

#E9D5FD color RGB value is (233,213,253).

  • kırmız ton 233;
  • yeşil ton 213;
  • mavi ton 253.
RGB:
(233,213,253)
(91%,84%,99%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 213 of 255 = 84%
B 253 of 255 = 99%

233
213
253

R + G + B ~ 91%. #E9D5FD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 213 + 253 = 699 (100%)
R 233 of 699 ~ 33.33%
G 213 of 699 ~ 30.47%
B 253 of 699 ~ 36.19%

%33.33
%30.47
%36.19

CMYK RENK MODELİ

#E9D5FD rengi CMYK tonu (8,16,0,1).

  • camgöbeği tonu 7.91%
  • eflatun tonu 15.81%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(8,16,0,1)
C8M16Y0K1 
(8%,16%,0%,1%)
(0.08/0.16/0.00/0.01)	

CMYK yüzdeleri

%7.91
%15.81
%0
%0.78

Codes

Color #E9D5FD in popluar color models

E9D5FD
RGB233213253
HSL270°90.91%91.37%
HSB/HSV270°15.81%99.22%
CMYK7.91%15.81%0.00%
0.78%

Color #E9D5FD in popluar number systems.

HEXE9D5FD
Decimal233213253
Binary111010011101010111111101
Octal351325375

Shades and tints

Shades of #E9D5FD

#E9D5FD
(233,213,253)
#D4C2E6
(212,194,230)
#BFAFCF
(191,175,207)
#AA9CB8
(170,156,184)
#9589A1
(149,137,161)
#80768A
(128,118,138)
#6B6373
(107,99,115)
#56505C
(86,80,92)
#413D45
(65,61,69)
#2C2A2E
(44,42,46)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #E9D5FD

#E9D5FD
(233,213,253)
#EBD8FD
(235,216,253)
#EDDBFD
(237,219,253)
#EFDEFD
(239,222,253)
#F1E1FD
(241,225,253)
#F3E4FD
(243,228,253)
#F5E7FD
(245,231,253)
#F7EAFD
(247,234,253)
#F9EDFD
(249,237,253)
#FBF0FD
(251,240,253)
#FDF3FD
(253,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D5FD color. Also use rgb(233,213,253) instead hex code.

Text Font Color

.myTextColor { color: #E9D5FD; }

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

This text font color is #E9D5FD.


Background Color

.myBgColor { background-color: #E9D5FD; }

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

This div background color is #E9D5FD.


Border color

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

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

This div border color is #E9D5FD.


Opacity

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

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

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

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

This text has shadow with #E9D5FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D5FD on black background.


Color preview on white background

This text has color #E9D5FD on white background.



Black color preview on #E9D5FD background

This text has black color on #E9D5FD background.


White color preview on #E9D5FD background

This text has white color on #E9D5FD background.