COLOR #D6E9FF

HEX: #D6E9FF
RGB: (214,233,255)

Renk bilgisi

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

RGB renk modeli

#D6E9FF color RGB value is (214,233,255).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 233 of 255 = 91%
B 255 of 255 = 100%

214
233
255

R + G + B ~ 92%. #D6E9FF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 233 + 255 = 702 (100%)
R 214 of 702 ~ 30.48%
G 233 of 702 ~ 33.19%
B 255 of 702 ~ 36.32%

%30.48
%33.19
%36.32

CMYK RENK MODELİ

#D6E9FF rengi CMYK tonu (16,9,0,0).

  • camgöbeği tonu 16.08%
  • eflatun tonu 8.63%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(16,9,0,0)
C16M9Y0K0 
(16%,9%,0%,0%)
(0.16/0.09/0.00/0.00)	

CMYK yüzdeleri

%16.08
%8.63
%0
%0

Codes

Color #D6E9FF in popluar color models

D6E9FF
RGB214233255
HSL212°100.00%91.96%
HSB/HSV212°16.08%100.00%
CMYK16.08%8.63%0.00%
0.00%

Color #D6E9FF in popluar number systems.

HEXD6E9FF
Decimal214233255
Binary110101101110100111111111
Octal326351377

Shades and tints

Shades of #D6E9FF

#D6E9FF
(214,233,255)
#C3D4E8
(195,212,232)
#B0BFD1
(176,191,209)
#9DAABA
(157,170,186)
#8A95A3
(138,149,163)
#77808C
(119,128,140)
#646B75
(100,107,117)
#51565E
(81,86,94)
#3E4147
(62,65,71)
#2B2C30
(43,44,48)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #D6E9FF

#D6E9FF
(214,233,255)
#D9EBFF
(217,235,255)
#DCEDFF
(220,237,255)
#DFEFFF
(223,239,255)
#E2F1FF
(226,241,255)
#E5F3FF
(229,243,255)
#E8F5FF
(232,245,255)
#EBF7FF
(235,247,255)
#EEF9FF
(238,249,255)
#F1FBFF
(241,251,255)
#F4FDFF
(244,253,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E9FF; }

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

This text font color is #D6E9FF.


Background Color

.myBgColor { background-color: #D6E9FF; }

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

This div background color is #D6E9FF.


Border color

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

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

This div border color is #D6E9FF.


Opacity

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

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

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

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

This text has shadow with #D6E9FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E9FF on black background.


Color preview on white background

This text has color #D6E9FF on white background.



Black color preview on #D6E9FF background

This text has black color on #D6E9FF background.


White color preview on #D6E9FF background

This text has white color on #D6E9FF background.