COLOR #E9DBE5

HEX: #E9DBE5
RGB: (233,219,229)

Renk bilgisi

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

RGB renk modeli

#E9DBE5 color RGB value is (233,219,229).

  • kırmız ton 233;
  • yeşil ton 219;
  • mavi ton 229.
RGB:
(233,219,229)
(91%,86%,90%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 219 of 255 = 86%
B 229 of 255 = 90%

233
219
229

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

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 219 + 229 = 681 (100%)
R 233 of 681 ~ 34.21%
G 219 of 681 ~ 32.16%
B 229 of 681 ~ 33.63%

%34.21
%32.16
%33.63

CMYK RENK MODELİ

#E9DBE5 rengi CMYK tonu (0,6,2,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.01%
  • sarı tonu 1.72%
  • ana renk tonu 8.63%
CMYK:
(0,6,2,9)
C0M6Y2K9 
(0%,6%,2%,9%)
(0.00/0.06/0.02/0.09)	

CMYK yüzdeleri

%0
%6.01
%1.72
%8.63

Codes

Color #E9DBE5 in popluar color models

E9DBE5
RGB233219229
HSL317°24.14%88.63%
HSB/HSV317°6.01%91.37%
CMYK0.00%6.01%1.72%
8.63%

Color #E9DBE5 in popluar number systems.

HEXE9DBE5
Decimal233219229
Binary111010011101101111100101
Octal351333345

Shades and tints

Shades of #E9DBE5

#E9DBE5
(233,219,229)
#D4C8D1
(212,200,209)
#BFB5BD
(191,181,189)
#AAA2A9
(170,162,169)
#958F95
(149,143,149)
#807C81
(128,124,129)
#6B696D
(107,105,109)
#565659
(86,86,89)
#414345
(65,67,69)
#2C3031
(44,48,49)
#171D1D
(23,29,29)
#000000
(0,0,0)

Tints of #E9DBE5

#E9DBE5
(233,219,229)
#EBDEE7
(235,222,231)
#EDE1E9
(237,225,233)
#EFE4EB
(239,228,235)
#F1E7ED
(241,231,237)
#F3EAEF
(243,234,239)
#F5EDF1
(245,237,241)
#F7F0F3
(247,240,243)
#F9F3F5
(249,243,245)
#FBF6F7
(251,246,247)
#FDF9F9
(253,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DBE5; }

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

This text font color is #E9DBE5.


Background Color

.myBgColor { background-color: #E9DBE5; }

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

This div background color is #E9DBE5.


Border color

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

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

This div border color is #E9DBE5.


Opacity

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

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

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

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

This text has shadow with #E9DBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DBE5 on black background.


Color preview on white background

This text has color #E9DBE5 on white background.



Black color preview on #E9DBE5 background

This text has black color on #E9DBE5 background.


White color preview on #E9DBE5 background

This text has white color on #E9DBE5 background.