COLOR #D996B8

HEX: #D996B8
RGB: (217,150,184)

Color info

#D996B8 contains mainly red and blue colors. Web safe color of #D996B8 is #CC99CC (or #C9C).

RGB color model

#D996B8 color RGB value is (217,150,184).

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

RGB channels and saturation

R 217 of 255 = 85%
G 150 of 255 = 59%
B 184 of 255 = 72%

217
150
184

R + G + B ~ 72%. #D996B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 150 + 184 = 551 (100%)
R 217 of 551 ~ 39.38%
G 150 of 551 ~ 27.22%
B 184 of 551 ~ 33.39%

%39.38
%27.22
%33.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.88%
  • yellow value is 15.21%
  • key color value is 14.90%
CMYK:
(0,31,15,15)
C0M31Y15K15 
(0%,31%,15%,15%)
(0.00/0.31/0.15/0.15)	

CMYK percentages

%0
%30.88
%15.21
%14.9

Codes

Color #D996B8 in popluar color models

D996B8
RGB217150184
HSL330°46.85%71.96%
HSB/HSV330°30.88%85.10%
CMYK0.00%30.88%15.21%
14.90%

Color #D996B8 in popluar number systems.

HEXD996B8
Decimal217150184
Binary110110011001011010111000
Octal331226270

Shades and tints

Shades of #D996B8

#D996B8
(217,150,184)
#C689A8
(198,137,168)
#B37C98
(179,124,152)
#A06F88
(160,111,136)
#8D6278
(141,98,120)
#7A5568
(122,85,104)
#674858
(103,72,88)
#543B48
(84,59,72)
#412E38
(65,46,56)
#2E2128
(46,33,40)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #D996B8

#D996B8
(217,150,184)
#DC9FBE
(220,159,190)
#DFA8C4
(223,168,196)
#E2B1CA
(226,177,202)
#E5BAD0
(229,186,208)
#E8C3D6
(232,195,214)
#EBCCDC
(235,204,220)
#EED5E2
(238,213,226)
#F1DEE8
(241,222,232)
#F4E7EE
(244,231,238)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D996B8; }

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

This text font color is #D996B8.


Background Color

.myBgColor { background-color: #D996B8; }

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

This div background color is #D996B8.


Border color

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

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

This div border color is #D996B8.


Opacity

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

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

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

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

This text has shadow with #D996B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D996B8 on black background.


Color preview on white background

This text has color #D996B8 on white background.



Black color preview on #D996B8 background

This text has black color on #D996B8 background.


White color preview on #D996B8 background

This text has white color on #D996B8 background.