COLOR #E6DAE1

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

230
218
225

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

Yüzdelerle RGB renk parçaları

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

%34.18
%32.39
%33.43

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%5.22
%2.17
%9.8

Codes

Color #E6DAE1 in popluar color models

E6DAE1
RGB230218225
HSL325°19.35%87.84%
HSB/HSV325°5.22%90.20%
CMYK0.00%5.22%2.17%
9.80%

Color #E6DAE1 in popluar number systems.

HEXE6DAE1
Decimal230218225
Binary111001101101101011100001
Octal346332341

Shades and tints

Shades of #E6DAE1

#E6DAE1
(230,218,225)
#D2C7CD
(210,199,205)
#BEB4B9
(190,180,185)
#AAA1A5
(170,161,165)
#968E91
(150,142,145)
#827B7D
(130,123,125)
#6E6869
(110,104,105)
#5A5555
(90,85,85)
#464241
(70,66,65)
#322F2D
(50,47,45)
#1E1C19
(30,28,25)
#000000
(0,0,0)

Tints of #E6DAE1

#E6DAE1
(230,218,225)
#E8DDE3
(232,221,227)
#EAE0E5
(234,224,229)
#ECE3E7
(236,227,231)
#EEE6E9
(238,230,233)
#F0E9EB
(240,233,235)
#F2ECED
(242,236,237)
#F4EFEF
(244,239,239)
#F6F2F1
(246,242,241)
#F8F5F3
(248,245,243)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DAE1; }

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

This text font color is #E6DAE1.


Background Color

.myBgColor { background-color: #E6DAE1; }

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

This div background color is #E6DAE1.


Border color

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

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

This div border color is #E6DAE1.


Opacity

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

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

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

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

This text has shadow with #E6DAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DAE1 on black background.


Color preview on white background

This text has color #E6DAE1 on white background.



Black color preview on #E6DAE1 background

This text has black color on #E6DAE1 background.


White color preview on #E6DAE1 background

This text has white color on #E6DAE1 background.