COLOR #D6B9C0

HEX: #D6B9C0 RGB: (214,185,192)

Color info

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

RGB color model

#D6B9C0 color RGB value is (214,185,192).

RGB: (214,185,192) (84%, 73%, 75%)

RGB channels and saturation

R 214 of 255 = 84%
G 185 of 255 = 73%
B 192 of 255 = 75%

214
185
192

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

Portions of RGB colors in percentages

R + G + B = 214 + 185 + 192 = 591 (100%)
R 214 of 591 ~ 36.21%
G 185 of 591 ~ 31.3%
B 192 of 591 ~ 32.49'%

%36.21
%31.3
%32.49

CMYK color model

#D6B9C0 color CMYK value is (0,14,10,16).

  • cyan value is 0.00%
  • magenta value is 13.55%
  • yellow value is 10.28%
  • key color value is 16.08%
CMYK: (0,14,10,16) C0M14Y10K16 (0%,14%,10%,16%) (0.00/0.14/0.10/0.16) 

CMYK percentages

%0
%13.55
%10.28
%16.08

Codes

Color #D6B9C0 in popluar color models

D6 B9 C0
RGB 214 185 192
HSL 346° 26.13% 78.24%
HSB/HSV 346° 13.55% 83.92%
CMYK 0.00% 13.55% 10.28%
16.08%

Color #D6B9C0 in popluar number systems.

HEX D6 B9 C0
Decimal 214 185 192
Binary 11010110 10111001 11000000
Octal 326 271 300

Shades and tints

Shades of #D6B9C0

#D6B9C0
(214,185,192)
#C3A9AF
(195,169,175)
#B0999E
(176,153,158)
#9D898D
(157,137,141)
#8A797C
(138,121,124)
#77696B
(119,105,107)
#64595A
(100,89,90)
#514949
(81,73,73)
#3E3938
(62,57,56)
#2B2927
(43,41,39)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #D6B9C0

#D6B9C0
(214,185,192)
#D9BFC5
(217,191,197)
#DCC5CA
(220,197,202)
#DFCBCF
(223,203,207)
#E2D1D4
(226,209,212)
#E5D7D9
(229,215,217)
#E8DDDE
(232,221,222)
#EBE3E3
(235,227,227)
#EEE9E8
(238,233,232)
#F1EFED
(241,239,237)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6B9C0; }

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

This text font color is #D6B9C0.

Background Color

.myBgColor { background-color: #D6B9C0; }

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

This div background color is #D6B9C0.

Border color

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

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

This div border color is #D6B9C0.

Opacity

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

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

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

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

This text has shadow with #D6B9C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6B9C0.

Preview

Color preview on black background

This text has color #D6B9C0 on black background.


Color preview on white background

This text has color #D6B9C0 on white background.


Black color preview on #D6B9C0 background

This text has black color on #D6B9C0 background.


White color preview on #D6B9C0 background

This text has white color on #D6B9C0 background.


Related colors

Complementary color

Complementary color for #hex is #29463F.


I love getcolorcode.com

Triadic colors

1 #C0D6B9 and #B9C0D6 with #D6B9C0 are triadic colors.

2 #C0B9D6 and #B9D6C0 with #D6B9C0 are triadic colors.