COLOR #D6B2B6

HEX: #D6B2B6
RGB: (214,178,182)

Color info

#D6B2B6 contains red, green and blue colors in about the same proportion. Web safe color of #D6B2B6 is #CC99CC (or #C9C).

RGB color model

#D6B2B6 color RGB value is (214,178,182).

  • red value is 214;
  • green value is 178;
  • blue value is 182.
RGB:
(214,178,182)
(84%,70%,71%)

RGB channels and saturation

R 214 of 255 = 84%
G 178 of 255 = 70%
B 182 of 255 = 71%

214
178
182

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

Portions of RGB colors in percentages

R + G + B =
214 + 178 + 182 = 574 (100%)
R 214 of 574 ~ 37.28%
G 178 of 574 ~ 31.01%
B 182 of 574 ~ 31.71%

%37.28
%31.01
%31.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.82%
  • yellow value is 14.95%
  • key color value is 16.08%
CMYK:
(0,17,15,16)
C0M17Y15K16 
(0%,17%,15%,16%)
(0.00/0.17/0.15/0.16)	

CMYK percentages

%0
%16.82
%14.95
%16.08

Codes

Color #D6B2B6 in popluar color models

D6B2B6
RGB214178182
HSL353°30.51%76.86%
HSB/HSV353°16.82%83.92%
CMYK0.00%16.82%14.95%
16.08%

Color #D6B2B6 in popluar number systems.

HEXD6B2B6
Decimal214178182
Binary110101101011001010110110
Octal326262266

Shades and tints

Shades of #D6B2B6

#D6B2B6
(214,178,182)
#C3A2A6
(195,162,166)
#B09296
(176,146,150)
#9D8286
(157,130,134)
#8A7276
(138,114,118)
#776266
(119,98,102)
#645256
(100,82,86)
#514246
(81,66,70)
#3E3236
(62,50,54)
#2B2226
(43,34,38)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #D6B2B6

#D6B2B6
(214,178,182)
#D9B9BC
(217,185,188)
#DCC0C2
(220,192,194)
#DFC7C8
(223,199,200)
#E2CECE
(226,206,206)
#E5D5D4
(229,213,212)
#E8DCDA
(232,220,218)
#EBE3E0
(235,227,224)
#EEEAE6
(238,234,230)
#F1F1EC
(241,241,236)
#F4F8F2
(244,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B2B6 color. Also use rgb(214,178,182) instead hex code.

Text Font Color

.myTextColor { color: #D6B2B6; }

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

This text font color is #D6B2B6.


Background Color

.myBgColor { background-color: #D6B2B6; }

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

This div background color is #D6B2B6.


Border color

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

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

This div border color is #D6B2B6.


Opacity

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

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

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

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

This text has shadow with #D6B2B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B2B6 on black background.


Color preview on white background

This text has color #D6B2B6 on white background.



Black color preview on #D6B2B6 background

This text has black color on #D6B2B6 background.


White color preview on #D6B2B6 background

This text has white color on #D6B2B6 background.