COLOR #D99FCB

HEX: #D99FCB RGB: (217,159,203)

Color info

#D99FCB contains red, green and blue colors in about the same proportion. Web safe color of #D99FCB is #CC99CC (or #C9C).

RGB color model

#D99FCB color RGB value is (217,159,203).

RGB: (217,159,203) (85%, 62%, 80%)

RGB channels and saturation

R 217 of 255 = 85%
G 159 of 255 = 62%
B 203 of 255 = 80%

217
159
203

R + G + B ~ 76%. #D99FCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 159 + 203 = 579 (100%)
R 217 of 579 ~ 37.48%
G 159 of 579 ~ 27.46%
B 203 of 579 ~ 35.06'%

%37.48
%27.46
%35.06

CMYK color model

#D99FCB color CMYK value is (0,27,6,15).

  • cyan value is 0.00%
  • magenta value is 26.73%
  • yellow value is 6.45%
  • key color value is 14.90%

CMYK: (0,27,6,15)
C0M27Y6K15 (0%, 27%, 6%, 15%)
(0.00 / 0.27 / 0.06 / 0.15)

CMYK percentages

%0
%26.73
%6.45
%14.9

Codes

Color #D99FCB in popluar color models

D9 9F CB
RGB 217 159 203
HSL 314° 43.28% 73.73%
HSB/HSV 314° 26.73% 85.10%
CMYK 0.00% 26.73% 6.45%
14.90%

Color #D99FCB in popluar number systems.

HEX D9 9F CB
Decimal 217 159 203
Binary 11011001 10011111 11001011
Octal 331 237 313

Shades and tints

Shades of #D99FCB

#D99FCB
(217,159,203)
#C691B9
(198,145,185)
#B383A7
(179,131,167)
#A07595
(160,117,149)
#8D6783
(141,103,131)
#7A5971
(122,89,113)
#674B5F
(103,75,95)
#543D4D
(84,61,77)
#412F3B
(65,47,59)
#2E2129
(46,33,41)
#1B1317
(27,19,23)
#000000
(0,0,0)

Tints of #D99FCB

#D99FCB
(217,159,203)
#DCA7CF
(220,167,207)
#DFAFD3
(223,175,211)
#E2B7D7
(226,183,215)
#E5BFDB
(229,191,219)
#E8C7DF
(232,199,223)
#EBCFE3
(235,207,227)
#EED7E7
(238,215,231)
#F1DFEB
(241,223,235)
#F4E7EF
(244,231,239)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D99FCB color. Also use rgb(217,159,203) instead hex code.

Text Font Color

.myTextColor { color: #D99FCB; }

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

This text font color is #D99FCB.

Background Color

.myBgColor { background-color: #D99FCB; }

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

This div background color is #D99FCB.

Border color

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

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

This div border color is #D99FCB.

Opacity

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

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

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

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

This text has shadow with #D99FCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D99FCB.

Preview

Color preview on black background

This text has color #D99FCB on black background.


Color preview on white background

This text has color #D99FCB on white background.


Black color preview on #D99FCB background

This text has black color on #D99FCB background.


White color preview on #D99FCB background

This text has white color on #D99FCB background.


Related colors

Complementary color

Complementary color for #hex is #266034.


I love getcolorcode.com

Triadic colors

1 #CBD99F and #9FCBD9 with #D99FCB are triadic colors.

2 #CB9FD9 and #9FD9CB with #D99FCB are triadic colors.