COLOR #D6DAF1

HEX: #D6DAF1
RGB: (214,218,241)

Renk bilgisi

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

RGB renk modeli

#D6DAF1 color RGB value is (214,218,241).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 218 of 255 = 85%
B 241 of 255 = 95%

214
218
241

R + G + B ~ 88%. #D6DAF1 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 218 + 241 = 673 (100%)
R 214 of 673 ~ 31.8%
G 218 of 673 ~ 32.39%
B 241 of 673 ~ 35.81%

%31.8
%32.39
%35.81

CMYK RENK MODELİ

#D6DAF1 rengi CMYK tonu (11,10,0,5).

  • camgöbeği tonu 11.20%
  • eflatun tonu 9.54%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(11,10,0,5)
C11M10Y0K5 
(11%,10%,0%,5%)
(0.11/0.10/0.00/0.05)	

CMYK yüzdeleri

%11.2
%9.54
%0
%5.49

Codes

Color #D6DAF1 in popluar color models

D6DAF1
RGB214218241
HSL231°49.09%89.22%
HSB/HSV231°11.20%94.51%
CMYK11.20%9.54%0.00%
5.49%

Color #D6DAF1 in popluar number systems.

HEXD6DAF1
Decimal214218241
Binary110101101101101011110001
Octal326332361

Shades and tints

Shades of #D6DAF1

#D6DAF1
(214,218,241)
#C3C7DC
(195,199,220)
#B0B4C7
(176,180,199)
#9DA1B2
(157,161,178)
#8A8E9D
(138,142,157)
#777B88
(119,123,136)
#646873
(100,104,115)
#51555E
(81,85,94)
#3E4249
(62,66,73)
#2B2F34
(43,47,52)
#181C1F
(24,28,31)
#000000
(0,0,0)

Tints of #D6DAF1

#D6DAF1
(214,218,241)
#D9DDF2
(217,221,242)
#DCE0F3
(220,224,243)
#DFE3F4
(223,227,244)
#E2E6F5
(226,230,245)
#E5E9F6
(229,233,246)
#E8ECF7
(232,236,247)
#EBEFF8
(235,239,248)
#EEF2F9
(238,242,249)
#F1F5FA
(241,245,250)
#F4F8FB
(244,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DAF1; }

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

This text font color is #D6DAF1.


Background Color

.myBgColor { background-color: #D6DAF1; }

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

This div background color is #D6DAF1.


Border color

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

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

This div border color is #D6DAF1.


Opacity

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

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

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

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

This text has shadow with #D6DAF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DAF1 on black background.


Color preview on white background

This text has color #D6DAF1 on white background.



Black color preview on #D6DAF1 background

This text has black color on #D6DAF1 background.


White color preview on #D6DAF1 background

This text has white color on #D6DAF1 background.