COLOR #E6DAE2

HEX: #E6DAE2
RGB: (230,218,226)

Renk bilgisi

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

RGB renk modeli

#E6DAE2 color RGB value is (230,218,226).

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

RGB bağlantıları ve doygunluk

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

230
218
226

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 218 + 226 = 674 (100%)
R 230 of 674 ~ 34.12%
G 218 of 674 ~ 32.34%
B 226 of 674 ~ 33.53%

%34.12
%32.34
%33.53

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.22%
  • sarı tonu 1.74%
  • 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
%1.74
%9.8

Codes

Color #E6DAE2 in popluar color models

E6DAE2
RGB230218226
HSL320°19.35%87.84%
HSB/HSV320°5.22%90.20%
CMYK0.00%5.22%1.74%
9.80%

Color #E6DAE2 in popluar number systems.

HEXE6DAE2
Decimal230218226
Binary111001101101101011100010
Octal346332342

Shades and tints

Shades of #E6DAE2

#E6DAE2
(230,218,226)
#D2C7CE
(210,199,206)
#BEB4BA
(190,180,186)
#AAA1A6
(170,161,166)
#968E92
(150,142,146)
#827B7E
(130,123,126)
#6E686A
(110,104,106)
#5A5556
(90,85,86)
#464242
(70,66,66)
#322F2E
(50,47,46)
#1E1C1A
(30,28,26)
#000000
(0,0,0)

Tints of #E6DAE2

#E6DAE2
(230,218,226)
#E8DDE4
(232,221,228)
#EAE0E6
(234,224,230)
#ECE3E8
(236,227,232)
#EEE6EA
(238,230,234)
#F0E9EC
(240,233,236)
#F2ECEE
(242,236,238)
#F4EFF0
(244,239,240)
#F6F2F2
(246,242,242)
#F8F5F4
(248,245,244)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DAE2; }

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

This text font color is #E6DAE2.


Background Color

.myBgColor { background-color: #E6DAE2; }

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

This div background color is #E6DAE2.


Border color

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

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

This div border color is #E6DAE2.


Opacity

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

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

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

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

This text has shadow with #E6DAE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DAE2 on black background.


Color preview on white background

This text has color #E6DAE2 on white background.



Black color preview on #E6DAE2 background

This text has black color on #E6DAE2 background.


White color preview on #E6DAE2 background

This text has white color on #E6DAE2 background.