COLOR #E9D5EB

HEX: #E9D5EB
RGB: (233,213,235)

Renk bilgisi

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

RGB renk modeli

#E9D5EB color RGB value is (233,213,235).

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

RGB bağlantıları ve doygunluk

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

233
213
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 213 + 235 = 681 (100%)
R 233 of 681 ~ 34.21%
G 213 of 681 ~ 31.28%
B 235 of 681 ~ 34.51%

%34.21
%31.28
%34.51

CMYK RENK MODELİ

#E9D5EB rengi CMYK tonu (1,9,0,8).

  • camgöbeği tonu 0.85%
  • eflatun tonu 9.36%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(1,9,0,8)
C1M9Y0K8 
(1%,9%,0%,8%)
(0.01/0.09/0.00/0.08)	

CMYK yüzdeleri

%0.85
%9.36
%0
%7.84

Codes

Color #E9D5EB in popluar color models

E9D5EB
RGB233213235
HSL295°35.48%87.84%
HSB/HSV295°9.36%92.16%
CMYK0.85%9.36%0.00%
7.84%

Color #E9D5EB in popluar number systems.

HEXE9D5EB
Decimal233213235
Binary111010011101010111101011
Octal351325353

Shades and tints

Shades of #E9D5EB

#E9D5EB
(233,213,235)
#D4C2D6
(212,194,214)
#BFAFC1
(191,175,193)
#AA9CAC
(170,156,172)
#958997
(149,137,151)
#807682
(128,118,130)
#6B636D
(107,99,109)
#565058
(86,80,88)
#413D43
(65,61,67)
#2C2A2E
(44,42,46)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #E9D5EB

#E9D5EB
(233,213,235)
#EBD8EC
(235,216,236)
#EDDBED
(237,219,237)
#EFDEEE
(239,222,238)
#F1E1EF
(241,225,239)
#F3E4F0
(243,228,240)
#F5E7F1
(245,231,241)
#F7EAF2
(247,234,242)
#F9EDF3
(249,237,243)
#FBF0F4
(251,240,244)
#FDF3F5
(253,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D5EB; }

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

This text font color is #E9D5EB.


Background Color

.myBgColor { background-color: #E9D5EB; }

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

This div background color is #E9D5EB.


Border color

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

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

This div border color is #E9D5EB.


Opacity

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

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

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

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

This text has shadow with #E9D5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D5EB on black background.


Color preview on white background

This text has color #E9D5EB on white background.



Black color preview on #E9D5EB background

This text has black color on #E9D5EB background.


White color preview on #E9D5EB background

This text has white color on #E9D5EB background.