COLOR #E4DBE6

HEX: #E4DBE6
RGB: (228,219,230)

Renk bilgisi

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

RGB renk modeli

#E4DBE6 color RGB value is (228,219,230).

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

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 219 of 255 = 86%
B 230 of 255 = 90%

228
219
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 219 + 230 = 677 (100%)
R 228 of 677 ~ 33.68%
G 219 of 677 ~ 32.35%
B 230 of 677 ~ 33.97%

%33.68
%32.35
%33.97

CMYK RENK MODELİ

#E4DBE6 rengi CMYK tonu (1,5,0,10).

  • camgöbeği tonu 0.87%
  • eflatun tonu 4.78%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(1,5,0,10)
C1M5Y0K10 
(1%,5%,0%,10%)
(0.01/0.05/0.00/0.10)	

CMYK yüzdeleri

%0.87
%4.78
%0
%9.8

Codes

Color #E4DBE6 in popluar color models

E4DBE6
RGB228219230
HSL289°18.03%88.04%
HSB/HSV289°4.78%90.20%
CMYK0.87%4.78%0.00%
9.80%

Color #E4DBE6 in popluar number systems.

HEXE4DBE6
Decimal228219230
Binary111001001101101111100110
Octal344333346

Shades and tints

Shades of #E4DBE6

#E4DBE6
(228,219,230)
#D0C8D2
(208,200,210)
#BCB5BE
(188,181,190)
#A8A2AA
(168,162,170)
#948F96
(148,143,150)
#807C82
(128,124,130)
#6C696E
(108,105,110)
#58565A
(88,86,90)
#444346
(68,67,70)
#303032
(48,48,50)
#1C1D1E
(28,29,30)
#000000
(0,0,0)

Tints of #E4DBE6

#E4DBE6
(228,219,230)
#E6DEE8
(230,222,232)
#E8E1EA
(232,225,234)
#EAE4EC
(234,228,236)
#ECE7EE
(236,231,238)
#EEEAF0
(238,234,240)
#F0EDF2
(240,237,242)
#F2F0F4
(242,240,244)
#F4F3F6
(244,243,246)
#F6F6F8
(246,246,248)
#F8F9FA
(248,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DBE6; }

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

This text font color is #E4DBE6.


Background Color

.myBgColor { background-color: #E4DBE6; }

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

This div background color is #E4DBE6.


Border color

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

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

This div border color is #E4DBE6.


Opacity

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

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

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

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

This text has shadow with #E4DBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DBE6 on black background.


Color preview on white background

This text has color #E4DBE6 on white background.



Black color preview on #E4DBE6 background

This text has black color on #E4DBE6 background.


White color preview on #E4DBE6 background

This text has white color on #E4DBE6 background.