COLOR #E6D9D5

HEX: #E6D9D5
RGB: (230,217,213)

Renk bilgisi

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

RGB renk modeli

#E6D9D5 color RGB value is (230,217,213).

  • kırmız ton 230;
  • yeşil ton 217;
  • mavi ton 213.
RGB:
(230,217,213)
(90%,85%,84%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 217 of 255 = 85%
B 213 of 255 = 84%

230
217
213

R + G + B ~ 86%. #E6D9D5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 217 + 213 = 660 (100%)
R 230 of 660 ~ 34.85%
G 217 of 660 ~ 32.88%
B 213 of 660 ~ 32.27%

%34.85
%32.88
%32.27

CMYK RENK MODELİ

#E6D9D5 rengi CMYK tonu (0,6,7,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.65%
  • sarı tonu 7.39%
  • ana renk tonu 9.80%
CMYK:
(0,6,7,10)
C0M6Y7K10 
(0%,6%,7%,10%)
(0.00/0.06/0.07/0.10)	

CMYK yüzdeleri

%0
%5.65
%7.39
%9.8

Codes

Color #E6D9D5 in popluar color models

E6D9D5
RGB230217213
HSL14°25.37%86.86%
HSB/HSV14°7.39%90.20%
CMYK0.00%5.65%7.39%
9.80%

Color #E6D9D5 in popluar number systems.

HEXE6D9D5
Decimal230217213
Binary111001101101100111010101
Octal346331325

Shades and tints

Shades of #E6D9D5

#E6D9D5
(230,217,213)
#D2C6C2
(210,198,194)
#BEB3AF
(190,179,175)
#AAA09C
(170,160,156)
#968D89
(150,141,137)
#827A76
(130,122,118)
#6E6763
(110,103,99)
#5A5450
(90,84,80)
#46413D
(70,65,61)
#322E2A
(50,46,42)
#1E1B17
(30,27,23)
#000000
(0,0,0)

Tints of #E6D9D5

#E6D9D5
(230,217,213)
#E8DCD8
(232,220,216)
#EADFDB
(234,223,219)
#ECE2DE
(236,226,222)
#EEE5E1
(238,229,225)
#F0E8E4
(240,232,228)
#F2EBE7
(242,235,231)
#F4EEEA
(244,238,234)
#F6F1ED
(246,241,237)
#F8F4F0
(248,244,240)
#FAF7F3
(250,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D9D5 color. Also use rgb(230,217,213) instead hex code.

Text Font Color

.myTextColor { color: #E6D9D5; }

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

This text font color is #E6D9D5.


Background Color

.myBgColor { background-color: #E6D9D5; }

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

This div background color is #E6D9D5.


Border color

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

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

This div border color is #E6D9D5.


Opacity

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

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

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

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

This text has shadow with #E6D9D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D9D5 on black background.


Color preview on white background

This text has color #E6D9D5 on white background.



Black color preview on #E6D9D5 background

This text has black color on #E6D9D5 background.


White color preview on #E6D9D5 background

This text has white color on #E6D9D5 background.