COLOR #D6E4DC

HEX: #D6E4DC
RGB: (214,228,220)

Renk bilgisi

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

RGB renk modeli

#D6E4DC color RGB value is (214,228,220).

  • kırmız ton 214;
  • yeşil ton 228;
  • mavi ton 220.
RGB:
(214,228,220)
(84%,89%,86%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 228 of 255 = 89%
B 220 of 255 = 86%

214
228
220

R + G + B ~ 86%. #D6E4DC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 228 + 220 = 662 (100%)
R 214 of 662 ~ 32.33%
G 228 of 662 ~ 34.44%
B 220 of 662 ~ 33.23%

%32.33
%34.44
%33.23

CMYK RENK MODELİ

#D6E4DC rengi CMYK tonu (6,0,4,11).

  • camgöbeği tonu 6.14%
  • eflatun tonu 0.00%
  • sarı tonu 3.51%
  • ana renk tonu 10.59%
CMYK:
(6,0,4,11)
C6M0Y4K11 
(6%,0%,4%,11%)
(0.06/0.00/0.04/0.11)	

CMYK yüzdeleri

%6.14
%0
%3.51
%10.59

Codes

Color #D6E4DC in popluar color models

D6E4DC
RGB214228220
HSL146°20.59%86.67%
HSB/HSV146°6.14%89.41%
CMYK6.14%0.00%3.51%
10.59%

Color #D6E4DC in popluar number systems.

HEXD6E4DC
Decimal214228220
Binary110101101110010011011100
Octal326344334

Shades and tints

Shades of #D6E4DC

#D6E4DC
(214,228,220)
#C3D0C8
(195,208,200)
#B0BCB4
(176,188,180)
#9DA8A0
(157,168,160)
#8A948C
(138,148,140)
#778078
(119,128,120)
#646C64
(100,108,100)
#515850
(81,88,80)
#3E443C
(62,68,60)
#2B3028
(43,48,40)
#181C14
(24,28,20)
#000000
(0,0,0)

Tints of #D6E4DC

#D6E4DC
(214,228,220)
#D9E6DF
(217,230,223)
#DCE8E2
(220,232,226)
#DFEAE5
(223,234,229)
#E2ECE8
(226,236,232)
#E5EEEB
(229,238,235)
#E8F0EE
(232,240,238)
#EBF2F1
(235,242,241)
#EEF4F4
(238,244,244)
#F1F6F7
(241,246,247)
#F4F8FA
(244,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E4DC color. Also use rgb(214,228,220) instead hex code.

Text Font Color

.myTextColor { color: #D6E4DC; }

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

This text font color is #D6E4DC.


Background Color

.myBgColor { background-color: #D6E4DC; }

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

This div background color is #D6E4DC.


Border color

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

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

This div border color is #D6E4DC.


Opacity

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

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

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

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

This text has shadow with #D6E4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E4DC on black background.


Color preview on white background

This text has color #D6E4DC on white background.



Black color preview on #D6E4DC background

This text has black color on #D6E4DC background.


White color preview on #D6E4DC background

This text has white color on #D6E4DC background.