COLOR #D6DAF4

HEX: #D6DAF4
RGB: (214,218,244)

Renk bilgisi

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

RGB renk modeli

#D6DAF4 color RGB value is (214,218,244).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 218 of 255 = 85%
B 244 of 255 = 96%

214
218
244

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 218 + 244 = 676 (100%)
R 214 of 676 ~ 31.66%
G 218 of 676 ~ 32.25%
B 244 of 676 ~ 36.09%

%31.66
%32.25
%36.09

CMYK RENK MODELİ

#D6DAF4 rengi CMYK tonu (12,11,0,4).

  • camgöbeği tonu 12.30%
  • eflatun tonu 10.66%
  • sarı tonu 0.00%
  • ana renk tonu 4.31%
CMYK:
(12,11,0,4)
C12M11Y0K4 
(12%,11%,0%,4%)
(0.12/0.11/0.00/0.04)	

CMYK yüzdeleri

%12.3
%10.66
%0
%4.31

Codes

Color #D6DAF4 in popluar color models

D6DAF4
RGB214218244
HSL232°57.69%89.80%
HSB/HSV232°12.30%95.69%
CMYK12.30%10.66%0.00%
4.31%

Color #D6DAF4 in popluar number systems.

HEXD6DAF4
Decimal214218244
Binary110101101101101011110100
Octal326332364

Shades and tints

Shades of #D6DAF4

#D6DAF4
(214,218,244)
#C3C7DE
(195,199,222)
#B0B4C8
(176,180,200)
#9DA1B2
(157,161,178)
#8A8E9C
(138,142,156)
#777B86
(119,123,134)
#646870
(100,104,112)
#51555A
(81,85,90)
#3E4244
(62,66,68)
#2B2F2E
(43,47,46)
#181C18
(24,28,24)
#000000
(0,0,0)

Tints of #D6DAF4

#D6DAF4
(214,218,244)
#D9DDF5
(217,221,245)
#DCE0F6
(220,224,246)
#DFE3F7
(223,227,247)
#E2E6F8
(226,230,248)
#E5E9F9
(229,233,249)
#E8ECFA
(232,236,250)
#EBEFFB
(235,239,251)
#EEF2FC
(238,242,252)
#F1F5FD
(241,245,253)
#F4F8FE
(244,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DAF4; }

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

This text font color is #D6DAF4.


Background Color

.myBgColor { background-color: #D6DAF4; }

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

This div background color is #D6DAF4.


Border color

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

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

This div border color is #D6DAF4.


Opacity

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

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

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

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

This text has shadow with #D6DAF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DAF4 on black background.


Color preview on white background

This text has color #D6DAF4 on white background.



Black color preview on #D6DAF4 background

This text has black color on #D6DAF4 background.


White color preview on #D6DAF4 background

This text has white color on #D6DAF4 background.