COLOR #D6D5EF

HEX: #D6D5EF
RGB: (214,213,239)

Renk bilgisi

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

RGB renk modeli

#D6D5EF color RGB value is (214,213,239).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 213 of 255 = 84%
B 239 of 255 = 94%

214
213
239

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 213 + 239 = 666 (100%)
R 214 of 666 ~ 32.13%
G 213 of 666 ~ 31.98%
B 239 of 666 ~ 35.89%

%32.13
%31.98
%35.89

CMYK RENK MODELİ

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

  • camgöbeği tonu 10.46%
  • eflatun tonu 10.88%
  • 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
%10.88
%0
%6.27

Codes

Color #D6D5EF in popluar color models

D6D5EF
RGB214213239
HSL242°44.83%88.63%
HSB/HSV242°10.88%93.73%
CMYK10.46%10.88%0.00%
6.27%

Color #D6D5EF in popluar number systems.

HEXD6D5EF
Decimal214213239
Binary110101101101010111101111
Octal326325357

Shades and tints

Shades of #D6D5EF

#D6D5EF
(214,213,239)
#C3C2DA
(195,194,218)
#B0AFC5
(176,175,197)
#9D9CB0
(157,156,176)
#8A899B
(138,137,155)
#777686
(119,118,134)
#646371
(100,99,113)
#51505C
(81,80,92)
#3E3D47
(62,61,71)
#2B2A32
(43,42,50)
#18171D
(24,23,29)
#000000
(0,0,0)

Tints of #D6D5EF

#D6D5EF
(214,213,239)
#D9D8F0
(217,216,240)
#DCDBF1
(220,219,241)
#DFDEF2
(223,222,242)
#E2E1F3
(226,225,243)
#E5E4F4
(229,228,244)
#E8E7F5
(232,231,245)
#EBEAF6
(235,234,246)
#EEEDF7
(238,237,247)
#F1F0F8
(241,240,248)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D5EF; }

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

This text font color is #D6D5EF.


Background Color

.myBgColor { background-color: #D6D5EF; }

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

This div background color is #D6D5EF.


Border color

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

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

This div border color is #D6D5EF.


Opacity

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

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

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

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

This text has shadow with #D6D5EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D5EF on black background.


Color preview on white background

This text has color #D6D5EF on white background.



Black color preview on #D6D5EF background

This text has black color on #D6D5EF background.


White color preview on #D6D5EF background

This text has white color on #D6D5EF background.