COLOR #E9D6EC

HEX: #E9D6EC
RGB: (233,214,236)

Renk bilgisi

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

RGB renk modeli

#E9D6EC color RGB value is (233,214,236).

  • kırmız ton 233;
  • yeşil ton 214;
  • mavi ton 236.
RGB:
(233,214,236)
(91%,84%,93%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 214 of 255 = 84%
B 236 of 255 = 93%

233
214
236

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

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 214 + 236 = 683 (100%)
R 233 of 683 ~ 34.11%
G 214 of 683 ~ 31.33%
B 236 of 683 ~ 34.55%

%34.11
%31.33
%34.55

CMYK RENK MODELİ

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

  • camgöbeği tonu 1.27%
  • eflatun tonu 9.32%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(1,9,0,7)
C1M9Y0K7 
(1%,9%,0%,7%)
(0.01/0.09/0.00/0.07)	

CMYK yüzdeleri

%1.27
%9.32
%0
%7.45

Codes

Color #E9D6EC in popluar color models

E9D6EC
RGB233214236
HSL292°36.67%88.24%
HSB/HSV292°9.32%92.55%
CMYK1.27%9.32%0.00%
7.45%

Color #E9D6EC in popluar number systems.

HEXE9D6EC
Decimal233214236
Binary111010011101011011101100
Octal351326354

Shades and tints

Shades of #E9D6EC

#E9D6EC
(233,214,236)
#D4C3D7
(212,195,215)
#BFB0C2
(191,176,194)
#AA9DAD
(170,157,173)
#958A98
(149,138,152)
#807783
(128,119,131)
#6B646E
(107,100,110)
#565159
(86,81,89)
#413E44
(65,62,68)
#2C2B2F
(44,43,47)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #E9D6EC

#E9D6EC
(233,214,236)
#EBD9ED
(235,217,237)
#EDDCEE
(237,220,238)
#EFDFEF
(239,223,239)
#F1E2F0
(241,226,240)
#F3E5F1
(243,229,241)
#F5E8F2
(245,232,242)
#F7EBF3
(247,235,243)
#F9EEF4
(249,238,244)
#FBF1F5
(251,241,245)
#FDF4F6
(253,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D6EC color. Also use rgb(233,214,236) instead hex code.

Text Font Color

.myTextColor { color: #E9D6EC; }

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

This text font color is #E9D6EC.


Background Color

.myBgColor { background-color: #E9D6EC; }

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

This div background color is #E9D6EC.


Border color

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

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

This div border color is #E9D6EC.


Opacity

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

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

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

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

This text has shadow with #E9D6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D6EC on black background.


Color preview on white background

This text has color #E9D6EC on white background.



Black color preview on #E9D6EC background

This text has black color on #E9D6EC background.


White color preview on #E9D6EC background

This text has white color on #E9D6EC background.