COLOR #D4ADC6

HEX: #D4ADC6
RGB: (212,173,198)

Color info

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

RGB color model

#D4ADC6 color RGB value is (212,173,198).

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

RGB channels and saturation

R 212 of 255 = 83%
G 173 of 255 = 68%
B 198 of 255 = 78%

212
173
198

R + G + B ~ 76%. #D4ADC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 173 + 198 = 583 (100%)
R 212 of 583 ~ 36.36%
G 173 of 583 ~ 29.67%
B 198 of 583 ~ 33.96%

%36.36
%29.67
%33.96

CMYK color model

#D4ADC6 color CMYK value is (0,18,7,17).

  • cyan value is 0.00%
  • magenta value is 18.40%
  • yellow value is 6.60%
  • key color value is 16.86%
CMYK:
(0,18,7,17)
C0M18Y7K17 
(0%,18%,7%,17%)
(0.00/0.18/0.07/0.17)	

CMYK percentages

%0
%18.4
%6.6
%16.86

Codes

Color #D4ADC6 in popluar color models

D4ADC6
RGB212173198
HSL322°31.20%75.49%
HSB/HSV322°18.40%83.14%
CMYK0.00%18.40%6.60%
16.86%

Color #D4ADC6 in popluar number systems.

HEXD4ADC6
Decimal212173198
Binary110101001010110111000110
Octal324255306

Shades and tints

Shades of #D4ADC6

#D4ADC6
(212,173,198)
#C19EB4
(193,158,180)
#AE8FA2
(174,143,162)
#9B8090
(155,128,144)
#88717E
(136,113,126)
#75626C
(117,98,108)
#62535A
(98,83,90)
#4F4448
(79,68,72)
#3C3536
(60,53,54)
#292624
(41,38,36)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #D4ADC6

#D4ADC6
(212,173,198)
#D7B4CB
(215,180,203)
#DABBD0
(218,187,208)
#DDC2D5
(221,194,213)
#E0C9DA
(224,201,218)
#E3D0DF
(227,208,223)
#E6D7E4
(230,215,228)
#E9DEE9
(233,222,233)
#ECE5EE
(236,229,238)
#EFECF3
(239,236,243)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4ADC6; }

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

This text font color is #D4ADC6.


Background Color

.myBgColor { background-color: #D4ADC6; }

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

This div background color is #D4ADC6.


Border color

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

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

This div border color is #D4ADC6.


Opacity

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

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

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

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

This text has shadow with #D4ADC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4ADC6 on black background.


Color preview on white background

This text has color #D4ADC6 on white background.



Black color preview on #D4ADC6 background

This text has black color on #D4ADC6 background.


White color preview on #D4ADC6 background

This text has white color on #D4ADC6 background.