COLOR #E6DAE3

HEX: #E6DAE3
RGB: (230,218,227)

Renk bilgisi

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

RGB renk modeli

#E6DAE3 color RGB value is (230,218,227).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 218 of 255 = 85%
B 227 of 255 = 89%

230
218
227

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 218 + 227 = 675 (100%)
R 230 of 675 ~ 34.07%
G 218 of 675 ~ 32.3%
B 227 of 675 ~ 33.63%

%34.07
%32.3
%33.63

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%5.22
%1.3
%9.8

Codes

Color #E6DAE3 in popluar color models

E6DAE3
RGB230218227
HSL315°19.35%87.84%
HSB/HSV315°5.22%90.20%
CMYK0.00%5.22%1.30%
9.80%

Color #E6DAE3 in popluar number systems.

HEXE6DAE3
Decimal230218227
Binary111001101101101011100011
Octal346332343

Shades and tints

Shades of #E6DAE3

#E6DAE3
(230,218,227)
#D2C7CF
(210,199,207)
#BEB4BB
(190,180,187)
#AAA1A7
(170,161,167)
#968E93
(150,142,147)
#827B7F
(130,123,127)
#6E686B
(110,104,107)
#5A5557
(90,85,87)
#464243
(70,66,67)
#322F2F
(50,47,47)
#1E1C1B
(30,28,27)
#000000
(0,0,0)

Tints of #E6DAE3

#E6DAE3
(230,218,227)
#E8DDE5
(232,221,229)
#EAE0E7
(234,224,231)
#ECE3E9
(236,227,233)
#EEE6EB
(238,230,235)
#F0E9ED
(240,233,237)
#F2ECEF
(242,236,239)
#F4EFF1
(244,239,241)
#F6F2F3
(246,242,243)
#F8F5F5
(248,245,245)
#FAF8F7
(250,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DAE3; }

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

This text font color is #E6DAE3.


Background Color

.myBgColor { background-color: #E6DAE3; }

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

This div background color is #E6DAE3.


Border color

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

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

This div border color is #E6DAE3.


Opacity

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

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

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

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

This text has shadow with #E6DAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DAE3 on black background.


Color preview on white background

This text has color #E6DAE3 on white background.



Black color preview on #E6DAE3 background

This text has black color on #E6DAE3 background.


White color preview on #E6DAE3 background

This text has white color on #E6DAE3 background.