COLOR #D9E6DD

HEX: #D9E6DD
RGB: (217,230,221)

Renk bilgisi

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

RGB renk modeli

#D9E6DD color RGB value is (217,230,221).

  • kırmız ton 217;
  • yeşil ton 230;
  • mavi ton 221.
RGB:
(217,230,221)
(85%,90%,87%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 230 of 255 = 90%
B 221 of 255 = 87%

217
230
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 230 + 221 = 668 (100%)
R 217 of 668 ~ 32.49%
G 230 of 668 ~ 34.43%
B 221 of 668 ~ 33.08%

%32.49
%34.43
%33.08

CMYK RENK MODELİ

#D9E6DD rengi CMYK tonu (6,0,4,10).

  • camgöbeği tonu 5.65%
  • eflatun tonu 0.00%
  • sarı tonu 3.91%
  • ana renk tonu 9.80%
CMYK:
(6,0,4,10)
C6M0Y4K10 
(6%,0%,4%,10%)
(0.06/0.00/0.04/0.10)	

CMYK yüzdeleri

%5.65
%0
%3.91
%9.8

Codes

Color #D9E6DD in popluar color models

D9E6DD
RGB217230221
HSL138°20.63%87.65%
HSB/HSV138°5.65%90.20%
CMYK5.65%0.00%3.91%
9.80%

Color #D9E6DD in popluar number systems.

HEXD9E6DD
Decimal217230221
Binary110110011110011011011101
Octal331346335

Shades and tints

Shades of #D9E6DD

#D9E6DD
(217,230,221)
#C6D2C9
(198,210,201)
#B3BEB5
(179,190,181)
#A0AAA1
(160,170,161)
#8D968D
(141,150,141)
#7A8279
(122,130,121)
#676E65
(103,110,101)
#545A51
(84,90,81)
#41463D
(65,70,61)
#2E3229
(46,50,41)
#1B1E15
(27,30,21)
#000000
(0,0,0)

Tints of #D9E6DD

#D9E6DD
(217,230,221)
#DCE8E0
(220,232,224)
#DFEAE3
(223,234,227)
#E2ECE6
(226,236,230)
#E5EEE9
(229,238,233)
#E8F0EC
(232,240,236)
#EBF2EF
(235,242,239)
#EEF4F2
(238,244,242)
#F1F6F5
(241,246,245)
#F4F8F8
(244,248,248)
#F7FAFB
(247,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E6DD color. Also use rgb(217,230,221) instead hex code.

Text Font Color

.myTextColor { color: #D9E6DD; }

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

This text font color is #D9E6DD.


Background Color

.myBgColor { background-color: #D9E6DD; }

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

This div background color is #D9E6DD.


Border color

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

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

This div border color is #D9E6DD.


Opacity

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

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

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

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

This text has shadow with #D9E6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E6DD on black background.


Color preview on white background

This text has color #D9E6DD on white background.



Black color preview on #D9E6DD background

This text has black color on #D9E6DD background.


White color preview on #D9E6DD background

This text has white color on #D9E6DD background.