COLOR #D6A8B2

HEX: #D6A8B2 RGB: (214,168,178)

Color info

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

RGB color model

#D6A8B2 color RGB value is (214,168,178).

RGB: (214,168,178) (84%, 66%, 70%)

RGB channels and saturation

R 214 of 255 = 84%
G 168 of 255 = 66%
B 178 of 255 = 70%

214
168
178

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

Portions of RGB colors in percentages

R + G + B = 214 + 168 + 178 = 560 (100%)
R 214 of 560 ~ 38.21%
G 168 of 560 ~ 30%
B 178 of 560 ~ 31.79'%

%38.21
%30
%31.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.50%
  • yellow value is 16.82%
  • key color value is 16.08%

CMYK: (0,21,17,16)
C0M21Y17K16 (0%, 21%, 17%, 16%)
(0.00 / 0.21 / 0.17 / 0.16)

CMYK percentages

%0
%21.5
%16.82
%16.08

Codes

Color #D6A8B2 in popluar color models

D6 A8 B2
RGB 214 168 178
HSL 347° 35.94% 74.90%
HSB/HSV 347° 21.50% 83.92%
CMYK 0.00% 21.50% 16.82%
16.08%

Color #D6A8B2 in popluar number systems.

HEX D6 A8 B2
Decimal 214 168 178
Binary 11010110 10101000 10110010
Octal 326 250 262

Shades and tints

Shades of #D6A8B2

#D6A8B2
(214,168,178)
#C399A2
(195,153,162)
#B08A92
(176,138,146)
#9D7B82
(157,123,130)
#8A6C72
(138,108,114)
#775D62
(119,93,98)
#644E52
(100,78,82)
#513F42
(81,63,66)
#3E3032
(62,48,50)
#2B2122
(43,33,34)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #D6A8B2

#D6A8B2
(214,168,178)
#D9AFB9
(217,175,185)
#DCB6C0
(220,182,192)
#DFBDC7
(223,189,199)
#E2C4CE
(226,196,206)
#E5CBD5
(229,203,213)
#E8D2DC
(232,210,220)
#EBD9E3
(235,217,227)
#EEE0EA
(238,224,234)
#F1E7F1
(241,231,241)
#F4EEF8
(244,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6A8B2; }

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

This text font color is #D6A8B2.

Background Color

.myBgColor { background-color: #D6A8B2; }

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

This div background color is #D6A8B2.

Border color

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

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

This div border color is #D6A8B2.

Opacity

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

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

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

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

This text has shadow with #D6A8B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6A8B2.

Preview

Color preview on black background

This text has color #D6A8B2 on black background.


Color preview on white background

This text has color #D6A8B2 on white background.


Black color preview on #D6A8B2 background

This text has black color on #D6A8B2 background.


White color preview on #D6A8B2 background

This text has white color on #D6A8B2 background.


Related colors

Complementary color

Complementary color for #hex is #29574D.


I love getcolorcode.com

Triadic colors

1 #B2D6A8 and #A8B2D6 with #D6A8B2 are triadic colors.

2 #B2A8D6 and #A8D6B2 with #D6A8B2 are triadic colors.