COLOR #D9DEC1

HEX: #D9DEC1
RGB: (217,222,193)

Color info

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

RGB color model

#D9DEC1 color RGB value is (217,222,193).

  • red value is 217;
  • green value is 222;
  • blue value is 193.
RGB:
(217,222,193)
(85%,87%,76%)

RGB channels and saturation

R 217 of 255 = 85%
G 222 of 255 = 87%
B 193 of 255 = 76%

217
222
193

R + G + B ~ 83%. #D9DEC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 222 + 193 = 632 (100%)
R 217 of 632 ~ 34.34%
G 222 of 632 ~ 35.13%
B 193 of 632 ~ 30.54%

%34.34
%35.13
%30.54

CMYK color model

#D9DEC1 color CMYK value is (2,0,13,13).

  • cyan value is 2.25%
  • magenta value is 0.00%
  • yellow value is 13.06%
  • key color value is 12.94%
CMYK:
(2,0,13,13)
C2M0Y13K13 
(2%,0%,13%,13%)
(0.02/0.00/0.13/0.13)	

CMYK percentages

%2.25
%0
%13.06
%12.94

Codes

Color #D9DEC1 in popluar color models

D9DEC1
RGB217222193
HSL70°30.53%81.37%
HSB/HSV70°13.06%87.06%
CMYK2.25%0.00%13.06%
12.94%

Color #D9DEC1 in popluar number systems.

HEXD9DEC1
Decimal217222193
Binary110110011101111011000001
Octal331336301

Shades and tints

Shades of #D9DEC1

#D9DEC1
(217,222,193)
#C6CAB0
(198,202,176)
#B3B69F
(179,182,159)
#A0A28E
(160,162,142)
#8D8E7D
(141,142,125)
#7A7A6C
(122,122,108)
#67665B
(103,102,91)
#54524A
(84,82,74)
#413E39
(65,62,57)
#2E2A28
(46,42,40)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #D9DEC1

#D9DEC1
(217,222,193)
#DCE1C6
(220,225,198)
#DFE4CB
(223,228,203)
#E2E7D0
(226,231,208)
#E5EAD5
(229,234,213)
#E8EDDA
(232,237,218)
#EBF0DF
(235,240,223)
#EEF3E4
(238,243,228)
#F1F6E9
(241,246,233)
#F4F9EE
(244,249,238)
#F7FCF3
(247,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9DEC1 color. Also use rgb(217,222,193) instead hex code.

Text Font Color

.myTextColor { color: #D9DEC1; }

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

This text font color is #D9DEC1.


Background Color

.myBgColor { background-color: #D9DEC1; }

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

This div background color is #D9DEC1.


Border color

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

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

This div border color is #D9DEC1.


Opacity

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

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

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

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

This text has shadow with #D9DEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DEC1 on black background.


Color preview on white background

This text has color #D9DEC1 on white background.



Black color preview on #D9DEC1 background

This text has black color on #D9DEC1 background.


White color preview on #D9DEC1 background

This text has white color on #D9DEC1 background.