COLOR #D6E7FB

HEX: #D6E7FB
RGB: (214,231,251)

Renk bilgisi

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

RGB renk modeli

#D6E7FB color RGB value is (214,231,251).

  • kırmız ton 214;
  • yeşil ton 231;
  • mavi ton 251.
RGB:
(214,231,251)
(84%,91%,98%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 231 of 255 = 91%
B 251 of 255 = 98%

214
231
251

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 231 + 251 = 696 (100%)
R 214 of 696 ~ 30.75%
G 231 of 696 ~ 33.19%
B 251 of 696 ~ 36.06%

%30.75
%33.19
%36.06

CMYK RENK MODELİ

#D6E7FB rengi CMYK tonu (15,8,0,2).

  • camgöbeği tonu 14.74%
  • eflatun tonu 7.97%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(15,8,0,2)
C15M8Y0K2 
(15%,8%,0%,2%)
(0.15/0.08/0.00/0.02)	

CMYK yüzdeleri

%14.74
%7.97
%0
%1.57

Codes

Color #D6E7FB in popluar color models

D6E7FB
RGB214231251
HSL212°82.22%91.18%
HSB/HSV212°14.74%98.43%
CMYK14.74%7.97%0.00%
1.57%

Color #D6E7FB in popluar number systems.

HEXD6E7FB
Decimal214231251
Binary110101101110011111111011
Octal326347373

Shades and tints

Shades of #D6E7FB

#D6E7FB
(214,231,251)
#C3D2E5
(195,210,229)
#B0BDCF
(176,189,207)
#9DA8B9
(157,168,185)
#8A93A3
(138,147,163)
#777E8D
(119,126,141)
#646977
(100,105,119)
#515461
(81,84,97)
#3E3F4B
(62,63,75)
#2B2A35
(43,42,53)
#18151F
(24,21,31)
#000000
(0,0,0)

Tints of #D6E7FB

#D6E7FB
(214,231,251)
#D9E9FB
(217,233,251)
#DCEBFB
(220,235,251)
#DFEDFB
(223,237,251)
#E2EFFB
(226,239,251)
#E5F1FB
(229,241,251)
#E8F3FB
(232,243,251)
#EBF5FB
(235,245,251)
#EEF7FB
(238,247,251)
#F1F9FB
(241,249,251)
#F4FBFB
(244,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E7FB color. Also use rgb(214,231,251) instead hex code.

Text Font Color

.myTextColor { color: #D6E7FB; }

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

This text font color is #D6E7FB.


Background Color

.myBgColor { background-color: #D6E7FB; }

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

This div background color is #D6E7FB.


Border color

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

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

This div border color is #D6E7FB.


Opacity

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

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

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

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

This text has shadow with #D6E7FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E7FB on black background.


Color preview on white background

This text has color #D6E7FB on white background.



Black color preview on #D6E7FB background

This text has black color on #D6E7FB background.


White color preview on #D6E7FB background

This text has white color on #D6E7FB background.