COLOR #D6D5BA

HEX: #D6D5BA
RGB: (214,213,186)

Color info

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

RGB color model

#D6D5BA color RGB value is (214,213,186).

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

RGB channels and saturation

R 214 of 255 = 84%
G 213 of 255 = 84%
B 186 of 255 = 73%

214
213
186

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

Portions of RGB colors in percentages

R + G + B =
214 + 213 + 186 = 613 (100%)
R 214 of 613 ~ 34.91%
G 213 of 613 ~ 34.75%
B 186 of 613 ~ 30.34%

%34.91
%34.75
%30.34

CMYK color model

#D6D5BA color CMYK value is (0,0,13,16).

  • cyan value is 0.00%
  • magenta value is 0.47%
  • yellow value is 13.08%
  • key color value is 16.08%
CMYK:
(0,0,13,16)
C0M0Y13K16 
(0%,0%,13%,16%)
(0.00/0.00/0.13/0.16)	

CMYK percentages

%0
%0.47
%13.08
%16.08

Codes

Color #D6D5BA in popluar color models

D6D5BA
RGB214213186
HSL58°25.45%78.43%
HSB/HSV58°13.08%83.92%
CMYK0.00%0.47%13.08%
16.08%

Color #D6D5BA in popluar number systems.

HEXD6D5BA
Decimal214213186
Binary110101101101010110111010
Octal326325272

Shades and tints

Shades of #D6D5BA

#D6D5BA
(214,213,186)
#C3C2AA
(195,194,170)
#B0AF9A
(176,175,154)
#9D9C8A
(157,156,138)
#8A897A
(138,137,122)
#77766A
(119,118,106)
#64635A
(100,99,90)
#51504A
(81,80,74)
#3E3D3A
(62,61,58)
#2B2A2A
(43,42,42)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #D6D5BA

#D6D5BA
(214,213,186)
#D9D8C0
(217,216,192)
#DCDBC6
(220,219,198)
#DFDECC
(223,222,204)
#E2E1D2
(226,225,210)
#E5E4D8
(229,228,216)
#E8E7DE
(232,231,222)
#EBEAE4
(235,234,228)
#EEEDEA
(238,237,234)
#F1F0F0
(241,240,240)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D5BA; }

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

This text font color is #D6D5BA.


Background Color

.myBgColor { background-color: #D6D5BA; }

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

This div background color is #D6D5BA.


Border color

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

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

This div border color is #D6D5BA.


Opacity

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

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

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

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

This text has shadow with #D6D5BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D5BA on black background.


Color preview on white background

This text has color #D6D5BA on white background.



Black color preview on #D6D5BA background

This text has black color on #D6D5BA background.


White color preview on #D6D5BA background

This text has white color on #D6D5BA background.