COLOR #D6E8EC

HEX: #D6E8EC
RGB: (214,232,236)

Renk bilgisi

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

RGB renk modeli

#D6E8EC color RGB value is (214,232,236).

  • kırmız ton 214;
  • yeşil ton 232;
  • mavi ton 236.
RGB:
(214,232,236)
(84%,91%,93%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 232 of 255 = 91%
B 236 of 255 = 93%

214
232
236

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 232 + 236 = 682 (100%)
R 214 of 682 ~ 31.38%
G 232 of 682 ~ 34.02%
B 236 of 682 ~ 34.6%

%31.38
%34.02
%34.6

CMYK RENK MODELİ

#D6E8EC rengi CMYK tonu (9,2,0,7).

  • camgöbeği tonu 9.32%
  • eflatun tonu 1.69%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(9,2,0,7)
C9M2Y0K7 
(9%,2%,0%,7%)
(0.09/0.02/0.00/0.07)	

CMYK yüzdeleri

%9.32
%1.69
%0
%7.45

Codes

Color #D6E8EC in popluar color models

D6E8EC
RGB214232236
HSL191°36.67%88.24%
HSB/HSV191°9.32%92.55%
CMYK9.32%1.69%0.00%
7.45%

Color #D6E8EC in popluar number systems.

HEXD6E8EC
Decimal214232236
Binary110101101110100011101100
Octal326350354

Shades and tints

Shades of #D6E8EC

#D6E8EC
(214,232,236)
#C3D3D7
(195,211,215)
#B0BEC2
(176,190,194)
#9DA9AD
(157,169,173)
#8A9498
(138,148,152)
#777F83
(119,127,131)
#646A6E
(100,106,110)
#515559
(81,85,89)
#3E4044
(62,64,68)
#2B2B2F
(43,43,47)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #D6E8EC

#D6E8EC
(214,232,236)
#D9EAED
(217,234,237)
#DCECEE
(220,236,238)
#DFEEEF
(223,238,239)
#E2F0F0
(226,240,240)
#E5F2F1
(229,242,241)
#E8F4F2
(232,244,242)
#EBF6F3
(235,246,243)
#EEF8F4
(238,248,244)
#F1FAF5
(241,250,245)
#F4FCF6
(244,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E8EC color. Also use rgb(214,232,236) instead hex code.

Text Font Color

.myTextColor { color: #D6E8EC; }

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

This text font color is #D6E8EC.


Background Color

.myBgColor { background-color: #D6E8EC; }

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

This div background color is #D6E8EC.


Border color

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

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

This div border color is #D6E8EC.


Opacity

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

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

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

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

This text has shadow with #D6E8EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E8EC on black background.


Color preview on white background

This text has color #D6E8EC on white background.



Black color preview on #D6E8EC background

This text has black color on #D6E8EC background.


White color preview on #D6E8EC background

This text has white color on #D6E8EC background.