COLOR #D6DDE9

HEX: #D6DDE9
RGB: (214,221,233)

Renk bilgisi

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

RGB renk modeli

#D6DDE9 color RGB value is (214,221,233).

  • kırmız ton 214;
  • yeşil ton 221;
  • mavi ton 233.
RGB:
(214,221,233)
(84%,87%,91%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 221 of 255 = 87%
B 233 of 255 = 91%

214
221
233

R + G + B ~ 87%. #D6DDE9 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 221 + 233 = 668 (100%)
R 214 of 668 ~ 32.04%
G 221 of 668 ~ 33.08%
B 233 of 668 ~ 34.88%

%32.04
%33.08
%34.88

CMYK RENK MODELİ

#D6DDE9 rengi CMYK tonu (8,5,0,9).

  • camgöbeği tonu 8.15%
  • eflatun tonu 5.15%
  • sarı tonu 0.00%
  • ana renk tonu 8.63%
CMYK:
(8,5,0,9)
C8M5Y0K9 
(8%,5%,0%,9%)
(0.08/0.05/0.00/0.09)	

CMYK yüzdeleri

%8.15
%5.15
%0
%8.63

Codes

Color #D6DDE9 in popluar color models

D6DDE9
RGB214221233
HSL218°30.16%87.65%
HSB/HSV218°8.15%91.37%
CMYK8.15%5.15%0.00%
8.63%

Color #D6DDE9 in popluar number systems.

HEXD6DDE9
Decimal214221233
Binary110101101101110111101001
Octal326335351

Shades and tints

Shades of #D6DDE9

#D6DDE9
(214,221,233)
#C3C9D4
(195,201,212)
#B0B5BF
(176,181,191)
#9DA1AA
(157,161,170)
#8A8D95
(138,141,149)
#777980
(119,121,128)
#64656B
(100,101,107)
#515156
(81,81,86)
#3E3D41
(62,61,65)
#2B292C
(43,41,44)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #D6DDE9

#D6DDE9
(214,221,233)
#D9E0EB
(217,224,235)
#DCE3ED
(220,227,237)
#DFE6EF
(223,230,239)
#E2E9F1
(226,233,241)
#E5ECF3
(229,236,243)
#E8EFF5
(232,239,245)
#EBF2F7
(235,242,247)
#EEF5F9
(238,245,249)
#F1F8FB
(241,248,251)
#F4FBFD
(244,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6DDE9 color. Also use rgb(214,221,233) instead hex code.

Text Font Color

.myTextColor { color: #D6DDE9; }

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

This text font color is #D6DDE9.


Background Color

.myBgColor { background-color: #D6DDE9; }

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

This div background color is #D6DDE9.


Border color

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

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

This div border color is #D6DDE9.


Opacity

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

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

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

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

This text has shadow with #D6DDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DDE9 on black background.


Color preview on white background

This text has color #D6DDE9 on white background.



Black color preview on #D6DDE9 background

This text has black color on #D6DDE9 background.


White color preview on #D6DDE9 background

This text has white color on #D6DDE9 background.