COLOR #D8ABB6

HEX: #D8ABB6
RGB: (216,171,182)

Color info

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

RGB color model

#D8ABB6 color RGB value is (216,171,182).

  • red value is 216;
  • green value is 171;
  • blue value is 182.
RGB:
(216,171,182)
(85%,67%,71%)

RGB channels and saturation

R 216 of 255 = 85%
G 171 of 255 = 67%
B 182 of 255 = 71%

216
171
182

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

Portions of RGB colors in percentages

R + G + B =
216 + 171 + 182 = 569 (100%)
R 216 of 569 ~ 37.96%
G 171 of 569 ~ 30.05%
B 182 of 569 ~ 31.99%

%37.96
%30.05
%31.99

CMYK color model

#D8ABB6 color CMYK value is (0,21,16,15).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 15.74%
  • key color value is 15.29%
CMYK:
(0,21,16,15)
C0M21Y16K15 
(0%,21%,16%,15%)
(0.00/0.21/0.16/0.15)	

CMYK percentages

%0
%20.83
%15.74
%15.29

Codes

Color #D8ABB6 in popluar color models

D8ABB6
RGB216171182
HSL345°36.59%75.88%
HSB/HSV345°20.83%84.71%
CMYK0.00%20.83%15.74%
15.29%

Color #D8ABB6 in popluar number systems.

HEXD8ABB6
Decimal216171182
Binary110110001010101110110110
Octal330253266

Shades and tints

Shades of #D8ABB6

#D8ABB6
(216,171,182)
#C59CA6
(197,156,166)
#B28D96
(178,141,150)
#9F7E86
(159,126,134)
#8C6F76
(140,111,118)
#796066
(121,96,102)
#665156
(102,81,86)
#534246
(83,66,70)
#403336
(64,51,54)
#2D2426
(45,36,38)
#1A1516
(26,21,22)
#000000
(0,0,0)

Tints of #D8ABB6

#D8ABB6
(216,171,182)
#DBB2BC
(219,178,188)
#DEB9C2
(222,185,194)
#E1C0C8
(225,192,200)
#E4C7CE
(228,199,206)
#E7CED4
(231,206,212)
#EAD5DA
(234,213,218)
#EDDCE0
(237,220,224)
#F0E3E6
(240,227,230)
#F3EAEC
(243,234,236)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8ABB6 color. Also use rgb(216,171,182) instead hex code.

Text Font Color

.myTextColor { color: #D8ABB6; }

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

This text font color is #D8ABB6.


Background Color

.myBgColor { background-color: #D8ABB6; }

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

This div background color is #D8ABB6.


Border color

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

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

This div border color is #D8ABB6.


Opacity

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

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

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

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

This text has shadow with #D8ABB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8ABB6 on black background.


Color preview on white background

This text has color #D8ABB6 on white background.



Black color preview on #D8ABB6 background

This text has black color on #D8ABB6 background.


White color preview on #D8ABB6 background

This text has white color on #D8ABB6 background.