COLOR #E6D5D9

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

230
213
217

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

Yüzdelerle RGB renk parçaları

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

%34.85
%32.27
%32.88

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%7.39
%5.65
%9.8

Codes

Color #E6D5D9 in popluar color models

E6D5D9
RGB230213217
HSL346°25.37%86.86%
HSB/HSV346°7.39%90.20%
CMYK0.00%7.39%5.65%
9.80%

Color #E6D5D9 in popluar number systems.

HEXE6D5D9
Decimal230213217
Binary111001101101010111011001
Octal346325331

Shades and tints

Shades of #E6D5D9

#E6D5D9
(230,213,217)
#D2C2C6
(210,194,198)
#BEAFB3
(190,175,179)
#AA9CA0
(170,156,160)
#96898D
(150,137,141)
#82767A
(130,118,122)
#6E6367
(110,99,103)
#5A5054
(90,80,84)
#463D41
(70,61,65)
#322A2E
(50,42,46)
#1E171B
(30,23,27)
#000000
(0,0,0)

Tints of #E6D5D9

#E6D5D9
(230,213,217)
#E8D8DC
(232,216,220)
#EADBDF
(234,219,223)
#ECDEE2
(236,222,226)
#EEE1E5
(238,225,229)
#F0E4E8
(240,228,232)
#F2E7EB
(242,231,235)
#F4EAEE
(244,234,238)
#F6EDF1
(246,237,241)
#F8F0F4
(248,240,244)
#FAF3F7
(250,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D5D9; }

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

This text font color is #E6D5D9.


Background Color

.myBgColor { background-color: #E6D5D9; }

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

This div background color is #E6D5D9.


Border color

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

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

This div border color is #E6D5D9.


Opacity

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

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

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

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

This text has shadow with #E6D5D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D5D9 on black background.


Color preview on white background

This text has color #E6D5D9 on white background.



Black color preview on #E6D5D9 background

This text has black color on #E6D5D9 background.


White color preview on #E6D5D9 background

This text has white color on #E6D5D9 background.