COLOR #D9DBC3

HEX: #D9DBC3
RGB: (217,219,195)

Color info

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

RGB color model

#D9DBC3 color RGB value is (217,219,195).

  • red value is 217;
  • green value is 219;
  • blue value is 195.
RGB:
(217,219,195)
(85%,86%,76%)

RGB channels and saturation

R 217 of 255 = 85%
G 219 of 255 = 86%
B 195 of 255 = 76%

217
219
195

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

Portions of RGB colors in percentages

R + G + B =
217 + 219 + 195 = 631 (100%)
R 217 of 631 ~ 34.39%
G 219 of 631 ~ 34.71%
B 195 of 631 ~ 30.9%

%34.39
%34.71
%30.9

CMYK color model

#D9DBC3 color CMYK value is (1,0,11,14).

  • cyan value is 0.91%
  • magenta value is 0.00%
  • yellow value is 10.96%
  • key color value is 14.12%
CMYK:
(1,0,11,14)
C1M0Y11K14 
(1%,0%,11%,14%)
(0.01/0.00/0.11/0.14)	

CMYK percentages

%0.91
%0
%10.96
%14.12

Codes

Color #D9DBC3 in popluar color models

D9DBC3
RGB217219195
HSL65°25.00%81.18%
HSB/HSV65°10.96%85.88%
CMYK0.91%0.00%10.96%
14.12%

Color #D9DBC3 in popluar number systems.

HEXD9DBC3
Decimal217219195
Binary110110011101101111000011
Octal331333303

Shades and tints

Shades of #D9DBC3

#D9DBC3
(217,219,195)
#C6C8B2
(198,200,178)
#B3B5A1
(179,181,161)
#A0A290
(160,162,144)
#8D8F7F
(141,143,127)
#7A7C6E
(122,124,110)
#67695D
(103,105,93)
#54564C
(84,86,76)
#41433B
(65,67,59)
#2E302A
(46,48,42)
#1B1D19
(27,29,25)
#000000
(0,0,0)

Tints of #D9DBC3

#D9DBC3
(217,219,195)
#DCDEC8
(220,222,200)
#DFE1CD
(223,225,205)
#E2E4D2
(226,228,210)
#E5E7D7
(229,231,215)
#E8EADC
(232,234,220)
#EBEDE1
(235,237,225)
#EEF0E6
(238,240,230)
#F1F3EB
(241,243,235)
#F4F6F0
(244,246,240)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9DBC3 color. Also use rgb(217,219,195) instead hex code.

Text Font Color

.myTextColor { color: #D9DBC3; }

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

This text font color is #D9DBC3.


Background Color

.myBgColor { background-color: #D9DBC3; }

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

This div background color is #D9DBC3.


Border color

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

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

This div border color is #D9DBC3.


Opacity

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

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

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

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

This text has shadow with #D9DBC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DBC3 on black background.


Color preview on white background

This text has color #D9DBC3 on white background.



Black color preview on #D9DBC3 background

This text has black color on #D9DBC3 background.


White color preview on #D9DBC3 background

This text has white color on #D9DBC3 background.