COLOR #D6D4EF

HEX: #D6D4EF
RGB: (214,212,239)

Renk bilgisi

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

RGB renk modeli

#D6D4EF color RGB value is (214,212,239).

  • kırmız ton 214;
  • yeşil ton 212;
  • mavi ton 239.
RGB:
(214,212,239)
(84%,83%,94%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 212 of 255 = 83%
B 239 of 255 = 94%

214
212
239

R + G + B ~ 87%. #D6D4EF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 212 + 239 = 665 (100%)
R 214 of 665 ~ 32.18%
G 212 of 665 ~ 31.88%
B 239 of 665 ~ 35.94%

%32.18
%31.88
%35.94

CMYK RENK MODELİ

#D6D4EF rengi CMYK tonu (10,11,0,6).

  • camgöbeği tonu 10.46%
  • eflatun tonu 11.30%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(10,11,0,6)
C10M11Y0K6 
(10%,11%,0%,6%)
(0.10/0.11/0.00/0.06)	

CMYK yüzdeleri

%10.46
%11.3
%0
%6.27

Codes

Color #D6D4EF in popluar color models

D6D4EF
RGB214212239
HSL244°45.76%88.43%
HSB/HSV244°11.30%93.73%
CMYK10.46%11.30%0.00%
6.27%

Color #D6D4EF in popluar number systems.

HEXD6D4EF
Decimal214212239
Binary110101101101010011101111
Octal326324357

Shades and tints

Shades of #D6D4EF

#D6D4EF
(214,212,239)
#C3C1DA
(195,193,218)
#B0AEC5
(176,174,197)
#9D9BB0
(157,155,176)
#8A889B
(138,136,155)
#777586
(119,117,134)
#646271
(100,98,113)
#514F5C
(81,79,92)
#3E3C47
(62,60,71)
#2B2932
(43,41,50)
#18161D
(24,22,29)
#000000
(0,0,0)

Tints of #D6D4EF

#D6D4EF
(214,212,239)
#D9D7F0
(217,215,240)
#DCDAF1
(220,218,241)
#DFDDF2
(223,221,242)
#E2E0F3
(226,224,243)
#E5E3F4
(229,227,244)
#E8E6F5
(232,230,245)
#EBE9F6
(235,233,246)
#EEECF7
(238,236,247)
#F1EFF8
(241,239,248)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6D4EF color. Also use rgb(214,212,239) instead hex code.

Text Font Color

.myTextColor { color: #D6D4EF; }

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

This text font color is #D6D4EF.


Background Color

.myBgColor { background-color: #D6D4EF; }

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

This div background color is #D6D4EF.


Border color

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

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

This div border color is #D6D4EF.


Opacity

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

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

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

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

This text has shadow with #D6D4EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D4EF on black background.


Color preview on white background

This text has color #D6D4EF on white background.



Black color preview on #D6D4EF background

This text has black color on #D6D4EF background.


White color preview on #D6D4EF background

This text has white color on #D6D4EF background.