COLOR #D6D6DB

HEX: #D6D6DB
RGB: (214,214,219)

Renk bilgisi

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

RGB renk modeli

#D6D6DB color RGB value is (214,214,219).

  • kırmız ton 214;
  • yeşil ton 214;
  • mavi ton 219.
RGB:
(214,214,219)
(84%,84%,86%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 214 of 255 = 84%
B 219 of 255 = 86%

214
214
219

R + G + B ~ 85%. #D6D6DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 214 + 219 = 647 (100%)
R 214 of 647 ~ 33.08%
G 214 of 647 ~ 33.08%
B 219 of 647 ~ 33.85%

%33.08
%33.08
%33.85

CMYK RENK MODELİ

#D6D6DB rengi CMYK tonu (2,2,0,14).

  • camgöbeği tonu 2.28%
  • eflatun tonu 2.28%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(2,2,0,14)
C2M2Y0K14 
(2%,2%,0%,14%)
(0.02/0.02/0.00/0.14)	

CMYK yüzdeleri

%2.28
%2.28
%0
%14.12

Codes

Color #D6D6DB in popluar color models

D6D6DB
RGB214214219
HSL240°6.49%84.90%
HSB/HSV240°2.28%85.88%
CMYK2.28%2.28%0.00%
14.12%

Color #D6D6DB in popluar number systems.

HEXD6D6DB
Decimal214214219
Binary110101101101011011011011
Octal326326333

Shades and tints

Shades of #D6D6DB

#D6D6DB
(214,214,219)
#C3C3C8
(195,195,200)
#B0B0B5
(176,176,181)
#9D9DA2
(157,157,162)
#8A8A8F
(138,138,143)
#77777C
(119,119,124)
#646469
(100,100,105)
#515156
(81,81,86)
#3E3E43
(62,62,67)
#2B2B30
(43,43,48)
#18181D
(24,24,29)
#000000
(0,0,0)

Tints of #D6D6DB

#D6D6DB
(214,214,219)
#D9D9DE
(217,217,222)
#DCDCE1
(220,220,225)
#DFDFE4
(223,223,228)
#E2E2E7
(226,226,231)
#E5E5EA
(229,229,234)
#E8E8ED
(232,232,237)
#EBEBF0
(235,235,240)
#EEEEF3
(238,238,243)
#F1F1F6
(241,241,246)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D6DB; }

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

This text font color is #D6D6DB.


Background Color

.myBgColor { background-color: #D6D6DB; }

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

This div background color is #D6D6DB.


Border color

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

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

This div border color is #D6D6DB.


Opacity

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

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

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

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

This text has shadow with #D6D6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D6DB on black background.


Color preview on white background

This text has color #D6D6DB on white background.



Black color preview on #D6D6DB background

This text has black color on #D6D6DB background.


White color preview on #D6D6DB background

This text has white color on #D6D6DB background.