COLOR #D6B6C8

HEX: #D6B6C8 RGB: (214,182,200)

Color info

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

RGB color model

#D6B6C8 color RGB value is (214,182,200).

RGB: (214,182,200) (84%, 71%, 78%)

RGB channels and saturation

R 214 of 255 = 84%
G 182 of 255 = 71%
B 200 of 255 = 78%

214
182
200

R + G + B ~ 78%. #D6B6C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 182 + 200 = 596 (100%)
R 214 of 596 ~ 35.91%
G 182 of 596 ~ 30.54%
B 200 of 596 ~ 33.56'%

%35.91
%30.54
%33.56

CMYK color model

#D6B6C8 color CMYK value is (0,15,7,16).

  • cyan value is 0.00%
  • magenta value is 14.95%
  • yellow value is 6.54%
  • key color value is 16.08%

CMYK: (0,15,7,16)
C0M15Y7K16 (0%, 15%, 7%, 16%)
(0.00 / 0.15 / 0.07 / 0.16)

CMYK percentages

%0
%14.95
%6.54
%16.08

Codes

Color #D6B6C8 in popluar color models

D6 B6 C8
RGB 214 182 200
HSL 326° 28.07% 77.65%
HSB/HSV 326° 14.95% 83.92%
CMYK 0.00% 14.95% 6.54%
16.08%

Color #D6B6C8 in popluar number systems.

HEX D6 B6 C8
Decimal 214 182 200
Binary 11010110 10110110 11001000
Octal 326 266 310

Shades and tints

Shades of #D6B6C8

#D6B6C8
(214,182,200)
#C3A6B6
(195,166,182)
#B096A4
(176,150,164)
#9D8692
(157,134,146)
#8A7680
(138,118,128)
#77666E
(119,102,110)
#64565C
(100,86,92)
#51464A
(81,70,74)
#3E3638
(62,54,56)
#2B2626
(43,38,38)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #D6B6C8

#D6B6C8
(214,182,200)
#D9BCCD
(217,188,205)
#DCC2D2
(220,194,210)
#DFC8D7
(223,200,215)
#E2CEDC
(226,206,220)
#E5D4E1
(229,212,225)
#E8DAE6
(232,218,230)
#EBE0EB
(235,224,235)
#EEE6F0
(238,230,240)
#F1ECF5
(241,236,245)
#F4F2FA
(244,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6B6C8; }

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

This text font color is #D6B6C8.

Background Color

.myBgColor { background-color: #D6B6C8; }

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

This div background color is #D6B6C8.

Border color

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

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

This div border color is #D6B6C8.

Opacity

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

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

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

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

This text has shadow with #D6B6C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6B6C8.

Preview

Color preview on black background

This text has color #D6B6C8 on black background.


Color preview on white background

This text has color #D6B6C8 on white background.


Black color preview on #D6B6C8 background

This text has black color on #D6B6C8 background.


White color preview on #D6B6C8 background

This text has white color on #D6B6C8 background.


Related colors

Complementary color

Complementary color for #hex is #294937.


I love getcolorcode.com

Triadic colors

1 #C8D6B6 and #B6C8D6 with #D6B6C8 are triadic colors.

2 #C8B6D6 and #B6D6C8 with #D6B6C8 are triadic colors.