COLOR #E1DAE6

HEX: #E1DAE6
RGB: (225,218,230)

Renk bilgisi

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

RGB renk modeli

#E1DAE6 color RGB value is (225,218,230).

  • kırmız ton 225;
  • yeşil ton 218;
  • mavi ton 230.
RGB: (225,218,230) (88%,85%,90%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 218 of 255 = 85%
B 230 of 255 = 90%

225
218
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 218 + 230 = 673 (100%)
R 225 of 673 ~ 33.43%
G 218 of 673 ~ 32.39%
B 230 of 673 ~ 34.18%

%33.43
%32.39
%34.18

CMYK RENK MODELİ

#E1DAE6 rengi CMYK tonu (2,5,0,10).

  • camgöbeği tonu 2.17%
  • eflatun tonu 5.22%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK: (2,5,0,10) C2M5Y0K10 (2%,5%,0%,10%) (0.02/0.05/0.00/0.10)

CMYK yüzdeleri

%2.17
%5.22
%0
%9.8

Codes

Color #E1DAE6 in popluar color models

E1DAE6
RGB225218230
HSL275°19.35%87.84%
HSB/HSV275°5.22%90.20%
CMYK2.17%5.22%0.00%
9.80%

Color #E1DAE6 in popluar number systems.

HEXE1DAE6
Decimal225218230
Binary111000011101101011100110
Octal341332346

Shades and tints

Shades of #E1DAE6

#E1DAE6
(225,218,230)
#CDC7D2
(205,199,210)
#B9B4BE
(185,180,190)
#A5A1AA
(165,161,170)
#918E96
(145,142,150)
#7D7B82
(125,123,130)
#69686E
(105,104,110)
#55555A
(85,85,90)
#414246
(65,66,70)
#2D2F32
(45,47,50)
#191C1E
(25,28,30)
#000000
(0,0,0)

Tints of #E1DAE6

#E1DAE6
(225,218,230)
#E3DDE8
(227,221,232)
#E5E0EA
(229,224,234)
#E7E3EC
(231,227,236)
#E9E6EE
(233,230,238)
#EBE9F0
(235,233,240)
#EDECF2
(237,236,242)
#EFEFF4
(239,239,244)
#F1F2F6
(241,242,246)
#F3F5F8
(243,245,248)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DAE6 color. Also use rgb(225,218,230) instead hex code.

Text Font Color

.myTextColor { color: #E1DAE6; }

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

This text font color is #E1DAE6.


Background Color

.myBgColor { background-color: #E1DAE6; }

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

This div background color is #E1DAE6.


Border color

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

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

This div border color is #E1DAE6.


Opacity

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

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

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

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

This text has shadow with #E1DAE6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E1DAE6 on black background.


Color preview on white background

This text has color #E1DAE6 on white background.



Black color preview on #E1DAE6 background

This text has black color on #E1DAE6 background.


White color preview on #E1DAE6 background

This text has white color on #E1DAE6 background.