COLOR #D9DABE

HEX: #D9DABE
RGB: (217,218,190)

Color info

#D9DABE contains red, green and blue colors in about the same proportion. Web safe color of #D9DABE is #CCCCCC (or #CCC).

RGB color model

#D9DABE color RGB value is (217,218,190).

  • red value is 217;
  • green value is 218;
  • blue value is 190.
RGB:
(217,218,190)
(85%,85%,75%)

RGB channels and saturation

R 217 of 255 = 85%
G 218 of 255 = 85%
B 190 of 255 = 75%

217
218
190

R + G + B ~ 82%. #D9DABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 218 + 190 = 625 (100%)
R 217 of 625 ~ 34.72%
G 218 of 625 ~ 34.88%
B 190 of 625 ~ 30.4%

%34.72
%34.88
%30.4

CMYK color model

#D9DABE color CMYK value is (0,0,13,15).

  • cyan value is 0.46%
  • magenta value is 0.00%
  • yellow value is 12.84%
  • key color value is 14.51%
CMYK:
(0,0,13,15)
C0M0Y13K15 
(0%,0%,13%,15%)
(0.00/0.00/0.13/0.15)	

CMYK percentages

%0.46
%0
%12.84
%14.51

Codes

Color #D9DABE in popluar color models

D9DABE
RGB217218190
HSL62°27.45%80.00%
HSB/HSV62°12.84%85.49%
CMYK0.46%0.00%12.84%
14.51%

Color #D9DABE in popluar number systems.

HEXD9DABE
Decimal217218190
Binary110110011101101010111110
Octal331332276

Shades and tints

Shades of #D9DABE

#D9DABE
(217,218,190)
#C6C7AD
(198,199,173)
#B3B49C
(179,180,156)
#A0A18B
(160,161,139)
#8D8E7A
(141,142,122)
#7A7B69
(122,123,105)
#676858
(103,104,88)
#545547
(84,85,71)
#414236
(65,66,54)
#2E2F25
(46,47,37)
#1B1C14
(27,28,20)
#000000
(0,0,0)

Tints of #D9DABE

#D9DABE
(217,218,190)
#DCDDC3
(220,221,195)
#DFE0C8
(223,224,200)
#E2E3CD
(226,227,205)
#E5E6D2
(229,230,210)
#E8E9D7
(232,233,215)
#EBECDC
(235,236,220)
#EEEFE1
(238,239,225)
#F1F2E6
(241,242,230)
#F4F5EB
(244,245,235)
#F7F8F0
(247,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9DABE color. Also use rgb(217,218,190) instead hex code.

Text Font Color

.myTextColor { color: #D9DABE; }

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

This text font color is #D9DABE.


Background Color

.myBgColor { background-color: #D9DABE; }

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

This div background color is #D9DABE.


Border color

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

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

This div border color is #D9DABE.


Opacity

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

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

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

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

This text has shadow with #D9DABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DABE on black background.


Color preview on white background

This text has color #D9DABE on white background.



Black color preview on #D9DABE background

This text has black color on #D9DABE background.


White color preview on #D9DABE background

This text has white color on #D9DABE background.