COLOR #D996AD

HEX: #D996AD
RGB: (217,150,173)

Color info

#D996AD contains mainly red and blue colors. Web safe color of #D996AD is #CC9999 (or #C99).

RGB color model

#D996AD color RGB value is (217,150,173).

  • red value is 217;
  • green value is 150;
  • blue value is 173.
RGB:
(217,150,173)
(85%,59%,68%)

RGB channels and saturation

R 217 of 255 = 85%
G 150 of 255 = 59%
B 173 of 255 = 68%

217
150
173

R + G + B ~ 71%. #D996AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 150 + 173 = 540 (100%)
R 217 of 540 ~ 40.19%
G 150 of 540 ~ 27.78%
B 173 of 540 ~ 32.04%

%40.19
%27.78
%32.04

CMYK color model

#D996AD color CMYK value is (0,31,20,15).

  • cyan value is 0.00%
  • magenta value is 30.88%
  • yellow value is 20.28%
  • key color value is 14.90%
CMYK:
(0,31,20,15)
C0M31Y20K15 
(0%,31%,20%,15%)
(0.00/0.31/0.20/0.15)	

CMYK percentages

%0
%30.88
%20.28
%14.9

Codes

Color #D996AD in popluar color models

D996AD
RGB217150173
HSL339°46.85%71.96%
HSB/HSV339°30.88%85.10%
CMYK0.00%30.88%20.28%
14.90%

Color #D996AD in popluar number systems.

HEXD996AD
Decimal217150173
Binary110110011001011010101101
Octal331226255

Shades and tints

Shades of #D996AD

#D996AD
(217,150,173)
#C6899E
(198,137,158)
#B37C8F
(179,124,143)
#A06F80
(160,111,128)
#8D6271
(141,98,113)
#7A5562
(122,85,98)
#674853
(103,72,83)
#543B44
(84,59,68)
#412E35
(65,46,53)
#2E2126
(46,33,38)
#1B1417
(27,20,23)
#000000
(0,0,0)

Tints of #D996AD

#D996AD
(217,150,173)
#DC9FB4
(220,159,180)
#DFA8BB
(223,168,187)
#E2B1C2
(226,177,194)
#E5BAC9
(229,186,201)
#E8C3D0
(232,195,208)
#EBCCD7
(235,204,215)
#EED5DE
(238,213,222)
#F1DEE5
(241,222,229)
#F4E7EC
(244,231,236)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D996AD color. Also use rgb(217,150,173) instead hex code.

Text Font Color

.myTextColor { color: #D996AD; }

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

This text font color is #D996AD.


Background Color

.myBgColor { background-color: #D996AD; }

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

This div background color is #D996AD.


Border color

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

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

This div border color is #D996AD.


Opacity

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

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

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

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

This text has shadow with #D996AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D996AD on black background.


Color preview on white background

This text has color #D996AD on white background.



Black color preview on #D996AD background

This text has black color on #D996AD background.


White color preview on #D996AD background

This text has white color on #D996AD background.