COLOR #E6D9ED

HEX: #E6D9ED
RGB: (230,217,237)

Renk bilgisi

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

RGB renk modeli

#E6D9ED color RGB value is (230,217,237).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 217 of 255 = 85%
B 237 of 255 = 93%

230
217
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 217 + 237 = 684 (100%)
R 230 of 684 ~ 33.63%
G 217 of 684 ~ 31.73%
B 237 of 684 ~ 34.65%

%33.63
%31.73
%34.65

CMYK RENK MODELİ

#E6D9ED rengi CMYK tonu (3,8,0,7).

  • camgöbeği tonu 2.95%
  • eflatun tonu 8.44%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(3,8,0,7)
C3M8Y0K7 
(3%,8%,0%,7%)
(0.03/0.08/0.00/0.07)	

CMYK yüzdeleri

%2.95
%8.44
%0
%7.06

Codes

Color #E6D9ED in popluar color models

E6D9ED
RGB230217237
HSL279°35.71%89.02%
HSB/HSV279°8.44%92.94%
CMYK2.95%8.44%0.00%
7.06%

Color #E6D9ED in popluar number systems.

HEXE6D9ED
Decimal230217237
Binary111001101101100111101101
Octal346331355

Shades and tints

Shades of #E6D9ED

#E6D9ED
(230,217,237)
#D2C6D8
(210,198,216)
#BEB3C3
(190,179,195)
#AAA0AE
(170,160,174)
#968D99
(150,141,153)
#827A84
(130,122,132)
#6E676F
(110,103,111)
#5A545A
(90,84,90)
#464145
(70,65,69)
#322E30
(50,46,48)
#1E1B1B
(30,27,27)
#000000
(0,0,0)

Tints of #E6D9ED

#E6D9ED
(230,217,237)
#E8DCEE
(232,220,238)
#EADFEF
(234,223,239)
#ECE2F0
(236,226,240)
#EEE5F1
(238,229,241)
#F0E8F2
(240,232,242)
#F2EBF3
(242,235,243)
#F4EEF4
(244,238,244)
#F6F1F5
(246,241,245)
#F8F4F6
(248,244,246)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D9ED; }

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

This text font color is #E6D9ED.


Background Color

.myBgColor { background-color: #E6D9ED; }

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

This div background color is #E6D9ED.


Border color

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

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

This div border color is #E6D9ED.


Opacity

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

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

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

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

This text has shadow with #E6D9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D9ED on black background.


Color preview on white background

This text has color #E6D9ED on white background.



Black color preview on #E6D9ED background

This text has black color on #E6D9ED background.


White color preview on #E6D9ED background

This text has white color on #E6D9ED background.