COLOR #D4ABC6

HEX: #D4ABC6
RGB: (212,171,198)

Color info

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

RGB color model

#D4ABC6 color RGB value is (212,171,198).

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

RGB channels and saturation

R 212 of 255 = 83%
G 171 of 255 = 67%
B 198 of 255 = 78%

212
171
198

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

Portions of RGB colors in percentages

R + G + B =
212 + 171 + 198 = 581 (100%)
R 212 of 581 ~ 36.49%
G 171 of 581 ~ 29.43%
B 198 of 581 ~ 34.08%

%36.49
%29.43
%34.08

CMYK color model

#D4ABC6 color CMYK value is (0,19,7,17).

  • cyan value is 0.00%
  • magenta value is 19.34%
  • yellow value is 6.60%
  • key color value is 16.86%
CMYK:
(0,19,7,17)
C0M19Y7K17 
(0%,19%,7%,17%)
(0.00/0.19/0.07/0.17)	

CMYK percentages

%0
%19.34
%6.6
%16.86

Codes

Color #D4ABC6 in popluar color models

D4ABC6
RGB212171198
HSL320°32.28%75.10%
HSB/HSV320°19.34%83.14%
CMYK0.00%19.34%6.60%
16.86%

Color #D4ABC6 in popluar number systems.

HEXD4ABC6
Decimal212171198
Binary110101001010101111000110
Octal324253306

Shades and tints

Shades of #D4ABC6

#D4ABC6
(212,171,198)
#C19CB4
(193,156,180)
#AE8DA2
(174,141,162)
#9B7E90
(155,126,144)
#886F7E
(136,111,126)
#75606C
(117,96,108)
#62515A
(98,81,90)
#4F4248
(79,66,72)
#3C3336
(60,51,54)
#292424
(41,36,36)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #D4ABC6

#D4ABC6
(212,171,198)
#D7B2CB
(215,178,203)
#DAB9D0
(218,185,208)
#DDC0D5
(221,192,213)
#E0C7DA
(224,199,218)
#E3CEDF
(227,206,223)
#E6D5E4
(230,213,228)
#E9DCE9
(233,220,233)
#ECE3EE
(236,227,238)
#EFEAF3
(239,234,243)
#F2F1F8
(242,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4ABC6; }

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

This text font color is #D4ABC6.


Background Color

.myBgColor { background-color: #D4ABC6; }

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

This div background color is #D4ABC6.


Border color

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

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

This div border color is #D4ABC6.


Opacity

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

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

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

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

This text has shadow with #D4ABC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4ABC6 on black background.


Color preview on white background

This text has color #D4ABC6 on white background.



Black color preview on #D4ABC6 background

This text has black color on #D4ABC6 background.


White color preview on #D4ABC6 background

This text has white color on #D4ABC6 background.