COLOR #D6DBEE

HEX: #D6DBEE
RGB: (214,219,238)

Renk bilgisi

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

RGB renk modeli

#D6DBEE color RGB value is (214,219,238).

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

RGB bağlantıları ve doygunluk

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

214
219
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 219 + 238 = 671 (100%)
R 214 of 671 ~ 31.89%
G 219 of 671 ~ 32.64%
B 238 of 671 ~ 35.47%

%31.89
%32.64
%35.47

CMYK RENK MODELİ

#D6DBEE rengi CMYK tonu (10,8,0,7).

  • camgöbeği tonu 10.08%
  • eflatun tonu 7.98%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(10,8,0,7)
C10M8Y0K7 
(10%,8%,0%,7%)
(0.10/0.08/0.00/0.07)	

CMYK yüzdeleri

%10.08
%7.98
%0
%6.67

Codes

Color #D6DBEE in popluar color models

D6DBEE
RGB214219238
HSL228°41.38%88.63%
HSB/HSV228°10.08%93.33%
CMYK10.08%7.98%0.00%
6.67%

Color #D6DBEE in popluar number systems.

HEXD6DBEE
Decimal214219238
Binary110101101101101111101110
Octal326333356

Shades and tints

Shades of #D6DBEE

#D6DBEE
(214,219,238)
#C3C8D9
(195,200,217)
#B0B5C4
(176,181,196)
#9DA2AF
(157,162,175)
#8A8F9A
(138,143,154)
#777C85
(119,124,133)
#646970
(100,105,112)
#51565B
(81,86,91)
#3E4346
(62,67,70)
#2B3031
(43,48,49)
#181D1C
(24,29,28)
#000000
(0,0,0)

Tints of #D6DBEE

#D6DBEE
(214,219,238)
#D9DEEF
(217,222,239)
#DCE1F0
(220,225,240)
#DFE4F1
(223,228,241)
#E2E7F2
(226,231,242)
#E5EAF3
(229,234,243)
#E8EDF4
(232,237,244)
#EBF0F5
(235,240,245)
#EEF3F6
(238,243,246)
#F1F6F7
(241,246,247)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DBEE; }

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

This text font color is #D6DBEE.


Background Color

.myBgColor { background-color: #D6DBEE; }

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

This div background color is #D6DBEE.


Border color

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

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

This div border color is #D6DBEE.


Opacity

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

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

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

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

This text has shadow with #D6DBEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DBEE on black background.


Color preview on white background

This text has color #D6DBEE on white background.



Black color preview on #D6DBEE background

This text has black color on #D6DBEE background.


White color preview on #D6DBEE background

This text has white color on #D6DBEE background.