COLOR #D9E6D5

HEX: #D9E6D5
RGB: (217,230,213)

Renk bilgisi

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

RGB renk modeli

#D9E6D5 color RGB value is (217,230,213).

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

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 230 of 255 = 90%
B 213 of 255 = 84%

217
230
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 230 + 213 = 660 (100%)
R 217 of 660 ~ 32.88%
G 230 of 660 ~ 34.85%
B 213 of 660 ~ 32.27%

%32.88
%34.85
%32.27

CMYK RENK MODELİ

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

  • camgöbeği tonu 5.65%
  • eflatun tonu 0.00%
  • sarı tonu 7.39%
  • ana renk tonu 9.80%
CMYK:
(6,0,7,10)
C6M0Y7K10 
(6%,0%,7%,10%)
(0.06/0.00/0.07/0.10)	

CMYK yüzdeleri

%5.65
%0
%7.39
%9.8

Codes

Color #D9E6D5 in popluar color models

D9E6D5
RGB217230213
HSL106°25.37%86.86%
HSB/HSV106°7.39%90.20%
CMYK5.65%0.00%7.39%
9.80%

Color #D9E6D5 in popluar number systems.

HEXD9E6D5
Decimal217230213
Binary110110011110011011010101
Octal331346325

Shades and tints

Shades of #D9E6D5

#D9E6D5
(217,230,213)
#C6D2C2
(198,210,194)
#B3BEAF
(179,190,175)
#A0AA9C
(160,170,156)
#8D9689
(141,150,137)
#7A8276
(122,130,118)
#676E63
(103,110,99)
#545A50
(84,90,80)
#41463D
(65,70,61)
#2E322A
(46,50,42)
#1B1E17
(27,30,23)
#000000
(0,0,0)

Tints of #D9E6D5

#D9E6D5
(217,230,213)
#DCE8D8
(220,232,216)
#DFEADB
(223,234,219)
#E2ECDE
(226,236,222)
#E5EEE1
(229,238,225)
#E8F0E4
(232,240,228)
#EBF2E7
(235,242,231)
#EEF4EA
(238,244,234)
#F1F6ED
(241,246,237)
#F4F8F0
(244,248,240)
#F7FAF3
(247,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E6D5; }

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

This text font color is #D9E6D5.


Background Color

.myBgColor { background-color: #D9E6D5; }

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

This div background color is #D9E6D5.


Border color

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

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

This div border color is #D9E6D5.


Opacity

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

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

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

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

This text has shadow with #D9E6D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E6D5 on black background.


Color preview on white background

This text has color #D9E6D5 on white background.



Black color preview on #D9E6D5 background

This text has black color on #D9E6D5 background.


White color preview on #D9E6D5 background

This text has white color on #D9E6D5 background.