COLOR #D6E1F8

HEX: #D6E1F8
RGB: (214,225,248)

Renk bilgisi

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

RGB renk modeli

#D6E1F8 color RGB value is (214,225,248).

  • kırmız ton 214;
  • yeşil ton 225;
  • mavi ton 248.
RGB:
(214,225,248)
(84%,88%,97%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 225 of 255 = 88%
B 248 of 255 = 97%

214
225
248

R + G + B ~ 90%. #D6E1F8 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 225 + 248 = 687 (100%)
R 214 of 687 ~ 31.15%
G 225 of 687 ~ 32.75%
B 248 of 687 ~ 36.1%

%31.15
%32.75
%36.1

CMYK RENK MODELİ

#D6E1F8 rengi CMYK tonu (14,9,0,3).

  • camgöbeği tonu 13.71%
  • eflatun tonu 9.27%
  • sarı tonu 0.00%
  • ana renk tonu 2.75%
CMYK:
(14,9,0,3)
C14M9Y0K3 
(14%,9%,0%,3%)
(0.14/0.09/0.00/0.03)	

CMYK yüzdeleri

%13.71
%9.27
%0
%2.75

Codes

Color #D6E1F8 in popluar color models

D6E1F8
RGB214225248
HSL221°70.83%90.59%
HSB/HSV221°13.71%97.25%
CMYK13.71%9.27%0.00%
2.75%

Color #D6E1F8 in popluar number systems.

HEXD6E1F8
Decimal214225248
Binary110101101110000111111000
Octal326341370

Shades and tints

Shades of #D6E1F8

#D6E1F8
(214,225,248)
#C3CDE2
(195,205,226)
#B0B9CC
(176,185,204)
#9DA5B6
(157,165,182)
#8A91A0
(138,145,160)
#777D8A
(119,125,138)
#646974
(100,105,116)
#51555E
(81,85,94)
#3E4148
(62,65,72)
#2B2D32
(43,45,50)
#18191C
(24,25,28)
#000000
(0,0,0)

Tints of #D6E1F8

#D6E1F8
(214,225,248)
#D9E3F8
(217,227,248)
#DCE5F8
(220,229,248)
#DFE7F8
(223,231,248)
#E2E9F8
(226,233,248)
#E5EBF8
(229,235,248)
#E8EDF8
(232,237,248)
#EBEFF8
(235,239,248)
#EEF1F8
(238,241,248)
#F1F3F8
(241,243,248)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E1F8; }

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

This text font color is #D6E1F8.


Background Color

.myBgColor { background-color: #D6E1F8; }

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

This div background color is #D6E1F8.


Border color

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

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

This div border color is #D6E1F8.


Opacity

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

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

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

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

This text has shadow with #D6E1F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E1F8 on black background.


Color preview on white background

This text has color #D6E1F8 on white background.



Black color preview on #D6E1F8 background

This text has black color on #D6E1F8 background.


White color preview on #D6E1F8 background

This text has white color on #D6E1F8 background.