COLOR #D6BBB0

HEX: #D6BBB0 RGB: (214,187,176)

Color info

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

RGB color model

#D6BBB0 color RGB value is (214,187,176).

RGB: (214,187,176) (84%, 73%, 69%)

RGB channels and saturation

R 214 of 255 = 84%
G 187 of 255 = 73%
B 176 of 255 = 69%

214
187
176

R + G + B ~ 75%. #D6BBB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 187 + 176 = 577 (100%)
R 214 of 577 ~ 37.09%
G 187 of 577 ~ 32.41%
B 176 of 577 ~ 30.5'%

%37.09
%32.41
%30.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.62%
  • yellow value is 17.76%
  • key color value is 16.08%
CMYK: (0,13,18,16) C0M13Y18K16 (0%,13%,18%,16%) (0.00/0.13/0.18/0.16) 

CMYK percentages

%0
%12.62
%17.76
%16.08

Codes

Color #D6BBB0 in popluar color models

D6 BB B0
RGB 214 187 176
HSL 17° 31.67% 76.47%
HSB/HSV 17° 17.76% 83.92%
CMYK 0.00% 12.62% 17.76%
16.08%

Color #D6BBB0 in popluar number systems.

HEX D6 BB B0
Decimal 214 187 176
Binary 11010110 10111011 10110000
Octal 326 273 260

Shades and tints

Shades of #D6BBB0

#D6BBB0
(214,187,176)
#C3AAA0
(195,170,160)
#B09990
(176,153,144)
#9D8880
(157,136,128)
#8A7770
(138,119,112)
#776660
(119,102,96)
#645550
(100,85,80)
#514440
(81,68,64)
#3E3330
(62,51,48)
#2B2220
(43,34,32)
#181110
(24,17,16)
#000000
(0,0,0)

Tints of #D6BBB0

#D6BBB0
(214,187,176)
#D9C1B7
(217,193,183)
#DCC7BE
(220,199,190)
#DFCDC5
(223,205,197)
#E2D3CC
(226,211,204)
#E5D9D3
(229,217,211)
#E8DFDA
(232,223,218)
#EBE5E1
(235,229,225)
#EEEBE8
(238,235,232)
#F1F1EF
(241,241,239)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6BBB0 color. Also use rgb(214,187,176) instead hex code.

Text Font Color

.myTextColor { color: #D6BBB0; }

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

This text font color is #D6BBB0.

Background Color

.myBgColor { background-color: #D6BBB0; }

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

This div background color is #D6BBB0.

Border color

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

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

This div border color is #D6BBB0.

Opacity

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

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

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

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

This text has shadow with #D6BBB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6BBB0.

Preview

Color preview on black background

This text has color #D6BBB0 on black background.


Color preview on white background

This text has color #D6BBB0 on white background.


Black color preview on #D6BBB0 background

This text has black color on #D6BBB0 background.


White color preview on #D6BBB0 background

This text has white color on #D6BBB0 background.


Related colors

Complementary color

Complementary color for #hex is #29444F.


I love getcolorcode.com

Triadic colors

1 #B0D6BB and #BBB0D6 with #D6BBB0 are triadic colors.

2 #B0BBD6 and #BBD6B0 with #D6BBB0 are triadic colors.