COLOR #E9DBE6

HEX: #E9DBE6
RGB: (233,219,230)

Renk bilgisi

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

RGB renk modeli

#E9DBE6 color RGB value is (233,219,230).

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

RGB bağlantıları ve doygunluk

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

233
219
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 219 + 230 = 682 (100%)
R 233 of 682 ~ 34.16%
G 219 of 682 ~ 32.11%
B 230 of 682 ~ 33.72%

%34.16
%32.11
%33.72

CMYK RENK MODELİ

#E9DBE6 rengi CMYK tonu (0,6,1,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.01%
  • sarı tonu 1.29%
  • ana renk tonu 8.63%
CMYK:
(0,6,1,9)
C0M6Y1K9 
(0%,6%,1%,9%)
(0.00/0.06/0.01/0.09)	

CMYK yüzdeleri

%0
%6.01
%1.29
%8.63

Codes

Color #E9DBE6 in popluar color models

E9DBE6
RGB233219230
HSL313°24.14%88.63%
HSB/HSV313°6.01%91.37%
CMYK0.00%6.01%1.29%
8.63%

Color #E9DBE6 in popluar number systems.

HEXE9DBE6
Decimal233219230
Binary111010011101101111100110
Octal351333346

Shades and tints

Shades of #E9DBE6

#E9DBE6
(233,219,230)
#D4C8D2
(212,200,210)
#BFB5BE
(191,181,190)
#AAA2AA
(170,162,170)
#958F96
(149,143,150)
#807C82
(128,124,130)
#6B696E
(107,105,110)
#56565A
(86,86,90)
#414346
(65,67,70)
#2C3032
(44,48,50)
#171D1E
(23,29,30)
#000000
(0,0,0)

Tints of #E9DBE6

#E9DBE6
(233,219,230)
#EBDEE8
(235,222,232)
#EDE1EA
(237,225,234)
#EFE4EC
(239,228,236)
#F1E7EE
(241,231,238)
#F3EAF0
(243,234,240)
#F5EDF2
(245,237,242)
#F7F0F4
(247,240,244)
#F9F3F6
(249,243,246)
#FBF6F8
(251,246,248)
#FDF9FA
(253,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DBE6; }

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

This text font color is #E9DBE6.


Background Color

.myBgColor { background-color: #E9DBE6; }

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

This div background color is #E9DBE6.


Border color

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

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

This div border color is #E9DBE6.


Opacity

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

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

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

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

This text has shadow with #E9DBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DBE6 on black background.


Color preview on white background

This text has color #E9DBE6 on white background.



Black color preview on #E9DBE6 background

This text has black color on #E9DBE6 background.


White color preview on #E9DBE6 background

This text has white color on #E9DBE6 background.