COLOR #D6DAF8

HEX: #D6DAF8
RGB: (214,218,248)

Renk bilgisi

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

RGB renk modeli

#D6DAF8 color RGB value is (214,218,248).

  • kırmız ton 214;
  • yeşil ton 218;
  • mavi ton 248.
RGB:
(214,218,248)
(84%,85%,97%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 218 of 255 = 85%
B 248 of 255 = 97%

214
218
248

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 218 + 248 = 680 (100%)
R 214 of 680 ~ 31.47%
G 218 of 680 ~ 32.06%
B 248 of 680 ~ 36.47%

%31.47
%32.06
%36.47

CMYK RENK MODELİ

#D6DAF8 rengi CMYK tonu (14,12,0,3).

  • camgöbeği tonu 13.71%
  • eflatun tonu 12.10%
  • sarı tonu 0.00%
  • ana renk tonu 2.75%
CMYK:
(14,12,0,3)
C14M12Y0K3 
(14%,12%,0%,3%)
(0.14/0.12/0.00/0.03)	

CMYK yüzdeleri

%13.71
%12.1
%0
%2.75

Codes

Color #D6DAF8 in popluar color models

D6DAF8
RGB214218248
HSL233°70.83%90.59%
HSB/HSV233°13.71%97.25%
CMYK13.71%12.10%0.00%
2.75%

Color #D6DAF8 in popluar number systems.

HEXD6DAF8
Decimal214218248
Binary110101101101101011111000
Octal326332370

Shades and tints

Shades of #D6DAF8

#D6DAF8
(214,218,248)
#C3C7E2
(195,199,226)
#B0B4CC
(176,180,204)
#9DA1B6
(157,161,182)
#8A8EA0
(138,142,160)
#777B8A
(119,123,138)
#646874
(100,104,116)
#51555E
(81,85,94)
#3E4248
(62,66,72)
#2B2F32
(43,47,50)
#181C1C
(24,28,28)
#000000
(0,0,0)

Tints of #D6DAF8

#D6DAF8
(214,218,248)
#D9DDF8
(217,221,248)
#DCE0F8
(220,224,248)
#DFE3F8
(223,227,248)
#E2E6F8
(226,230,248)
#E5E9F8
(229,233,248)
#E8ECF8
(232,236,248)
#EBEFF8
(235,239,248)
#EEF2F8
(238,242,248)
#F1F5F8
(241,245,248)
#F4F8F8
(244,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6DAF8 color. Also use rgb(214,218,248) instead hex code.

Text Font Color

.myTextColor { color: #D6DAF8; }

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

This text font color is #D6DAF8.


Background Color

.myBgColor { background-color: #D6DAF8; }

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

This div background color is #D6DAF8.


Border color

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

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

This div border color is #D6DAF8.


Opacity

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

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

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

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

This text has shadow with #D6DAF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DAF8 on black background.


Color preview on white background

This text has color #D6DAF8 on white background.



Black color preview on #D6DAF8 background

This text has black color on #D6DAF8 background.


White color preview on #D6DAF8 background

This text has white color on #D6DAF8 background.