COLOR #D999C8

HEX: #D999C8
RGB: (217,153,200)

Color info

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

RGB color model

#D999C8 color RGB value is (217,153,200).

  • red value is 217;
  • green value is 153;
  • blue value is 200.
RGB:
(217,153,200)
(85%,60%,78%)

RGB channels and saturation

R 217 of 255 = 85%
G 153 of 255 = 60%
B 200 of 255 = 78%

217
153
200

R + G + B ~ 74%. #D999C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 153 + 200 = 570 (100%)
R 217 of 570 ~ 38.07%
G 153 of 570 ~ 26.84%
B 200 of 570 ~ 35.09%

%38.07
%26.84
%35.09

CMYK color model

#D999C8 color CMYK value is (0,29,8,15).

  • cyan value is 0.00%
  • magenta value is 29.49%
  • yellow value is 7.83%
  • key color value is 14.90%
CMYK:
(0,29,8,15)
C0M29Y8K15 
(0%,29%,8%,15%)
(0.00/0.29/0.08/0.15)	

CMYK percentages

%0
%29.49
%7.83
%14.9

Codes

Color #D999C8 in popluar color models

D999C8
RGB217153200
HSL316°45.71%72.55%
HSB/HSV316°29.49%85.10%
CMYK0.00%29.49%7.83%
14.90%

Color #D999C8 in popluar number systems.

HEXD999C8
Decimal217153200
Binary110110011001100111001000
Octal331231310

Shades and tints

Shades of #D999C8

#D999C8
(217,153,200)
#C68CB6
(198,140,182)
#B37FA4
(179,127,164)
#A07292
(160,114,146)
#8D6580
(141,101,128)
#7A586E
(122,88,110)
#674B5C
(103,75,92)
#543E4A
(84,62,74)
#413138
(65,49,56)
#2E2426
(46,36,38)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #D999C8

#D999C8
(217,153,200)
#DCA2CD
(220,162,205)
#DFABD2
(223,171,210)
#E2B4D7
(226,180,215)
#E5BDDC
(229,189,220)
#E8C6E1
(232,198,225)
#EBCFE6
(235,207,230)
#EED8EB
(238,216,235)
#F1E1F0
(241,225,240)
#F4EAF5
(244,234,245)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D999C8 color. Also use rgb(217,153,200) instead hex code.

Text Font Color

.myTextColor { color: #D999C8; }

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

This text font color is #D999C8.


Background Color

.myBgColor { background-color: #D999C8; }

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

This div background color is #D999C8.


Border color

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

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

This div border color is #D999C8.


Opacity

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

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

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

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

This text has shadow with #D999C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D999C8 on black background.


Color preview on white background

This text has color #D999C8 on white background.



Black color preview on #D999C8 background

This text has black color on #D999C8 background.


White color preview on #D999C8 background

This text has white color on #D999C8 background.