COLOR #D6B3B1

HEX: #D6B3B1 RGB: (214,179,177)

Color info

#D6B3B1 contains red, green and blue colors in about the same proportion. Web safe color of #D6B3B1 is #CC9999 (or #C99).

RGB color model

#D6B3B1 color RGB value is (214,179,177).

RGB: (214,179,177) (84%, 70%, 69%)

RGB channels and saturation

R 214 of 255 = 84%
G 179 of 255 = 70%
B 177 of 255 = 69%

214
179
177

R + G + B ~ 74%. #D6B3B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 179 + 177 = 570 (100%)
R 214 of 570 ~ 37.54%
G 179 of 570 ~ 31.4%
B 177 of 570 ~ 31.05'%

%37.54
%31.4
%31.05

CMYK color model

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

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

CMYK percentages

%0
%16.36
%17.29
%16.08

Codes

Color #D6B3B1 in popluar color models

D6 B3 B1
RGB 214 179 177
HSL 31.09% 76.67%
HSB/HSV 17.29% 83.92%
CMYK 0.00% 16.36% 17.29%
16.08%

Color #D6B3B1 in popluar number systems.

HEX D6 B3 B1
Decimal 214 179 177
Binary 11010110 10110011 10110001
Octal 326 263 261

Shades and tints

Shades of #D6B3B1

#D6B3B1
(214,179,177)
#C3A3A1
(195,163,161)
#B09391
(176,147,145)
#9D8381
(157,131,129)
#8A7371
(138,115,113)
#776361
(119,99,97)
#645351
(100,83,81)
#514341
(81,67,65)
#3E3331
(62,51,49)
#2B2321
(43,35,33)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #D6B3B1

#D6B3B1
(214,179,177)
#D9B9B8
(217,185,184)
#DCBFBF
(220,191,191)
#DFC5C6
(223,197,198)
#E2CBCD
(226,203,205)
#E5D1D4
(229,209,212)
#E8D7DB
(232,215,219)
#EBDDE2
(235,221,226)
#EEE3E9
(238,227,233)
#F1E9F0
(241,233,240)
#F4EFF7
(244,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6B3B1; }

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

This text font color is #D6B3B1.

Background Color

.myBgColor { background-color: #D6B3B1; }

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

This div background color is #D6B3B1.

Border color

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

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

This div border color is #D6B3B1.

Opacity

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

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

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

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

This text has shadow with #D6B3B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6B3B1.

Preview

Color preview on black background

This text has color #D6B3B1 on black background.


Color preview on white background

This text has color #D6B3B1 on white background.


Black color preview on #D6B3B1 background

This text has black color on #D6B3B1 background.


White color preview on #D6B3B1 background

This text has white color on #D6B3B1 background.


Related colors

Complementary color

Complementary color for #hex is #294C4E.


I love getcolorcode.com

Triadic colors

1 #B1D6B3 and #B3B1D6 with #D6B3B1 are triadic colors.

2 #B1B3D6 and #B3D6B1 with #D6B3B1 are triadic colors.