COLOR #D6ADBD

HEX: #D6ADBD RGB: (214,173,189)

Color info

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

RGB color model

#D6ADBD color RGB value is (214,173,189).

RGB: (214,173,189) (84%, 68%, 74%)

RGB channels and saturation

R 214 of 255 = 84%
G 173 of 255 = 68%
B 189 of 255 = 74%

214
173
189

R + G + B ~ 75%. #D6ADBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 173 + 189 = 576 (100%)
R 214 of 576 ~ 37.15%
G 173 of 576 ~ 30.03%
B 189 of 576 ~ 32.81'%

%37.15
%30.03
%32.81

CMYK color model

#D6ADBD color CMYK value is (0,19,12,16).

  • cyan value is 0.00%
  • magenta value is 19.16%
  • yellow value is 11.68%
  • key color value is 16.08%

CMYK: (0,19,12,16)
C0M19Y12K16 (0%, 19%, 12%, 16%)
(0.00 / 0.19 / 0.12 / 0.16)

CMYK percentages

%0
%19.16
%11.68
%16.08

Codes

Color #D6ADBD in popluar color models

D6 AD BD
RGB 214 173 189
HSL 337° 33.33% 75.88%
HSB/HSV 337° 19.16% 83.92%
CMYK 0.00% 19.16% 11.68%
16.08%

Color #D6ADBD in popluar number systems.

HEX D6 AD BD
Decimal 214 173 189
Binary 11010110 10101101 10111101
Octal 326 255 275

Shades and tints

Shades of #D6ADBD

#D6ADBD
(214,173,189)
#C39EAC
(195,158,172)
#B08F9B
(176,143,155)
#9D808A
(157,128,138)
#8A7179
(138,113,121)
#776268
(119,98,104)
#645357
(100,83,87)
#514446
(81,68,70)
#3E3535
(62,53,53)
#2B2624
(43,38,36)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #D6ADBD

#D6ADBD
(214,173,189)
#D9B4C3
(217,180,195)
#DCBBC9
(220,187,201)
#DFC2CF
(223,194,207)
#E2C9D5
(226,201,213)
#E5D0DB
(229,208,219)
#E8D7E1
(232,215,225)
#EBDEE7
(235,222,231)
#EEE5ED
(238,229,237)
#F1ECF3
(241,236,243)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6ADBD; }

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

This text font color is #D6ADBD.

Background Color

.myBgColor { background-color: #D6ADBD; }

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

This div background color is #D6ADBD.

Border color

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

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

This div border color is #D6ADBD.

Opacity

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

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

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

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

This text has shadow with #D6ADBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6ADBD.

Preview

Color preview on black background

This text has color #D6ADBD on black background.


Color preview on white background

This text has color #D6ADBD on white background.


Black color preview on #D6ADBD background

This text has black color on #D6ADBD background.


White color preview on #D6ADBD background

This text has white color on #D6ADBD background.


Related colors

Complementary color

Complementary color for #hex is #295242.


I love getcolorcode.com

Triadic colors

1 #BDD6AD and #ADBDD6 with #D6ADBD are triadic colors.

2 #BDADD6 and #ADD6BD with #D6ADBD are triadic colors.