COLOR #E9D8E4

HEX: #E9D8E4
RGB: (233,216,228)

Renk bilgisi

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

RGB renk modeli

#E9D8E4 color RGB value is (233,216,228).

  • kırmız ton 233;
  • yeşil ton 216;
  • mavi ton 228.
RGB:
(233,216,228)
(91%,85%,89%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 216 of 255 = 85%
B 228 of 255 = 89%

233
216
228

R + G + B ~ 88%. #E9D8E4 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 216 + 228 = 677 (100%)
R 233 of 677 ~ 34.42%
G 216 of 677 ~ 31.91%
B 228 of 677 ~ 33.68%

%34.42
%31.91
%33.68

CMYK RENK MODELİ

#E9D8E4 rengi CMYK tonu (0,7,2,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.30%
  • sarı tonu 2.15%
  • ana renk tonu 8.63%
CMYK:
(0,7,2,9)
C0M7Y2K9 
(0%,7%,2%,9%)
(0.00/0.07/0.02/0.09)	

CMYK yüzdeleri

%0
%7.3
%2.15
%8.63

Codes

Color #E9D8E4 in popluar color models

E9D8E4
RGB233216228
HSL318°27.87%88.04%
HSB/HSV318°7.30%91.37%
CMYK0.00%7.30%2.15%
8.63%

Color #E9D8E4 in popluar number systems.

HEXE9D8E4
Decimal233216228
Binary111010011101100011100100
Octal351330344

Shades and tints

Shades of #E9D8E4

#E9D8E4
(233,216,228)
#D4C5D0
(212,197,208)
#BFB2BC
(191,178,188)
#AA9FA8
(170,159,168)
#958C94
(149,140,148)
#807980
(128,121,128)
#6B666C
(107,102,108)
#565358
(86,83,88)
#414044
(65,64,68)
#2C2D30
(44,45,48)
#171A1C
(23,26,28)
#000000
(0,0,0)

Tints of #E9D8E4

#E9D8E4
(233,216,228)
#EBDBE6
(235,219,230)
#EDDEE8
(237,222,232)
#EFE1EA
(239,225,234)
#F1E4EC
(241,228,236)
#F3E7EE
(243,231,238)
#F5EAF0
(245,234,240)
#F7EDF2
(247,237,242)
#F9F0F4
(249,240,244)
#FBF3F6
(251,243,246)
#FDF6F8
(253,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D8E4 color. Also use rgb(233,216,228) instead hex code.

Text Font Color

.myTextColor { color: #E9D8E4; }

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

This text font color is #E9D8E4.


Background Color

.myBgColor { background-color: #E9D8E4; }

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

This div background color is #E9D8E4.


Border color

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

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

This div border color is #E9D8E4.


Opacity

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

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

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

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

This text has shadow with #E9D8E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D8E4 on black background.


Color preview on white background

This text has color #E9D8E4 on white background.



Black color preview on #E9D8E4 background

This text has black color on #E9D8E4 background.


White color preview on #E9D8E4 background

This text has white color on #E9D8E4 background.