COLOR #D6E1F1

HEX: #D6E1F1
RGB: (214,225,241)

Renk bilgisi

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

RGB renk modeli

#D6E1F1 color RGB value is (214,225,241).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 225 of 255 = 88%
B 241 of 255 = 95%

214
225
241

R + G + B ~ 89%. #D6E1F1 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 225 + 241 = 680 (100%)
R 214 of 680 ~ 31.47%
G 225 of 680 ~ 33.09%
B 241 of 680 ~ 35.44%

%31.47
%33.09
%35.44

CMYK RENK MODELİ

#D6E1F1 rengi CMYK tonu (11,7,0,5).

  • camgöbeği tonu 11.20%
  • eflatun tonu 6.64%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(11,7,0,5)
C11M7Y0K5 
(11%,7%,0%,5%)
(0.11/0.07/0.00/0.05)	

CMYK yüzdeleri

%11.2
%6.64
%0
%5.49

Codes

Color #D6E1F1 in popluar color models

D6E1F1
RGB214225241
HSL216°49.09%89.22%
HSB/HSV216°11.20%94.51%
CMYK11.20%6.64%0.00%
5.49%

Color #D6E1F1 in popluar number systems.

HEXD6E1F1
Decimal214225241
Binary110101101110000111110001
Octal326341361

Shades and tints

Shades of #D6E1F1

#D6E1F1
(214,225,241)
#C3CDDC
(195,205,220)
#B0B9C7
(176,185,199)
#9DA5B2
(157,165,178)
#8A919D
(138,145,157)
#777D88
(119,125,136)
#646973
(100,105,115)
#51555E
(81,85,94)
#3E4149
(62,65,73)
#2B2D34
(43,45,52)
#18191F
(24,25,31)
#000000
(0,0,0)

Tints of #D6E1F1

#D6E1F1
(214,225,241)
#D9E3F2
(217,227,242)
#DCE5F3
(220,229,243)
#DFE7F4
(223,231,244)
#E2E9F5
(226,233,245)
#E5EBF6
(229,235,246)
#E8EDF7
(232,237,247)
#EBEFF8
(235,239,248)
#EEF1F9
(238,241,249)
#F1F3FA
(241,243,250)
#F4F5FB
(244,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E1F1; }

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

This text font color is #D6E1F1.


Background Color

.myBgColor { background-color: #D6E1F1; }

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

This div background color is #D6E1F1.


Border color

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

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

This div border color is #D6E1F1.


Opacity

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

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

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

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

This text has shadow with #D6E1F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E1F1 on black background.


Color preview on white background

This text has color #D6E1F1 on white background.



Black color preview on #D6E1F1 background

This text has black color on #D6E1F1 background.


White color preview on #D6E1F1 background

This text has white color on #D6E1F1 background.