COLOR #D6ADB6

HEX: #D6ADB6
RGB: (214,173,182)

Color info

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

RGB color model

#D6ADB6 color RGB value is (214,173,182).

  • red value is 214;
  • green value is 173;
  • blue value is 182.
RGB:
(214,173,182)
(84%,68%,71%)

RGB channels and saturation

R 214 of 255 = 84%
G 173 of 255 = 68%
B 182 of 255 = 71%

214
173
182

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

Portions of RGB colors in percentages

R + G + B =
214 + 173 + 182 = 569 (100%)
R 214 of 569 ~ 37.61%
G 173 of 569 ~ 30.4%
B 182 of 569 ~ 31.99%

%37.61
%30.4
%31.99

CMYK color model

#D6ADB6 color CMYK value is (0,19,15,16).

  • cyan value is 0.00%
  • magenta value is 19.16%
  • yellow value is 14.95%
  • key color value is 16.08%
CMYK:
(0,19,15,16)
C0M19Y15K16 
(0%,19%,15%,16%)
(0.00/0.19/0.15/0.16)	

CMYK percentages

%0
%19.16
%14.95
%16.08

Codes

Color #D6ADB6 in popluar color models

D6ADB6
RGB214173182
HSL347°33.33%75.88%
HSB/HSV347°19.16%83.92%
CMYK0.00%19.16%14.95%
16.08%

Color #D6ADB6 in popluar number systems.

HEXD6ADB6
Decimal214173182
Binary110101101010110110110110
Octal326255266

Shades and tints

Shades of #D6ADB6

#D6ADB6
(214,173,182)
#C39EA6
(195,158,166)
#B08F96
(176,143,150)
#9D8086
(157,128,134)
#8A7176
(138,113,118)
#776266
(119,98,102)
#645356
(100,83,86)
#514446
(81,68,70)
#3E3536
(62,53,54)
#2B2626
(43,38,38)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #D6ADB6

#D6ADB6
(214,173,182)
#D9B4BC
(217,180,188)
#DCBBC2
(220,187,194)
#DFC2C8
(223,194,200)
#E2C9CE
(226,201,206)
#E5D0D4
(229,208,212)
#E8D7DA
(232,215,218)
#EBDEE0
(235,222,224)
#EEE5E6
(238,229,230)
#F1ECEC
(241,236,236)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6ADB6 color. Also use rgb(214,173,182) instead hex code.

Text Font Color

.myTextColor { color: #D6ADB6; }

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

This text font color is #D6ADB6.


Background Color

.myBgColor { background-color: #D6ADB6; }

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

This div background color is #D6ADB6.


Border color

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

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

This div border color is #D6ADB6.


Opacity

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

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

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

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

This text has shadow with #D6ADB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6ADB6 on black background.


Color preview on white background

This text has color #D6ADB6 on white background.



Black color preview on #D6ADB6 background

This text has black color on #D6ADB6 background.


White color preview on #D6ADB6 background

This text has white color on #D6ADB6 background.