COLOR #D99CC6

HEX: #D99CC6
RGB: (217,156,198)

Color info

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

RGB color model

#D99CC6 color RGB value is (217,156,198).

  • red value is 217;
  • green value is 156;
  • blue value is 198.
RGB:
(217,156,198)
(85%,61%,78%)

RGB channels and saturation

R 217 of 255 = 85%
G 156 of 255 = 61%
B 198 of 255 = 78%

217
156
198

R + G + B ~ 75%. #D99CC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 156 + 198 = 571 (100%)
R 217 of 571 ~ 38%
G 156 of 571 ~ 27.32%
B 198 of 571 ~ 34.68%

%38
%27.32
%34.68

CMYK color model

#D99CC6 color CMYK value is (0,28,9,15).

  • cyan value is 0.00%
  • magenta value is 28.11%
  • yellow value is 8.76%
  • key color value is 14.90%
CMYK:
(0,28,9,15)
C0M28Y9K15 
(0%,28%,9%,15%)
(0.00/0.28/0.09/0.15)	

CMYK percentages

%0
%28.11
%8.76
%14.9

Codes

Color #D99CC6 in popluar color models

D99CC6
RGB217156198
HSL319°44.53%73.14%
HSB/HSV319°28.11%85.10%
CMYK0.00%28.11%8.76%
14.90%

Color #D99CC6 in popluar number systems.

HEXD99CC6
Decimal217156198
Binary110110011001110011000110
Octal331234306

Shades and tints

Shades of #D99CC6

#D99CC6
(217,156,198)
#C68EB4
(198,142,180)
#B380A2
(179,128,162)
#A07290
(160,114,144)
#8D647E
(141,100,126)
#7A566C
(122,86,108)
#67485A
(103,72,90)
#543A48
(84,58,72)
#412C36
(65,44,54)
#2E1E24
(46,30,36)
#1B1012
(27,16,18)
#000000
(0,0,0)

Tints of #D99CC6

#D99CC6
(217,156,198)
#DCA5CB
(220,165,203)
#DFAED0
(223,174,208)
#E2B7D5
(226,183,213)
#E5C0DA
(229,192,218)
#E8C9DF
(232,201,223)
#EBD2E4
(235,210,228)
#EEDBE9
(238,219,233)
#F1E4EE
(241,228,238)
#F4EDF3
(244,237,243)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D99CC6 color. Also use rgb(217,156,198) instead hex code.

Text Font Color

.myTextColor { color: #D99CC6; }

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

This text font color is #D99CC6.


Background Color

.myBgColor { background-color: #D99CC6; }

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

This div background color is #D99CC6.


Border color

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

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

This div border color is #D99CC6.


Opacity

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

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

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

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

This text has shadow with #D99CC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D99CC6 on black background.


Color preview on white background

This text has color #D99CC6 on white background.



Black color preview on #D99CC6 background

This text has black color on #D99CC6 background.


White color preview on #D99CC6 background

This text has white color on #D99CC6 background.