COLOR #D6DFFB

HEX: #D6DFFB
RGB: (214,223,251)

Renk bilgisi

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

RGB renk modeli

#D6DFFB color RGB value is (214,223,251).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 223 of 255 = 87%
B 251 of 255 = 98%

214
223
251

R + G + B ~ 90%. #D6DFFB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 223 + 251 = 688 (100%)
R 214 of 688 ~ 31.1%
G 223 of 688 ~ 32.41%
B 251 of 688 ~ 36.48%

%31.1
%32.41
%36.48

CMYK RENK MODELİ

#D6DFFB rengi CMYK tonu (15,11,0,2).

  • camgöbeği tonu 14.74%
  • eflatun tonu 11.16%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(15,11,0,2)
C15M11Y0K2 
(15%,11%,0%,2%)
(0.15/0.11/0.00/0.02)	

CMYK yüzdeleri

%14.74
%11.16
%0
%1.57

Codes

Color #D6DFFB in popluar color models

D6DFFB
RGB214223251
HSL225°82.22%91.18%
HSB/HSV225°14.74%98.43%
CMYK14.74%11.16%0.00%
1.57%

Color #D6DFFB in popluar number systems.

HEXD6DFFB
Decimal214223251
Binary110101101101111111111011
Octal326337373

Shades and tints

Shades of #D6DFFB

#D6DFFB
(214,223,251)
#C3CBE5
(195,203,229)
#B0B7CF
(176,183,207)
#9DA3B9
(157,163,185)
#8A8FA3
(138,143,163)
#777B8D
(119,123,141)
#646777
(100,103,119)
#515361
(81,83,97)
#3E3F4B
(62,63,75)
#2B2B35
(43,43,53)
#18171F
(24,23,31)
#000000
(0,0,0)

Tints of #D6DFFB

#D6DFFB
(214,223,251)
#D9E1FB
(217,225,251)
#DCE3FB
(220,227,251)
#DFE5FB
(223,229,251)
#E2E7FB
(226,231,251)
#E5E9FB
(229,233,251)
#E8EBFB
(232,235,251)
#EBEDFB
(235,237,251)
#EEEFFB
(238,239,251)
#F1F1FB
(241,241,251)
#F4F3FB
(244,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DFFB; }

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

This text font color is #D6DFFB.


Background Color

.myBgColor { background-color: #D6DFFB; }

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

This div background color is #D6DFFB.


Border color

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

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

This div border color is #D6DFFB.


Opacity

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

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

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

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

This text has shadow with #D6DFFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DFFB on black background.


Color preview on white background

This text has color #D6DFFB on white background.



Black color preview on #D6DFFB background

This text has black color on #D6DFFB background.


White color preview on #D6DFFB background

This text has white color on #D6DFFB background.