COLOR #E6DFDB

HEX: #E6DFDB
RGB: (230,223,219)

Renk bilgisi

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

RGB renk modeli

#E6DFDB color RGB value is (230,223,219).

  • kırmız ton 230;
  • yeşil ton 223;
  • mavi ton 219.
RGB:
(230,223,219)
(90%,87%,86%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 223 of 255 = 87%
B 219 of 255 = 86%

230
223
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 223 + 219 = 672 (100%)
R 230 of 672 ~ 34.23%
G 223 of 672 ~ 33.18%
B 219 of 672 ~ 32.59%

%34.23
%33.18
%32.59

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%3.04
%4.78
%9.8

Codes

Color #E6DFDB in popluar color models

E6DFDB
RGB230223219
HSL22°18.03%88.04%
HSB/HSV22°4.78%90.20%
CMYK0.00%3.04%4.78%
9.80%

Color #E6DFDB in popluar number systems.

HEXE6DFDB
Decimal230223219
Binary111001101101111111011011
Octal346337333

Shades and tints

Shades of #E6DFDB

#E6DFDB
(230,223,219)
#D2CBC8
(210,203,200)
#BEB7B5
(190,183,181)
#AAA3A2
(170,163,162)
#968F8F
(150,143,143)
#827B7C
(130,123,124)
#6E6769
(110,103,105)
#5A5356
(90,83,86)
#463F43
(70,63,67)
#322B30
(50,43,48)
#1E171D
(30,23,29)
#000000
(0,0,0)

Tints of #E6DFDB

#E6DFDB
(230,223,219)
#E8E1DE
(232,225,222)
#EAE3E1
(234,227,225)
#ECE5E4
(236,229,228)
#EEE7E7
(238,231,231)
#F0E9EA
(240,233,234)
#F2EBED
(242,235,237)
#F4EDF0
(244,237,240)
#F6EFF3
(246,239,243)
#F8F1F6
(248,241,246)
#FAF3F9
(250,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DFDB color. Also use rgb(230,223,219) instead hex code.

Text Font Color

.myTextColor { color: #E6DFDB; }

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

This text font color is #E6DFDB.


Background Color

.myBgColor { background-color: #E6DFDB; }

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

This div background color is #E6DFDB.


Border color

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

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

This div border color is #E6DFDB.


Opacity

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

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

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

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

This text has shadow with #E6DFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DFDB on black background.


Color preview on white background

This text has color #E6DFDB on white background.



Black color preview on #E6DFDB background

This text has black color on #E6DFDB background.


White color preview on #E6DFDB background

This text has white color on #E6DFDB background.