COLOR #E9D5E9

HEX: #E9D5E9
RGB: (233,213,233)

Renk bilgisi

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

RGB renk modeli

#E9D5E9 color RGB value is (233,213,233).

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

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 213 of 255 = 84%
B 233 of 255 = 91%

233
213
233

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

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 213 + 233 = 679 (100%)
R 233 of 679 ~ 34.32%
G 213 of 679 ~ 31.37%
B 233 of 679 ~ 34.32%

%34.32
%31.37
%34.32

CMYK RENK MODELİ

#E9D5E9 rengi CMYK tonu (0,9,0,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.58%
  • sarı tonu 0.00%
  • ana renk tonu 8.63%
CMYK:
(0,9,0,9)
C0M9Y0K9 
(0%,9%,0%,9%)
(0.00/0.09/0.00/0.09)	

CMYK yüzdeleri

%0
%8.58
%0
%8.63

Codes

Color #E9D5E9 in popluar color models

E9D5E9
RGB233213233
HSL300°31.25%87.45%
HSB/HSV300°8.58%91.37%
CMYK0.00%8.58%0.00%
8.63%

Color #E9D5E9 in popluar number systems.

HEXE9D5E9
Decimal233213233
Binary111010011101010111101001
Octal351325351

Shades and tints

Shades of #E9D5E9

#E9D5E9
(233,213,233)
#D4C2D4
(212,194,212)
#BFAFBF
(191,175,191)
#AA9CAA
(170,156,170)
#958995
(149,137,149)
#807680
(128,118,128)
#6B636B
(107,99,107)
#565056
(86,80,86)
#413D41
(65,61,65)
#2C2A2C
(44,42,44)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #E9D5E9

#E9D5E9
(233,213,233)
#EBD8EB
(235,216,235)
#EDDBED
(237,219,237)
#EFDEEF
(239,222,239)
#F1E1F1
(241,225,241)
#F3E4F3
(243,228,243)
#F5E7F5
(245,231,245)
#F7EAF7
(247,234,247)
#F9EDF9
(249,237,249)
#FBF0FB
(251,240,251)
#FDF3FD
(253,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D5E9; }

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

This text font color is #E9D5E9.


Background Color

.myBgColor { background-color: #E9D5E9; }

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

This div background color is #E9D5E9.


Border color

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

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

This div border color is #E9D5E9.


Opacity

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

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

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

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

This text has shadow with #E9D5E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D5E9 on black background.


Color preview on white background

This text has color #E9D5E9 on white background.



Black color preview on #E9D5E9 background

This text has black color on #E9D5E9 background.


White color preview on #E9D5E9 background

This text has white color on #E9D5E9 background.