COLOR #D0A6BC

HEX: #D0A6BC
RGB: (208,166,188)

Color info

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

RGB color model

#D0A6BC color RGB value is (208,166,188).

  • red value is 208;
  • green value is 166;
  • blue value is 188.
RGB:
(208,166,188)
(82%,65%,74%)

RGB channels and saturation

R 208 of 255 = 82%
G 166 of 255 = 65%
B 188 of 255 = 74%

208
166
188

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

Portions of RGB colors in percentages

R + G + B =
208 + 166 + 188 = 562 (100%)
R 208 of 562 ~ 37.01%
G 166 of 562 ~ 29.54%
B 188 of 562 ~ 33.45%

%37.01
%29.54
%33.45

CMYK color model

#D0A6BC color CMYK value is (0,20,10,18).

  • cyan value is 0.00%
  • magenta value is 20.19%
  • yellow value is 9.62%
  • key color value is 18.43%
CMYK:
(0,20,10,18)
C0M20Y10K18 
(0%,20%,10%,18%)
(0.00/0.20/0.10/0.18)	

CMYK percentages

%0
%20.19
%9.62
%18.43

Codes

Color #D0A6BC in popluar color models

D0A6BC
RGB208166188
HSL329°30.88%73.33%
HSB/HSV329°20.19%81.57%
CMYK0.00%20.19%9.62%
18.43%

Color #D0A6BC in popluar number systems.

HEXD0A6BC
Decimal208166188
Binary110100001010011010111100
Octal320246274

Shades and tints

Shades of #D0A6BC

#D0A6BC
(208,166,188)
#BE97AB
(190,151,171)
#AC889A
(172,136,154)
#9A7989
(154,121,137)
#886A78
(136,106,120)
#765B67
(118,91,103)
#644C56
(100,76,86)
#523D45
(82,61,69)
#402E34
(64,46,52)
#2E1F23
(46,31,35)
#1C1012
(28,16,18)
#000000
(0,0,0)

Tints of #D0A6BC

#D0A6BC
(208,166,188)
#D4AEC2
(212,174,194)
#D8B6C8
(216,182,200)
#DCBECE
(220,190,206)
#E0C6D4
(224,198,212)
#E4CEDA
(228,206,218)
#E8D6E0
(232,214,224)
#ECDEE6
(236,222,230)
#F0E6EC
(240,230,236)
#F4EEF2
(244,238,242)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0A6BC color. Also use rgb(208,166,188) instead hex code.

Text Font Color

.myTextColor { color: #D0A6BC; }

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

This text font color is #D0A6BC.


Background Color

.myBgColor { background-color: #D0A6BC; }

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

This div background color is #D0A6BC.


Border color

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

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

This div border color is #D0A6BC.


Opacity

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

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

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

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

This text has shadow with #D0A6BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A6BC on black background.


Color preview on white background

This text has color #D0A6BC on white background.



Black color preview on #D0A6BC background

This text has black color on #D0A6BC background.


White color preview on #D0A6BC background

This text has white color on #D0A6BC background.