COLOR #D6BDB7

HEX: #D6BDB7
RGB: (214,189,183)

Color info

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

RGB color model

#D6BDB7 color RGB value is (214,189,183).

  • red value is 214;
  • green value is 189;
  • blue value is 183.
RGB:
(214,189,183)
(84%,74%,72%)

RGB channels and saturation

R 214 of 255 = 84%
G 189 of 255 = 74%
B 183 of 255 = 72%

214
189
183

R + G + B ~ 77%. #D6BDB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 189 + 183 = 586 (100%)
R 214 of 586 ~ 36.52%
G 189 of 586 ~ 32.25%
B 183 of 586 ~ 31.23%

%36.52
%32.25
%31.23

CMYK color model

#D6BDB7 color CMYK value is (0,12,14,16).

  • cyan value is 0.00%
  • magenta value is 11.68%
  • yellow value is 14.49%
  • key color value is 16.08%
CMYK:
(0,12,14,16)
C0M12Y14K16 
(0%,12%,14%,16%)
(0.00/0.12/0.14/0.16)	

CMYK percentages

%0
%11.68
%14.49
%16.08

Codes

Color #D6BDB7 in popluar color models

D6BDB7
RGB214189183
HSL12°27.43%77.84%
HSB/HSV12°14.49%83.92%
CMYK0.00%11.68%14.49%
16.08%

Color #D6BDB7 in popluar number systems.

HEXD6BDB7
Decimal214189183
Binary110101101011110110110111
Octal326275267

Shades and tints

Shades of #D6BDB7

#D6BDB7
(214,189,183)
#C3ACA7
(195,172,167)
#B09B97
(176,155,151)
#9D8A87
(157,138,135)
#8A7977
(138,121,119)
#776867
(119,104,103)
#645757
(100,87,87)
#514647
(81,70,71)
#3E3537
(62,53,55)
#2B2427
(43,36,39)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #D6BDB7

#D6BDB7
(214,189,183)
#D9C3BD
(217,195,189)
#DCC9C3
(220,201,195)
#DFCFC9
(223,207,201)
#E2D5CF
(226,213,207)
#E5DBD5
(229,219,213)
#E8E1DB
(232,225,219)
#EBE7E1
(235,231,225)
#EEEDE7
(238,237,231)
#F1F3ED
(241,243,237)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6BDB7 color. Also use rgb(214,189,183) instead hex code.

Text Font Color

.myTextColor { color: #D6BDB7; }

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

This text font color is #D6BDB7.


Background Color

.myBgColor { background-color: #D6BDB7; }

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

This div background color is #D6BDB7.


Border color

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

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

This div border color is #D6BDB7.


Opacity

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

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

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

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

This text has shadow with #D6BDB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BDB7 on black background.


Color preview on white background

This text has color #D6BDB7 on white background.



Black color preview on #D6BDB7 background

This text has black color on #D6BDB7 background.


White color preview on #D6BDB7 background

This text has white color on #D6BDB7 background.