COLOR #D4ADB6

HEX: #D4ADB6
RGB: (212,173,182)

Color info

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

RGB color model

#D4ADB6 color RGB value is (212,173,182).

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

RGB channels and saturation

R 212 of 255 = 83%
G 173 of 255 = 68%
B 182 of 255 = 71%

212
173
182

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

Portions of RGB colors in percentages

R + G + B =
212 + 173 + 182 = 567 (100%)
R 212 of 567 ~ 37.39%
G 173 of 567 ~ 30.51%
B 182 of 567 ~ 32.1%

%37.39
%30.51
%32.1

CMYK color model

#D4ADB6 color CMYK value is (0,18,14,17).

  • cyan value is 0.00%
  • magenta value is 18.40%
  • yellow value is 14.15%
  • key color value is 16.86%
CMYK:
(0,18,14,17)
C0M18Y14K17 
(0%,18%,14%,17%)
(0.00/0.18/0.14/0.17)	

CMYK percentages

%0
%18.4
%14.15
%16.86

Codes

Color #D4ADB6 in popluar color models

D4ADB6
RGB212173182
HSL346°31.20%75.49%
HSB/HSV346°18.40%83.14%
CMYK0.00%18.40%14.15%
16.86%

Color #D4ADB6 in popluar number systems.

HEXD4ADB6
Decimal212173182
Binary110101001010110110110110
Octal324255266

Shades and tints

Shades of #D4ADB6

#D4ADB6
(212,173,182)
#C19EA6
(193,158,166)
#AE8F96
(174,143,150)
#9B8086
(155,128,134)
#887176
(136,113,118)
#756266
(117,98,102)
#625356
(98,83,86)
#4F4446
(79,68,70)
#3C3536
(60,53,54)
#292626
(41,38,38)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #D4ADB6

#D4ADB6
(212,173,182)
#D7B4BC
(215,180,188)
#DABBC2
(218,187,194)
#DDC2C8
(221,194,200)
#E0C9CE
(224,201,206)
#E3D0D4
(227,208,212)
#E6D7DA
(230,215,218)
#E9DEE0
(233,222,224)
#ECE5E6
(236,229,230)
#EFECEC
(239,236,236)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4ADB6; }

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

This text font color is #D4ADB6.


Background Color

.myBgColor { background-color: #D4ADB6; }

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

This div background color is #D4ADB6.


Border color

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

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

This div border color is #D4ADB6.


Opacity

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

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

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

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

This text has shadow with #D4ADB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4ADB6 on black background.


Color preview on white background

This text has color #D4ADB6 on white background.



Black color preview on #D4ADB6 background

This text has black color on #D4ADB6 background.


White color preview on #D4ADB6 background

This text has white color on #D4ADB6 background.