COLOR #E9D5EF

HEX: #E9D5EF
RGB: (233,213,239)

Renk bilgisi

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

RGB renk modeli

#E9D5EF color RGB value is (233,213,239).

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

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 213 of 255 = 84%
B 239 of 255 = 94%

233
213
239

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

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 213 + 239 = 685 (100%)
R 233 of 685 ~ 34.01%
G 213 of 685 ~ 31.09%
B 239 of 685 ~ 34.89%

%34.01
%31.09
%34.89

CMYK RENK MODELİ

#E9D5EF rengi CMYK tonu (3,11,0,6).

  • camgöbeği tonu 2.51%
  • eflatun tonu 10.88%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(3,11,0,6)
C3M11Y0K6 
(3%,11%,0%,6%)
(0.03/0.11/0.00/0.06)	

CMYK yüzdeleri

%2.51
%10.88
%0
%6.27

Codes

Color #E9D5EF in popluar color models

E9D5EF
RGB233213239
HSL286°44.83%88.63%
HSB/HSV286°10.88%93.73%
CMYK2.51%10.88%0.00%
6.27%

Color #E9D5EF in popluar number systems.

HEXE9D5EF
Decimal233213239
Binary111010011101010111101111
Octal351325357

Shades and tints

Shades of #E9D5EF

#E9D5EF
(233,213,239)
#D4C2DA
(212,194,218)
#BFAFC5
(191,175,197)
#AA9CB0
(170,156,176)
#95899B
(149,137,155)
#807686
(128,118,134)
#6B6371
(107,99,113)
#56505C
(86,80,92)
#413D47
(65,61,71)
#2C2A32
(44,42,50)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #E9D5EF

#E9D5EF
(233,213,239)
#EBD8F0
(235,216,240)
#EDDBF1
(237,219,241)
#EFDEF2
(239,222,242)
#F1E1F3
(241,225,243)
#F3E4F4
(243,228,244)
#F5E7F5
(245,231,245)
#F7EAF6
(247,234,246)
#F9EDF7
(249,237,247)
#FBF0F8
(251,240,248)
#FDF3F9
(253,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D5EF; }

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

This text font color is #E9D5EF.


Background Color

.myBgColor { background-color: #E9D5EF; }

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

This div background color is #E9D5EF.


Border color

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

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

This div border color is #E9D5EF.


Opacity

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

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

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

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

This text has shadow with #E9D5EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D5EF on black background.


Color preview on white background

This text has color #E9D5EF on white background.



Black color preview on #E9D5EF background

This text has black color on #E9D5EF background.


White color preview on #E9D5EF background

This text has white color on #E9D5EF background.