COLOR #E9D4D6

HEX: #E9D4D6
RGB: (233,212,214)

Renk bilgisi

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

RGB renk modeli

#E9D4D6 color RGB value is (233,212,214).

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

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 212 of 255 = 83%
B 214 of 255 = 84%

233
212
214

R + G + B ~ 86%. #E9D4D6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 212 + 214 = 659 (100%)
R 233 of 659 ~ 35.36%
G 212 of 659 ~ 32.17%
B 214 of 659 ~ 32.47%

%35.36
%32.17
%32.47

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%9.01
%8.15
%8.63

Codes

Color #E9D4D6 in popluar color models

E9D4D6
RGB233212214
HSL354°32.31%87.25%
HSB/HSV354°9.01%91.37%
CMYK0.00%9.01%8.15%
8.63%

Color #E9D4D6 in popluar number systems.

HEXE9D4D6
Decimal233212214
Binary111010011101010011010110
Octal351324326

Shades and tints

Shades of #E9D4D6

#E9D4D6
(233,212,214)
#D4C1C3
(212,193,195)
#BFAEB0
(191,174,176)
#AA9B9D
(170,155,157)
#95888A
(149,136,138)
#807577
(128,117,119)
#6B6264
(107,98,100)
#564F51
(86,79,81)
#413C3E
(65,60,62)
#2C292B
(44,41,43)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #E9D4D6

#E9D4D6
(233,212,214)
#EBD7D9
(235,215,217)
#EDDADC
(237,218,220)
#EFDDDF
(239,221,223)
#F1E0E2
(241,224,226)
#F3E3E5
(243,227,229)
#F5E6E8
(245,230,232)
#F7E9EB
(247,233,235)
#F9ECEE
(249,236,238)
#FBEFF1
(251,239,241)
#FDF2F4
(253,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D4D6; }

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

This text font color is #E9D4D6.


Background Color

.myBgColor { background-color: #E9D4D6; }

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

This div background color is #E9D4D6.


Border color

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

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

This div border color is #E9D4D6.


Opacity

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

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

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

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

This text has shadow with #E9D4D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D4D6 on black background.


Color preview on white background

This text has color #E9D4D6 on white background.



Black color preview on #E9D4D6 background

This text has black color on #E9D4D6 background.


White color preview on #E9D4D6 background

This text has white color on #E9D4D6 background.