COLOR #E9D9E6

HEX: #E9D9E6
RGB: (233,217,230)

Renk bilgisi

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

RGB renk modeli

#E9D9E6 color RGB value is (233,217,230).

  • kırmız ton 233;
  • yeşil ton 217;
  • mavi ton 230.
RGB:
(233,217,230)
(91%,85%,90%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 217 of 255 = 85%
B 230 of 255 = 90%

233
217
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 217 + 230 = 680 (100%)
R 233 of 680 ~ 34.26%
G 217 of 680 ~ 31.91%
B 230 of 680 ~ 33.82%

%34.26
%31.91
%33.82

CMYK RENK MODELİ

#E9D9E6 rengi CMYK tonu (0,7,1,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.87%
  • sarı tonu 1.29%
  • ana renk tonu 8.63%
CMYK:
(0,7,1,9)
C0M7Y1K9 
(0%,7%,1%,9%)
(0.00/0.07/0.01/0.09)	

CMYK yüzdeleri

%0
%6.87
%1.29
%8.63

Codes

Color #E9D9E6 in popluar color models

E9D9E6
RGB233217230
HSL311°26.67%88.24%
HSB/HSV311°6.87%91.37%
CMYK0.00%6.87%1.29%
8.63%

Color #E9D9E6 in popluar number systems.

HEXE9D9E6
Decimal233217230
Binary111010011101100111100110
Octal351331346

Shades and tints

Shades of #E9D9E6

#E9D9E6
(233,217,230)
#D4C6D2
(212,198,210)
#BFB3BE
(191,179,190)
#AAA0AA
(170,160,170)
#958D96
(149,141,150)
#807A82
(128,122,130)
#6B676E
(107,103,110)
#56545A
(86,84,90)
#414146
(65,65,70)
#2C2E32
(44,46,50)
#171B1E
(23,27,30)
#000000
(0,0,0)

Tints of #E9D9E6

#E9D9E6
(233,217,230)
#EBDCE8
(235,220,232)
#EDDFEA
(237,223,234)
#EFE2EC
(239,226,236)
#F1E5EE
(241,229,238)
#F3E8F0
(243,232,240)
#F5EBF2
(245,235,242)
#F7EEF4
(247,238,244)
#F9F1F6
(249,241,246)
#FBF4F8
(251,244,248)
#FDF7FA
(253,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D9E6 color. Also use rgb(233,217,230) instead hex code.

Text Font Color

.myTextColor { color: #E9D9E6; }

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

This text font color is #E9D9E6.


Background Color

.myBgColor { background-color: #E9D9E6; }

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

This div background color is #E9D9E6.


Border color

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

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

This div border color is #E9D9E6.


Opacity

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

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

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

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

This text has shadow with #E9D9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D9E6 on black background.


Color preview on white background

This text has color #E9D9E6 on white background.



Black color preview on #E9D9E6 background

This text has black color on #E9D9E6 background.


White color preview on #E9D9E6 background

This text has white color on #E9D9E6 background.