COLOR #D6D5B1

HEX: #D6D5B1
RGB: (214,213,177)

Color info

#D6D5B1 contains red, green and blue colors in about the same proportion. Web safe color of #D6D5B1 is #CCCC99 (or #CC9).

RGB color model

#D6D5B1 color RGB value is (214,213,177).

  • red value is 214;
  • green value is 213;
  • blue value is 177.
RGB:
(214,213,177)
(84%,84%,69%)

RGB channels and saturation

R 214 of 255 = 84%
G 213 of 255 = 84%
B 177 of 255 = 69%

214
213
177

R + G + B ~ 79%. #D6D5B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 213 + 177 = 604 (100%)
R 214 of 604 ~ 35.43%
G 213 of 604 ~ 35.26%
B 177 of 604 ~ 29.3%

%35.43
%35.26
%29.3

CMYK color model

#D6D5B1 color CMYK value is (0,0,17,16).

  • cyan value is 0.00%
  • magenta value is 0.47%
  • yellow value is 17.29%
  • key color value is 16.08%
CMYK:
(0,0,17,16)
C0M0Y17K16 
(0%,0%,17%,16%)
(0.00/0.00/0.17/0.16)	

CMYK percentages

%0
%0.47
%17.29
%16.08

Codes

Color #D6D5B1 in popluar color models

D6D5B1
RGB214213177
HSL58°31.09%76.67%
HSB/HSV58°17.29%83.92%
CMYK0.00%0.47%17.29%
16.08%

Color #D6D5B1 in popluar number systems.

HEXD6D5B1
Decimal214213177
Binary110101101101010110110001
Octal326325261

Shades and tints

Shades of #D6D5B1

#D6D5B1
(214,213,177)
#C3C2A1
(195,194,161)
#B0AF91
(176,175,145)
#9D9C81
(157,156,129)
#8A8971
(138,137,113)
#777661
(119,118,97)
#646351
(100,99,81)
#515041
(81,80,65)
#3E3D31
(62,61,49)
#2B2A21
(43,42,33)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #D6D5B1

#D6D5B1
(214,213,177)
#D9D8B8
(217,216,184)
#DCDBBF
(220,219,191)
#DFDEC6
(223,222,198)
#E2E1CD
(226,225,205)
#E5E4D4
(229,228,212)
#E8E7DB
(232,231,219)
#EBEAE2
(235,234,226)
#EEEDE9
(238,237,233)
#F1F0F0
(241,240,240)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6D5B1 color. Also use rgb(214,213,177) instead hex code.

Text Font Color

.myTextColor { color: #D6D5B1; }

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

This text font color is #D6D5B1.


Background Color

.myBgColor { background-color: #D6D5B1; }

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

This div background color is #D6D5B1.


Border color

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

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

This div border color is #D6D5B1.


Opacity

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

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

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

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

This text has shadow with #D6D5B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D5B1 on black background.


Color preview on white background

This text has color #D6D5B1 on white background.



Black color preview on #D6D5B1 background

This text has black color on #D6D5B1 background.


White color preview on #D6D5B1 background

This text has white color on #D6D5B1 background.