COLOR #D6ACB3

HEX: #D6ACB3 RGB: (214,172,179)

Color info

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

RGB color model

#D6ACB3 color RGB value is (214,172,179).

RGB: (214,172,179) (84%, 67%, 70%)

RGB channels and saturation

R 214 of 255 = 84%
G 172 of 255 = 67%
B 179 of 255 = 70%

214
172
179

R + G + B ~ 74%. #D6ACB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 172 + 179 = 565 (100%)
R 214 of 565 ~ 37.88%
G 172 of 565 ~ 30.44%
B 179 of 565 ~ 31.68'%

%37.88
%30.44
%31.68

CMYK color model

#D6ACB3 color CMYK value is (0,20,16,16).

  • cyan value is 0.00%
  • magenta value is 19.63%
  • yellow value is 16.36%
  • key color value is 16.08%

CMYK: (0,20,16,16)
C0M20Y16K16 (0%, 20%, 16%, 16%)
(0.00 / 0.20 / 0.16 / 0.16)

CMYK percentages

%0
%19.63
%16.36
%16.08

Codes

Color #D6ACB3 in popluar color models

D6 AC B3
RGB 214 172 179
HSL 350° 33.87% 75.69%
HSB/HSV 350° 19.63% 83.92%
CMYK 0.00% 19.63% 16.36%
16.08%

Color #D6ACB3 in popluar number systems.

HEX D6 AC B3
Decimal 214 172 179
Binary 11010110 10101100 10110011
Octal 326 254 263

Shades and tints

Shades of #D6ACB3

#D6ACB3
(214,172,179)
#C39DA3
(195,157,163)
#B08E93
(176,142,147)
#9D7F83
(157,127,131)
#8A7073
(138,112,115)
#776163
(119,97,99)
#645253
(100,82,83)
#514343
(81,67,67)
#3E3433
(62,52,51)
#2B2523
(43,37,35)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #D6ACB3

#D6ACB3
(214,172,179)
#D9B3B9
(217,179,185)
#DCBABF
(220,186,191)
#DFC1C5
(223,193,197)
#E2C8CB
(226,200,203)
#E5CFD1
(229,207,209)
#E8D6D7
(232,214,215)
#EBDDDD
(235,221,221)
#EEE4E3
(238,228,227)
#F1EBE9
(241,235,233)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6ACB3 color. Also use rgb(214,172,179) instead hex code.

Text Font Color

.myTextColor { color: #D6ACB3; }

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

This text font color is #D6ACB3.

Background Color

.myBgColor { background-color: #D6ACB3; }

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

This div background color is #D6ACB3.

Border color

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

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

This div border color is #D6ACB3.

Opacity

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

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

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

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

This text has shadow with #D6ACB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6ACB3.

Preview

Color preview on black background

This text has color #D6ACB3 on black background.


Color preview on white background

This text has color #D6ACB3 on white background.


Black color preview on #D6ACB3 background

This text has black color on #D6ACB3 background.


White color preview on #D6ACB3 background

This text has white color on #D6ACB3 background.


Related colors

Complementary color

Complementary color for #hex is #29534C.


I love getcolorcode.com

Triadic colors

1 #B3D6AC and #ACB3D6 with #D6ACB3 are triadic colors.

2 #B3ACD6 and #ACD6B3 with #D6ACB3 are triadic colors.