COLOR #D9DABF

HEX: #D9DABF
RGB: (217,218,191)

Color info

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

RGB color model

#D9DABF color RGB value is (217,218,191).

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

RGB channels and saturation

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

217
218
191

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

Portions of RGB colors in percentages

R + G + B =
217 + 218 + 191 = 626 (100%)
R 217 of 626 ~ 34.66%
G 218 of 626 ~ 34.82%
B 191 of 626 ~ 30.51%

%34.66
%34.82
%30.51

CMYK color model

#D9DABF color CMYK value is (0,0,12,15).

  • cyan value is 0.46%
  • magenta value is 0.00%
  • yellow value is 12.39%
  • key color value is 14.51%
CMYK:
(0,0,12,15)
C0M0Y12K15 
(0%,0%,12%,15%)
(0.00/0.00/0.12/0.15)	

CMYK percentages

%0.46
%0
%12.39
%14.51

Codes

Color #D9DABF in popluar color models

D9DABF
RGB217218191
HSL62°26.73%80.20%
HSB/HSV62°12.39%85.49%
CMYK0.46%0.00%12.39%
14.51%

Color #D9DABF in popluar number systems.

HEXD9DABF
Decimal217218191
Binary110110011101101010111111
Octal331332277

Shades and tints

Shades of #D9DABF

#D9DABF
(217,218,191)
#C6C7AE
(198,199,174)
#B3B49D
(179,180,157)
#A0A18C
(160,161,140)
#8D8E7B
(141,142,123)
#7A7B6A
(122,123,106)
#676859
(103,104,89)
#545548
(84,85,72)
#414237
(65,66,55)
#2E2F26
(46,47,38)
#1B1C15
(27,28,21)
#000000
(0,0,0)

Tints of #D9DABF

#D9DABF
(217,218,191)
#DCDDC4
(220,221,196)
#DFE0C9
(223,224,201)
#E2E3CE
(226,227,206)
#E5E6D3
(229,230,211)
#E8E9D8
(232,233,216)
#EBECDD
(235,236,221)
#EEEFE2
(238,239,226)
#F1F2E7
(241,242,231)
#F4F5EC
(244,245,236)
#F7F8F1
(247,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DABF; }

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

This text font color is #D9DABF.


Background Color

.myBgColor { background-color: #D9DABF; }

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

This div background color is #D9DABF.


Border color

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

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

This div border color is #D9DABF.


Opacity

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

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

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

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

This text has shadow with #D9DABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DABF on black background.


Color preview on white background

This text has color #D9DABF on white background.



Black color preview on #D9DABF background

This text has black color on #D9DABF background.


White color preview on #D9DABF background

This text has white color on #D9DABF background.