COLOR #D6A6B0

HEX: #D6A6B0 RGB: (214,166,176)

Color info

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

RGB color model

#D6A6B0 color RGB value is (214,166,176).

RGB: (214,166,176) (84%, 65%, 69%)

RGB channels and saturation

R 214 of 255 = 84%
G 166 of 255 = 65%
B 176 of 255 = 69%

214
166
176

R + G + B ~ 73%. #D6A6B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 166 + 176 = 556 (100%)
R 214 of 556 ~ 38.49%
G 166 of 556 ~ 29.86%
B 176 of 556 ~ 31.65'%

%38.49
%29.86
%31.65

CMYK color model

#D6A6B0 color CMYK value is (0,22,18,16).

  • cyan value is 0.00%
  • magenta value is 22.43%
  • yellow value is 17.76%
  • key color value is 16.08%

CMYK: (0,22,18,16)
C0M22Y18K16 (0%, 22%, 18%, 16%)
(0.00 / 0.22 / 0.18 / 0.16)

CMYK percentages

%0
%22.43
%17.76
%16.08

Codes

Color #D6A6B0 in popluar color models

D6 A6 B0
RGB 214 166 176
HSL 348° 36.92% 74.51%
HSB/HSV 348° 22.43% 83.92%
CMYK 0.00% 22.43% 17.76%
16.08%

Color #D6A6B0 in popluar number systems.

HEX D6 A6 B0
Decimal 214 166 176
Binary 11010110 10100110 10110000
Octal 326 246 260

Shades and tints

Shades of #D6A6B0

#D6A6B0
(214,166,176)
#C397A0
(195,151,160)
#B08890
(176,136,144)
#9D7980
(157,121,128)
#8A6A70
(138,106,112)
#775B60
(119,91,96)
#644C50
(100,76,80)
#513D40
(81,61,64)
#3E2E30
(62,46,48)
#2B1F20
(43,31,32)
#181010
(24,16,16)
#000000
(0,0,0)

Tints of #D6A6B0

#D6A6B0
(214,166,176)
#D9AEB7
(217,174,183)
#DCB6BE
(220,182,190)
#DFBEC5
(223,190,197)
#E2C6CC
(226,198,204)
#E5CED3
(229,206,211)
#E8D6DA
(232,214,218)
#EBDEE1
(235,222,225)
#EEE6E8
(238,230,232)
#F1EEEF
(241,238,239)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6A6B0; }

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

This text font color is #D6A6B0.

Background Color

.myBgColor { background-color: #D6A6B0; }

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

This div background color is #D6A6B0.

Border color

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

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

This div border color is #D6A6B0.

Opacity

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

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

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

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

This text has shadow with #D6A6B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6A6B0.

Preview

Color preview on black background

This text has color #D6A6B0 on black background.


Color preview on white background

This text has color #D6A6B0 on white background.


Black color preview on #D6A6B0 background

This text has black color on #D6A6B0 background.


White color preview on #D6A6B0 background

This text has white color on #D6A6B0 background.


Related colors

Complementary color

Complementary color for #hex is #29594F.


I love getcolorcode.com

Triadic colors

1 #B0D6A6 and #A6B0D6 with #D6A6B0 are triadic colors.

2 #B0A6D6 and #A6D6B0 with #D6A6B0 are triadic colors.