COLOR #D9D1BE

HEX: #D9D1BE
RGB: (217,209,190)

Color info

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

RGB color model

#D9D1BE color RGB value is (217,209,190).

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

RGB channels and saturation

R 217 of 255 = 85%
G 209 of 255 = 82%
B 190 of 255 = 75%

217
209
190

R + G + B ~ 81%. #D9D1BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 209 + 190 = 616 (100%)
R 217 of 616 ~ 35.23%
G 209 of 616 ~ 33.93%
B 190 of 616 ~ 30.84%

%35.23
%33.93
%30.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.69%
  • yellow value is 12.44%
  • key color value is 14.90%
CMYK:
(0,4,12,15)
C0M4Y12K15 
(0%,4%,12%,15%)
(0.00/0.04/0.12/0.15)	

CMYK percentages

%0
%3.69
%12.44
%14.9

Codes

Color #D9D1BE in popluar color models

D9D1BE
RGB217209190
HSL42°26.21%79.80%
HSB/HSV42°12.44%85.10%
CMYK0.00%3.69%12.44%
14.90%

Color #D9D1BE in popluar number systems.

HEXD9D1BE
Decimal217209190
Binary110110011101000110111110
Octal331321276

Shades and tints

Shades of #D9D1BE

#D9D1BE
(217,209,190)
#C6BEAD
(198,190,173)
#B3AB9C
(179,171,156)
#A0988B
(160,152,139)
#8D857A
(141,133,122)
#7A7269
(122,114,105)
#675F58
(103,95,88)
#544C47
(84,76,71)
#413936
(65,57,54)
#2E2625
(46,38,37)
#1B1314
(27,19,20)
#000000
(0,0,0)

Tints of #D9D1BE

#D9D1BE
(217,209,190)
#DCD5C3
(220,213,195)
#DFD9C8
(223,217,200)
#E2DDCD
(226,221,205)
#E5E1D2
(229,225,210)
#E8E5D7
(232,229,215)
#EBE9DC
(235,233,220)
#EEEDE1
(238,237,225)
#F1F1E6
(241,241,230)
#F4F5EB
(244,245,235)
#F7F9F0
(247,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9D1BE; }

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

This text font color is #D9D1BE.


Background Color

.myBgColor { background-color: #D9D1BE; }

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

This div background color is #D9D1BE.


Border color

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

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

This div border color is #D9D1BE.


Opacity

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

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

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

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

This text has shadow with #D9D1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D1BE on black background.


Color preview on white background

This text has color #D9D1BE on white background.



Black color preview on #D9D1BE background

This text has black color on #D9D1BE background.


White color preview on #D9D1BE background

This text has white color on #D9D1BE background.