COLOR #E9D6E8

HEX: #E9D6E8
RGB: (233,214,232)

Renk bilgisi

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

RGB renk modeli

#E9D6E8 color RGB value is (233,214,232).

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

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 214 of 255 = 84%
B 232 of 255 = 91%

233
214
232

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

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 214 + 232 = 679 (100%)
R 233 of 679 ~ 34.32%
G 214 of 679 ~ 31.52%
B 232 of 679 ~ 34.17%

%34.32
%31.52
%34.17

CMYK RENK MODELİ

#E9D6E8 rengi CMYK tonu (0,8,0,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.15%
  • sarı tonu 0.43%
  • ana renk tonu 8.63%
CMYK:
(0,8,0,9)
C0M8Y0K9 
(0%,8%,0%,9%)
(0.00/0.08/0.00/0.09)	

CMYK yüzdeleri

%0
%8.15
%0.43
%8.63

Codes

Color #E9D6E8 in popluar color models

E9D6E8
RGB233214232
HSL303°30.16%87.65%
HSB/HSV303°8.15%91.37%
CMYK0.00%8.15%0.43%
8.63%

Color #E9D6E8 in popluar number systems.

HEXE9D6E8
Decimal233214232
Binary111010011101011011101000
Octal351326350

Shades and tints

Shades of #E9D6E8

#E9D6E8
(233,214,232)
#D4C3D3
(212,195,211)
#BFB0BE
(191,176,190)
#AA9DA9
(170,157,169)
#958A94
(149,138,148)
#80777F
(128,119,127)
#6B646A
(107,100,106)
#565155
(86,81,85)
#413E40
(65,62,64)
#2C2B2B
(44,43,43)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #E9D6E8

#E9D6E8
(233,214,232)
#EBD9EA
(235,217,234)
#EDDCEC
(237,220,236)
#EFDFEE
(239,223,238)
#F1E2F0
(241,226,240)
#F3E5F2
(243,229,242)
#F5E8F4
(245,232,244)
#F7EBF6
(247,235,246)
#F9EEF8
(249,238,248)
#FBF1FA
(251,241,250)
#FDF4FC
(253,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D6E8; }

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

This text font color is #E9D6E8.


Background Color

.myBgColor { background-color: #E9D6E8; }

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

This div background color is #E9D6E8.


Border color

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

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

This div border color is #E9D6E8.


Opacity

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

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

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

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

This text has shadow with #E9D6E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D6E8 on black background.


Color preview on white background

This text has color #E9D6E8 on white background.



Black color preview on #E9D6E8 background

This text has black color on #E9D6E8 background.


White color preview on #E9D6E8 background

This text has white color on #E9D6E8 background.