COLOR #D6E5D7

HEX: #D6E5D7
RGB: (214,229,215)

Renk bilgisi

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

RGB renk modeli

#D6E5D7 color RGB value is (214,229,215).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 229 of 255 = 90%
B 215 of 255 = 84%

214
229
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 229 + 215 = 658 (100%)
R 214 of 658 ~ 32.52%
G 229 of 658 ~ 34.8%
B 215 of 658 ~ 32.67%

%32.52
%34.8
%32.67

CMYK RENK MODELİ

#D6E5D7 rengi CMYK tonu (7,0,6,10).

  • camgöbeği tonu 6.55%
  • eflatun tonu 0.00%
  • sarı tonu 6.11%
  • ana renk tonu 10.20%
CMYK:
(7,0,6,10)
C7M0Y6K10 
(7%,0%,6%,10%)
(0.07/0.00/0.06/0.10)	

CMYK yüzdeleri

%6.55
%0
%6.11
%10.2

Codes

Color #D6E5D7 in popluar color models

D6E5D7
RGB214229215
HSL124°22.39%86.86%
HSB/HSV124°6.55%89.80%
CMYK6.55%0.00%6.11%
10.20%

Color #D6E5D7 in popluar number systems.

HEXD6E5D7
Decimal214229215
Binary110101101110010111010111
Octal326345327

Shades and tints

Shades of #D6E5D7

#D6E5D7
(214,229,215)
#C3D1C4
(195,209,196)
#B0BDB1
(176,189,177)
#9DA99E
(157,169,158)
#8A958B
(138,149,139)
#778178
(119,129,120)
#646D65
(100,109,101)
#515952
(81,89,82)
#3E453F
(62,69,63)
#2B312C
(43,49,44)
#181D19
(24,29,25)
#000000
(0,0,0)

Tints of #D6E5D7

#D6E5D7
(214,229,215)
#D9E7DA
(217,231,218)
#DCE9DD
(220,233,221)
#DFEBE0
(223,235,224)
#E2EDE3
(226,237,227)
#E5EFE6
(229,239,230)
#E8F1E9
(232,241,233)
#EBF3EC
(235,243,236)
#EEF5EF
(238,245,239)
#F1F7F2
(241,247,242)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E5D7; }

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

This text font color is #D6E5D7.


Background Color

.myBgColor { background-color: #D6E5D7; }

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

This div background color is #D6E5D7.


Border color

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

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

This div border color is #D6E5D7.


Opacity

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

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

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

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

This text has shadow with #D6E5D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E5D7 on black background.


Color preview on white background

This text has color #D6E5D7 on white background.



Black color preview on #D6E5D7 background

This text has black color on #D6E5D7 background.


White color preview on #D6E5D7 background

This text has white color on #D6E5D7 background.