COLOR #D6DFF6

HEX: #D6DFF6
RGB: (214,223,246)

Renk bilgisi

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

RGB renk modeli

#D6DFF6 color RGB value is (214,223,246).

  • kırmız ton 214;
  • yeşil ton 223;
  • mavi ton 246.
RGB:
(214,223,246)
(84%,87%,96%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 223 of 255 = 87%
B 246 of 255 = 96%

214
223
246

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 223 + 246 = 683 (100%)
R 214 of 683 ~ 31.33%
G 223 of 683 ~ 32.65%
B 246 of 683 ~ 36.02%

%31.33
%32.65
%36.02

CMYK RENK MODELİ

#D6DFF6 rengi CMYK tonu (13,9,0,4).

  • camgöbeği tonu 13.01%
  • eflatun tonu 9.35%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(13,9,0,4)
C13M9Y0K4 
(13%,9%,0%,4%)
(0.13/0.09/0.00/0.04)	

CMYK yüzdeleri

%13.01
%9.35
%0
%3.53

Codes

Color #D6DFF6 in popluar color models

D6DFF6
RGB214223246
HSL223°64.00%90.20%
HSB/HSV223°13.01%96.47%
CMYK13.01%9.35%0.00%
3.53%

Color #D6DFF6 in popluar number systems.

HEXD6DFF6
Decimal214223246
Binary110101101101111111110110
Octal326337366

Shades and tints

Shades of #D6DFF6

#D6DFF6
(214,223,246)
#C3CBE0
(195,203,224)
#B0B7CA
(176,183,202)
#9DA3B4
(157,163,180)
#8A8F9E
(138,143,158)
#777B88
(119,123,136)
#646772
(100,103,114)
#51535C
(81,83,92)
#3E3F46
(62,63,70)
#2B2B30
(43,43,48)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #D6DFF6

#D6DFF6
(214,223,246)
#D9E1F6
(217,225,246)
#DCE3F6
(220,227,246)
#DFE5F6
(223,229,246)
#E2E7F6
(226,231,246)
#E5E9F6
(229,233,246)
#E8EBF6
(232,235,246)
#EBEDF6
(235,237,246)
#EEEFF6
(238,239,246)
#F1F1F6
(241,241,246)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6DFF6 color. Also use rgb(214,223,246) instead hex code.

Text Font Color

.myTextColor { color: #D6DFF6; }

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

This text font color is #D6DFF6.


Background Color

.myBgColor { background-color: #D6DFF6; }

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

This div background color is #D6DFF6.


Border color

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

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

This div border color is #D6DFF6.


Opacity

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

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

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

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

This text has shadow with #D6DFF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DFF6 on black background.


Color preview on white background

This text has color #D6DFF6 on white background.



Black color preview on #D6DFF6 background

This text has black color on #D6DFF6 background.


White color preview on #D6DFF6 background

This text has white color on #D6DFF6 background.