COLOR #D6EBFB

HEX: #D6EBFB
RGB: (214,235,251)

Renk bilgisi

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

RGB renk modeli

#D6EBFB color RGB value is (214,235,251).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 235 of 255 = 92%
B 251 of 255 = 98%

214
235
251

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 235 + 251 = 700 (100%)
R 214 of 700 ~ 30.57%
G 235 of 700 ~ 33.57%
B 251 of 700 ~ 35.86%

%30.57
%33.57
%35.86

CMYK RENK MODELİ

#D6EBFB rengi CMYK tonu (15,6,0,2).

  • camgöbeği tonu 14.74%
  • eflatun tonu 6.37%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(15,6,0,2)
C15M6Y0K2 
(15%,6%,0%,2%)
(0.15/0.06/0.00/0.02)	

CMYK yüzdeleri

%14.74
%6.37
%0
%1.57

Codes

Color #D6EBFB in popluar color models

D6EBFB
RGB214235251
HSL206°82.22%91.18%
HSB/HSV206°14.74%98.43%
CMYK14.74%6.37%0.00%
1.57%

Color #D6EBFB in popluar number systems.

HEXD6EBFB
Decimal214235251
Binary110101101110101111111011
Octal326353373

Shades and tints

Shades of #D6EBFB

#D6EBFB
(214,235,251)
#C3D6E5
(195,214,229)
#B0C1CF
(176,193,207)
#9DACB9
(157,172,185)
#8A97A3
(138,151,163)
#77828D
(119,130,141)
#646D77
(100,109,119)
#515861
(81,88,97)
#3E434B
(62,67,75)
#2B2E35
(43,46,53)
#18191F
(24,25,31)
#000000
(0,0,0)

Tints of #D6EBFB

#D6EBFB
(214,235,251)
#D9ECFB
(217,236,251)
#DCEDFB
(220,237,251)
#DFEEFB
(223,238,251)
#E2EFFB
(226,239,251)
#E5F0FB
(229,240,251)
#E8F1FB
(232,241,251)
#EBF2FB
(235,242,251)
#EEF3FB
(238,243,251)
#F1F4FB
(241,244,251)
#F4F5FB
(244,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EBFB; }

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

This text font color is #D6EBFB.


Background Color

.myBgColor { background-color: #D6EBFB; }

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

This div background color is #D6EBFB.


Border color

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

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

This div border color is #D6EBFB.


Opacity

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

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

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

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

This text has shadow with #D6EBFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EBFB on black background.


Color preview on white background

This text has color #D6EBFB on white background.



Black color preview on #D6EBFB background

This text has black color on #D6EBFB background.


White color preview on #D6EBFB background

This text has white color on #D6EBFB background.