COLOR #E9D6EA

HEX: #E9D6EA
RGB: (233,214,234)

Renk bilgisi

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

RGB renk modeli

#E9D6EA color RGB value is (233,214,234).

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

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 214 of 255 = 84%
B 234 of 255 = 92%

233
214
234

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

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 214 + 234 = 681 (100%)
R 233 of 681 ~ 34.21%
G 214 of 681 ~ 31.42%
B 234 of 681 ~ 34.36%

%34.21
%31.42
%34.36

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0.43
%8.55
%0
%8.24

Codes

Color #E9D6EA in popluar color models

E9D6EA
RGB233214234
HSL297°32.26%87.84%
HSB/HSV297°8.55%91.76%
CMYK0.43%8.55%0.00%
8.24%

Color #E9D6EA in popluar number systems.

HEXE9D6EA
Decimal233214234
Binary111010011101011011101010
Octal351326352

Shades and tints

Shades of #E9D6EA

#E9D6EA
(233,214,234)
#D4C3D5
(212,195,213)
#BFB0C0
(191,176,192)
#AA9DAB
(170,157,171)
#958A96
(149,138,150)
#807781
(128,119,129)
#6B646C
(107,100,108)
#565157
(86,81,87)
#413E42
(65,62,66)
#2C2B2D
(44,43,45)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #E9D6EA

#E9D6EA
(233,214,234)
#EBD9EB
(235,217,235)
#EDDCEC
(237,220,236)
#EFDFED
(239,223,237)
#F1E2EE
(241,226,238)
#F3E5EF
(243,229,239)
#F5E8F0
(245,232,240)
#F7EBF1
(247,235,241)
#F9EEF2
(249,238,242)
#FBF1F3
(251,241,243)
#FDF4F4
(253,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D6EA; }

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

This text font color is #E9D6EA.


Background Color

.myBgColor { background-color: #E9D6EA; }

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

This div background color is #E9D6EA.


Border color

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

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

This div border color is #E9D6EA.


Opacity

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

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

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

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

This text has shadow with #E9D6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D6EA on black background.


Color preview on white background

This text has color #E9D6EA on white background.



Black color preview on #E9D6EA background

This text has black color on #E9D6EA background.


White color preview on #E9D6EA background

This text has white color on #E9D6EA background.