COLOR #D6D1B9

HEX: #D6D1B9 RGB: (214,209,185)

Color info

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

RGB color model

#D6D1B9 color RGB value is (214,209,185).

RGB: (214,209,185) (84%, 82%, 73%)

RGB channels and saturation

R 214 of 255 = 84%
G 209 of 255 = 82%
B 185 of 255 = 73%

214
209
185

R + G + B ~ 80%. #D6D1B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 209 + 185 = 608 (100%)
R 214 of 608 ~ 35.2%
G 209 of 608 ~ 34.38%
B 185 of 608 ~ 30.43'%

%35.2
%34.38
%30.43

CMYK color model

#D6D1B9 color CMYK value is (0,2,14,16).

  • cyan value is 0.00%
  • magenta value is 2.34%
  • yellow value is 13.55%
  • key color value is 16.08%

CMYK: (0,2,14,16)
C0M2Y14K16 (0%, 2%, 14%, 16%)
(0.00 / 0.02 / 0.14 / 0.16)

CMYK percentages

%0
%2.34
%13.55
%16.08

Codes

Color #D6D1B9 in popluar color models

D6 D1 B9
RGB 214 209 185
HSL 50° 26.13% 78.24%
HSB/HSV 50° 13.55% 83.92%
CMYK 0.00% 2.34% 13.55%
16.08%

Color #D6D1B9 in popluar number systems.

HEX D6 D1 B9
Decimal 214 209 185
Binary 11010110 11010001 10111001
Octal 326 321 271

Shades and tints

Shades of #D6D1B9

#D6D1B9
(214,209,185)
#C3BEA9
(195,190,169)
#B0AB99
(176,171,153)
#9D9889
(157,152,137)
#8A8579
(138,133,121)
#777269
(119,114,105)
#645F59
(100,95,89)
#514C49
(81,76,73)
#3E3939
(62,57,57)
#2B2629
(43,38,41)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #D6D1B9

#D6D1B9
(214,209,185)
#D9D5BF
(217,213,191)
#DCD9C5
(220,217,197)
#DFDDCB
(223,221,203)
#E2E1D1
(226,225,209)
#E5E5D7
(229,229,215)
#E8E9DD
(232,233,221)
#EBEDE3
(235,237,227)
#EEF1E9
(238,241,233)
#F1F5EF
(241,245,239)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6D1B9 color. Also use rgb(214,209,185) instead hex code.

Text Font Color

.myTextColor { color: #D6D1B9; }

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

This text font color is #D6D1B9.

Background Color

.myBgColor { background-color: #D6D1B9; }

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

This div background color is #D6D1B9.

Border color

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

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

This div border color is #D6D1B9.

Opacity

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

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

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

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

This text has shadow with #D6D1B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6D1B9.

Preview

Color preview on black background

This text has color #D6D1B9 on black background.


Color preview on white background

This text has color #D6D1B9 on white background.


Black color preview on #D6D1B9 background

This text has black color on #D6D1B9 background.


White color preview on #D6D1B9 background

This text has white color on #D6D1B9 background.


Related colors

Complementary color

Complementary color for #hex is #292E46.


I love getcolorcode.com

Triadic colors

1 #B9D6D1 and #D1B9D6 with #D6D1B9 are triadic colors.

2 #B9D1D6 and #D1D6B9 with #D6D1B9 are triadic colors.