COLOR #D996C3

HEX: #D996C3
RGB: (217,150,195)

Color info

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

RGB color model

#D996C3 color RGB value is (217,150,195).

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

RGB channels and saturation

R 217 of 255 = 85%
G 150 of 255 = 59%
B 195 of 255 = 76%

217
150
195

R + G + B ~ 73%. #D996C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 150 + 195 = 562 (100%)
R 217 of 562 ~ 38.61%
G 150 of 562 ~ 26.69%
B 195 of 562 ~ 34.7%

%38.61
%26.69
%34.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.88%
  • yellow value is 10.14%
  • key color value is 14.90%
CMYK:
(0,31,10,15)
C0M31Y10K15 
(0%,31%,10%,15%)
(0.00/0.31/0.10/0.15)	

CMYK percentages

%0
%30.88
%10.14
%14.9

Codes

Color #D996C3 in popluar color models

D996C3
RGB217150195
HSL320°46.85%71.96%
HSB/HSV320°30.88%85.10%
CMYK0.00%30.88%10.14%
14.90%

Color #D996C3 in popluar number systems.

HEXD996C3
Decimal217150195
Binary110110011001011011000011
Octal331226303

Shades and tints

Shades of #D996C3

#D996C3
(217,150,195)
#C689B2
(198,137,178)
#B37CA1
(179,124,161)
#A06F90
(160,111,144)
#8D627F
(141,98,127)
#7A556E
(122,85,110)
#67485D
(103,72,93)
#543B4C
(84,59,76)
#412E3B
(65,46,59)
#2E212A
(46,33,42)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #D996C3

#D996C3
(217,150,195)
#DC9FC8
(220,159,200)
#DFA8CD
(223,168,205)
#E2B1D2
(226,177,210)
#E5BAD7
(229,186,215)
#E8C3DC
(232,195,220)
#EBCCE1
(235,204,225)
#EED5E6
(238,213,230)
#F1DEEB
(241,222,235)
#F4E7F0
(244,231,240)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D996C3; }

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

This text font color is #D996C3.


Background Color

.myBgColor { background-color: #D996C3; }

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

This div background color is #D996C3.


Border color

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

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

This div border color is #D996C3.


Opacity

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

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

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

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

This text has shadow with #D996C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D996C3 on black background.


Color preview on white background

This text has color #D996C3 on white background.



Black color preview on #D996C3 background

This text has black color on #D996C3 background.


White color preview on #D996C3 background

This text has white color on #D996C3 background.