COLOR #D6E5FF

HEX: #D6E5FF
RGB: (214,229,255)

Renk bilgisi

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

RGB renk modeli

#D6E5FF color RGB value is (214,229,255).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 229 of 255 = 90%
B 255 of 255 = 100%

214
229
255

R + G + B ~ 91%. #D6E5FF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 229 + 255 = 698 (100%)
R 214 of 698 ~ 30.66%
G 229 of 698 ~ 32.81%
B 255 of 698 ~ 36.53%

%30.66
%32.81
%36.53

CMYK RENK MODELİ

#D6E5FF rengi CMYK tonu (16,10,0,0).

  • camgöbeği tonu 16.08%
  • eflatun tonu 10.20%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(16,10,0,0)
C16M10Y0K0 
(16%,10%,0%,0%)
(0.16/0.10/0.00/0.00)	

CMYK yüzdeleri

%16.08
%10.2
%0
%0

Codes

Color #D6E5FF in popluar color models

D6E5FF
RGB214229255
HSL218°100.00%91.96%
HSB/HSV218°16.08%100.00%
CMYK16.08%10.20%0.00%
0.00%

Color #D6E5FF in popluar number systems.

HEXD6E5FF
Decimal214229255
Binary110101101110010111111111
Octal326345377

Shades and tints

Shades of #D6E5FF

#D6E5FF
(214,229,255)
#C3D1E8
(195,209,232)
#B0BDD1
(176,189,209)
#9DA9BA
(157,169,186)
#8A95A3
(138,149,163)
#77818C
(119,129,140)
#646D75
(100,109,117)
#51595E
(81,89,94)
#3E4547
(62,69,71)
#2B3130
(43,49,48)
#181D19
(24,29,25)
#000000
(0,0,0)

Tints of #D6E5FF

#D6E5FF
(214,229,255)
#D9E7FF
(217,231,255)
#DCE9FF
(220,233,255)
#DFEBFF
(223,235,255)
#E2EDFF
(226,237,255)
#E5EFFF
(229,239,255)
#E8F1FF
(232,241,255)
#EBF3FF
(235,243,255)
#EEF5FF
(238,245,255)
#F1F7FF
(241,247,255)
#F4F9FF
(244,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E5FF; }

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

This text font color is #D6E5FF.


Background Color

.myBgColor { background-color: #D6E5FF; }

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

This div background color is #D6E5FF.


Border color

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

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

This div border color is #D6E5FF.


Opacity

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

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

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

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

This text has shadow with #D6E5FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E5FF on black background.


Color preview on white background

This text has color #D6E5FF on white background.



Black color preview on #D6E5FF background

This text has black color on #D6E5FF background.


White color preview on #D6E5FF background

This text has white color on #D6E5FF background.