COLOR #E6DADC

HEX: #E6DADC
RGB: (230,218,220)

Renk bilgisi

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

RGB renk modeli

#E6DADC color RGB value is (230,218,220).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 218 of 255 = 85%
B 220 of 255 = 86%

230
218
220

R + G + B ~ 87%. #E6DADC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 218 + 220 = 668 (100%)
R 230 of 668 ~ 34.43%
G 218 of 668 ~ 32.63%
B 220 of 668 ~ 32.93%

%34.43
%32.63
%32.93

CMYK RENK MODELİ

#E6DADC rengi CMYK tonu (0,5,4,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.22%
  • sarı tonu 4.35%
  • ana renk tonu 9.80%
CMYK:
(0,5,4,10)
C0M5Y4K10 
(0%,5%,4%,10%)
(0.00/0.05/0.04/0.10)	

CMYK yüzdeleri

%0
%5.22
%4.35
%9.8

Codes

Color #E6DADC in popluar color models

E6DADC
RGB230218220
HSL350°19.35%87.84%
HSB/HSV350°5.22%90.20%
CMYK0.00%5.22%4.35%
9.80%

Color #E6DADC in popluar number systems.

HEXE6DADC
Decimal230218220
Binary111001101101101011011100
Octal346332334

Shades and tints

Shades of #E6DADC

#E6DADC
(230,218,220)
#D2C7C8
(210,199,200)
#BEB4B4
(190,180,180)
#AAA1A0
(170,161,160)
#968E8C
(150,142,140)
#827B78
(130,123,120)
#6E6864
(110,104,100)
#5A5550
(90,85,80)
#46423C
(70,66,60)
#322F28
(50,47,40)
#1E1C14
(30,28,20)
#000000
(0,0,0)

Tints of #E6DADC

#E6DADC
(230,218,220)
#E8DDDF
(232,221,223)
#EAE0E2
(234,224,226)
#ECE3E5
(236,227,229)
#EEE6E8
(238,230,232)
#F0E9EB
(240,233,235)
#F2ECEE
(242,236,238)
#F4EFF1
(244,239,241)
#F6F2F4
(246,242,244)
#F8F5F7
(248,245,247)
#FAF8FA
(250,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DADC; }

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

This text font color is #E6DADC.


Background Color

.myBgColor { background-color: #E6DADC; }

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

This div background color is #E6DADC.


Border color

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

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

This div border color is #E6DADC.


Opacity

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

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

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

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

This text has shadow with #E6DADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DADC on black background.


Color preview on white background

This text has color #E6DADC on white background.



Black color preview on #E6DADC background

This text has black color on #E6DADC background.


White color preview on #E6DADC background

This text has white color on #E6DADC background.