COLOR #E6D8E7

HEX: #E6D8E7
RGB: (230,216,231)

Renk bilgisi

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

RGB renk modeli

#E6D8E7 color RGB value is (230,216,231).

  • kırmız ton 230;
  • yeşil ton 216;
  • mavi ton 231.
RGB:
(230,216,231)
(90%,85%,91%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 216 of 255 = 85%
B 231 of 255 = 91%

230
216
231

R + G + B ~ 89%. #E6D8E7 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 216 + 231 = 677 (100%)
R 230 of 677 ~ 33.97%
G 216 of 677 ~ 31.91%
B 231 of 677 ~ 34.12%

%33.97
%31.91
%34.12

CMYK RENK MODELİ

#E6D8E7 rengi CMYK tonu (0,6,0,9).

  • camgöbeği tonu 0.43%
  • eflatun tonu 6.49%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(0,6,0,9)
C0M6Y0K9 
(0%,6%,0%,9%)
(0.00/0.06/0.00/0.09)	

CMYK yüzdeleri

%0.43
%6.49
%0
%9.41

Codes

Color #E6D8E7 in popluar color models

E6D8E7
RGB230216231
HSL296°23.81%87.65%
HSB/HSV296°6.49%90.59%
CMYK0.43%6.49%0.00%
9.41%

Color #E6D8E7 in popluar number systems.

HEXE6D8E7
Decimal230216231
Binary111001101101100011100111
Octal346330347

Shades and tints

Shades of #E6D8E7

#E6D8E7
(230,216,231)
#D2C5D2
(210,197,210)
#BEB2BD
(190,178,189)
#AA9FA8
(170,159,168)
#968C93
(150,140,147)
#82797E
(130,121,126)
#6E6669
(110,102,105)
#5A5354
(90,83,84)
#46403F
(70,64,63)
#322D2A
(50,45,42)
#1E1A15
(30,26,21)
#000000
(0,0,0)

Tints of #E6D8E7

#E6D8E7
(230,216,231)
#E8DBE9
(232,219,233)
#EADEEB
(234,222,235)
#ECE1ED
(236,225,237)
#EEE4EF
(238,228,239)
#F0E7F1
(240,231,241)
#F2EAF3
(242,234,243)
#F4EDF5
(244,237,245)
#F6F0F7
(246,240,247)
#F8F3F9
(248,243,249)
#FAF6FB
(250,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D8E7 color. Also use rgb(230,216,231) instead hex code.

Text Font Color

.myTextColor { color: #E6D8E7; }

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

This text font color is #E6D8E7.


Background Color

.myBgColor { background-color: #E6D8E7; }

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

This div background color is #E6D8E7.


Border color

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

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

This div border color is #E6D8E7.


Opacity

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

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

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

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

This text has shadow with #E6D8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D8E7 on black background.


Color preview on white background

This text has color #E6D8E7 on white background.



Black color preview on #E6D8E7 background

This text has black color on #E6D8E7 background.


White color preview on #E6D8E7 background

This text has white color on #E6D8E7 background.