COLOR #D6E5DF

HEX: #D6E5DF
RGB: (214,229,223)

Renk bilgisi

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

RGB renk modeli

#D6E5DF color RGB value is (214,229,223).

  • kırmız ton 214;
  • yeşil ton 229;
  • mavi ton 223.
RGB:
(214,229,223)
(84%,90%,87%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 229 of 255 = 90%
B 223 of 255 = 87%

214
229
223

R + G + B ~ 87%. #D6E5DF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 229 + 223 = 666 (100%)
R 214 of 666 ~ 32.13%
G 229 of 666 ~ 34.38%
B 223 of 666 ~ 33.48%

%32.13
%34.38
%33.48

CMYK RENK MODELİ

#D6E5DF rengi CMYK tonu (7,0,3,10).

  • camgöbeği tonu 6.55%
  • eflatun tonu 0.00%
  • sarı tonu 2.62%
  • ana renk tonu 10.20%
CMYK:
(7,0,3,10)
C7M0Y3K10 
(7%,0%,3%,10%)
(0.07/0.00/0.03/0.10)	

CMYK yüzdeleri

%6.55
%0
%2.62
%10.2

Codes

Color #D6E5DF in popluar color models

D6E5DF
RGB214229223
HSL156°22.39%86.86%
HSB/HSV156°6.55%89.80%
CMYK6.55%0.00%2.62%
10.20%

Color #D6E5DF in popluar number systems.

HEXD6E5DF
Decimal214229223
Binary110101101110010111011111
Octal326345337

Shades and tints

Shades of #D6E5DF

#D6E5DF
(214,229,223)
#C3D1CB
(195,209,203)
#B0BDB7
(176,189,183)
#9DA9A3
(157,169,163)
#8A958F
(138,149,143)
#77817B
(119,129,123)
#646D67
(100,109,103)
#515953
(81,89,83)
#3E453F
(62,69,63)
#2B312B
(43,49,43)
#181D17
(24,29,23)
#000000
(0,0,0)

Tints of #D6E5DF

#D6E5DF
(214,229,223)
#D9E7E1
(217,231,225)
#DCE9E3
(220,233,227)
#DFEBE5
(223,235,229)
#E2EDE7
(226,237,231)
#E5EFE9
(229,239,233)
#E8F1EB
(232,241,235)
#EBF3ED
(235,243,237)
#EEF5EF
(238,245,239)
#F1F7F1
(241,247,241)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E5DF color. Also use rgb(214,229,223) instead hex code.

Text Font Color

.myTextColor { color: #D6E5DF; }

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

This text font color is #D6E5DF.


Background Color

.myBgColor { background-color: #D6E5DF; }

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

This div background color is #D6E5DF.


Border color

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

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

This div border color is #D6E5DF.


Opacity

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

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

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

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

This text has shadow with #D6E5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E5DF on black background.


Color preview on white background

This text has color #D6E5DF on white background.



Black color preview on #D6E5DF background

This text has black color on #D6E5DF background.


White color preview on #D6E5DF background

This text has white color on #D6E5DF background.