COLOR #E6DAE0

HEX: #E6DAE0
RGB: (230,218,224)

Renk bilgisi

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

RGB renk modeli

#E6DAE0 color RGB value is (230,218,224).

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

RGB bağlantıları ve doygunluk

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

230
218
224

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 218 + 224 = 672 (100%)
R 230 of 672 ~ 34.23%
G 218 of 672 ~ 32.44%
B 224 of 672 ~ 33.33%

%34.23
%32.44
%33.33

CMYK RENK MODELİ

#E6DAE0 rengi CMYK tonu (0,5,3,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.22%
  • sarı tonu 2.61%
  • ana renk tonu 9.80%
CMYK:
(0,5,3,10)
C0M5Y3K10 
(0%,5%,3%,10%)
(0.00/0.05/0.03/0.10)	

CMYK yüzdeleri

%0
%5.22
%2.61
%9.8

Codes

Color #E6DAE0 in popluar color models

E6DAE0
RGB230218224
HSL330°19.35%87.84%
HSB/HSV330°5.22%90.20%
CMYK0.00%5.22%2.61%
9.80%

Color #E6DAE0 in popluar number systems.

HEXE6DAE0
Decimal230218224
Binary111001101101101011100000
Octal346332340

Shades and tints

Shades of #E6DAE0

#E6DAE0
(230,218,224)
#D2C7CC
(210,199,204)
#BEB4B8
(190,180,184)
#AAA1A4
(170,161,164)
#968E90
(150,142,144)
#827B7C
(130,123,124)
#6E6868
(110,104,104)
#5A5554
(90,85,84)
#464240
(70,66,64)
#322F2C
(50,47,44)
#1E1C18
(30,28,24)
#000000
(0,0,0)

Tints of #E6DAE0

#E6DAE0
(230,218,224)
#E8DDE2
(232,221,226)
#EAE0E4
(234,224,228)
#ECE3E6
(236,227,230)
#EEE6E8
(238,230,232)
#F0E9EA
(240,233,234)
#F2ECEC
(242,236,236)
#F4EFEE
(244,239,238)
#F6F2F0
(246,242,240)
#F8F5F2
(248,245,242)
#FAF8F4
(250,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DAE0; }

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

This text font color is #E6DAE0.


Background Color

.myBgColor { background-color: #E6DAE0; }

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

This div background color is #E6DAE0.


Border color

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

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

This div border color is #E6DAE0.


Opacity

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

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

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

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

This text has shadow with #E6DAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DAE0 on black background.


Color preview on white background

This text has color #E6DAE0 on white background.



Black color preview on #E6DAE0 background

This text has black color on #E6DAE0 background.


White color preview on #E6DAE0 background

This text has white color on #E6DAE0 background.