COLOR #D6E4DD

HEX: #D6E4DD
RGB: (214,228,221)

Renk bilgisi

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

RGB renk modeli

#D6E4DD color RGB value is (214,228,221).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 228 of 255 = 89%
B 221 of 255 = 87%

214
228
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 228 + 221 = 663 (100%)
R 214 of 663 ~ 32.28%
G 228 of 663 ~ 34.39%
B 221 of 663 ~ 33.33%

%32.28
%34.39
%33.33

CMYK RENK MODELİ

#D6E4DD rengi CMYK tonu (6,0,3,11).

  • camgöbeği tonu 6.14%
  • eflatun tonu 0.00%
  • sarı tonu 3.07%
  • ana renk tonu 10.59%
CMYK:
(6,0,3,11)
C6M0Y3K11 
(6%,0%,3%,11%)
(0.06/0.00/0.03/0.11)	

CMYK yüzdeleri

%6.14
%0
%3.07
%10.59

Codes

Color #D6E4DD in popluar color models

D6E4DD
RGB214228221
HSL150°20.59%86.67%
HSB/HSV150°6.14%89.41%
CMYK6.14%0.00%3.07%
10.59%

Color #D6E4DD in popluar number systems.

HEXD6E4DD
Decimal214228221
Binary110101101110010011011101
Octal326344335

Shades and tints

Shades of #D6E4DD

#D6E4DD
(214,228,221)
#C3D0C9
(195,208,201)
#B0BCB5
(176,188,181)
#9DA8A1
(157,168,161)
#8A948D
(138,148,141)
#778079
(119,128,121)
#646C65
(100,108,101)
#515851
(81,88,81)
#3E443D
(62,68,61)
#2B3029
(43,48,41)
#181C15
(24,28,21)
#000000
(0,0,0)

Tints of #D6E4DD

#D6E4DD
(214,228,221)
#D9E6E0
(217,230,224)
#DCE8E3
(220,232,227)
#DFEAE6
(223,234,230)
#E2ECE9
(226,236,233)
#E5EEEC
(229,238,236)
#E8F0EF
(232,240,239)
#EBF2F2
(235,242,242)
#EEF4F5
(238,244,245)
#F1F6F8
(241,246,248)
#F4F8FB
(244,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E4DD; }

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

This text font color is #D6E4DD.


Background Color

.myBgColor { background-color: #D6E4DD; }

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

This div background color is #D6E4DD.


Border color

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

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

This div border color is #D6E4DD.


Opacity

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

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

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

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

This text has shadow with #D6E4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E4DD on black background.


Color preview on white background

This text has color #D6E4DD on white background.



Black color preview on #D6E4DD background

This text has black color on #D6E4DD background.


White color preview on #D6E4DD background

This text has white color on #D6E4DD background.