COLOR #E9D1EE

HEX: #E9D1EE
RGB: (233,209,238)

Renk bilgisi

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

RGB renk modeli

#E9D1EE color RGB value is (233,209,238).

  • kırmız ton 233;
  • yeşil ton 209;
  • mavi ton 238.
RGB:
(233,209,238)
(91%,82%,93%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 209 of 255 = 82%
B 238 of 255 = 93%

233
209
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 209 + 238 = 680 (100%)
R 233 of 680 ~ 34.26%
G 209 of 680 ~ 30.74%
B 238 of 680 ~ 35%

%34.26
%30.74
%35

CMYK RENK MODELİ

#E9D1EE rengi CMYK tonu (2,12,0,7).

  • camgöbeği tonu 2.10%
  • eflatun tonu 12.18%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(2,12,0,7)
C2M12Y0K7 
(2%,12%,0%,7%)
(0.02/0.12/0.00/0.07)	

CMYK yüzdeleri

%2.1
%12.18
%0
%6.67

Codes

Color #E9D1EE in popluar color models

E9D1EE
RGB233209238
HSL290°46.03%87.65%
HSB/HSV290°12.18%93.33%
CMYK2.10%12.18%0.00%
6.67%

Color #E9D1EE in popluar number systems.

HEXE9D1EE
Decimal233209238
Binary111010011101000111101110
Octal351321356

Shades and tints

Shades of #E9D1EE

#E9D1EE
(233,209,238)
#D4BED9
(212,190,217)
#BFABC4
(191,171,196)
#AA98AF
(170,152,175)
#95859A
(149,133,154)
#807285
(128,114,133)
#6B5F70
(107,95,112)
#564C5B
(86,76,91)
#413946
(65,57,70)
#2C2631
(44,38,49)
#17131C
(23,19,28)
#000000
(0,0,0)

Tints of #E9D1EE

#E9D1EE
(233,209,238)
#EBD5EF
(235,213,239)
#EDD9F0
(237,217,240)
#EFDDF1
(239,221,241)
#F1E1F2
(241,225,242)
#F3E5F3
(243,229,243)
#F5E9F4
(245,233,244)
#F7EDF5
(247,237,245)
#F9F1F6
(249,241,246)
#FBF5F7
(251,245,247)
#FDF9F8
(253,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D1EE color. Also use rgb(233,209,238) instead hex code.

Text Font Color

.myTextColor { color: #E9D1EE; }

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

This text font color is #E9D1EE.


Background Color

.myBgColor { background-color: #E9D1EE; }

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

This div background color is #E9D1EE.


Border color

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

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

This div border color is #E9D1EE.


Opacity

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

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

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

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

This text has shadow with #E9D1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D1EE on black background.


Color preview on white background

This text has color #E9D1EE on white background.



Black color preview on #E9D1EE background

This text has black color on #E9D1EE background.


White color preview on #E9D1EE background

This text has white color on #E9D1EE background.