COLOR #D6E5DA

HEX: #D6E5DA
RGB: (214,229,218)

Renk bilgisi

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

RGB renk modeli

#D6E5DA color RGB value is (214,229,218).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 229 of 255 = 90%
B 218 of 255 = 85%

214
229
218

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 229 + 218 = 661 (100%)
R 214 of 661 ~ 32.38%
G 229 of 661 ~ 34.64%
B 218 of 661 ~ 32.98%

%32.38
%34.64
%32.98

CMYK RENK MODELİ

#D6E5DA rengi CMYK tonu (7,0,5,10).

  • camgöbeği tonu 6.55%
  • eflatun tonu 0.00%
  • sarı tonu 4.80%
  • ana renk tonu 10.20%
CMYK: (7,0,5,10) C7M0Y5K10 (7%,0%,5%,10%) (0.07/0.00/0.05/0.10)

CMYK yüzdeleri

%6.55
%0
%4.8
%10.2

Codes

Color #D6E5DA in popluar color models

D6E5DA
RGB214229218
HSL136°22.39%86.86%
HSB/HSV136°6.55%89.80%
CMYK6.55%0.00%4.80%
10.20%

Color #D6E5DA in popluar number systems.

HEXD6E5DA
Decimal214229218
Binary110101101110010111011010
Octal326345332

Shades and tints

Shades of #D6E5DA

#D6E5DA
(214,229,218)
#C3D1C7
(195,209,199)
#B0BDB4
(176,189,180)
#9DA9A1
(157,169,161)
#8A958E
(138,149,142)
#77817B
(119,129,123)
#646D68
(100,109,104)
#515955
(81,89,85)
#3E4542
(62,69,66)
#2B312F
(43,49,47)
#181D1C
(24,29,28)
#000000
(0,0,0)

Tints of #D6E5DA

#D6E5DA
(214,229,218)
#D9E7DD
(217,231,221)
#DCE9E0
(220,233,224)
#DFEBE3
(223,235,227)
#E2EDE6
(226,237,230)
#E5EFE9
(229,239,233)
#E8F1EC
(232,241,236)
#EBF3EF
(235,243,239)
#EEF5F2
(238,245,242)
#F1F7F5
(241,247,245)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E5DA; }

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

This text font color is #D6E5DA.


Background Color

.myBgColor { background-color: #D6E5DA; }

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

This div background color is #D6E5DA.


Border color

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

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

This div border color is #D6E5DA.


Opacity

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

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

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

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

This text has shadow with #D6E5DA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D6E5DA on black background.


Color preview on white background

This text has color #D6E5DA on white background.



Black color preview on #D6E5DA background

This text has black color on #D6E5DA background.


White color preview on #D6E5DA background

This text has white color on #D6E5DA background.