COLOR #D999BD

HEX: #D999BD
RGB: (217,153,189)

Color info

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

RGB color model

#D999BD color RGB value is (217,153,189).

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

RGB channels and saturation

R 217 of 255 = 85%
G 153 of 255 = 60%
B 189 of 255 = 74%

217
153
189

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

Portions of RGB colors in percentages

R + G + B =
217 + 153 + 189 = 559 (100%)
R 217 of 559 ~ 38.82%
G 153 of 559 ~ 27.37%
B 189 of 559 ~ 33.81%

%38.82
%27.37
%33.81

CMYK color model

#D999BD color CMYK value is (0,29,13,15).

  • cyan value is 0.00%
  • magenta value is 29.49%
  • yellow value is 12.90%
  • key color value is 14.90%
CMYK: (0,29,13,15) C0M29Y13K15 (0%,29%,13%,15%) (0.00/0.29/0.13/0.15)

CMYK percentages

%0
%29.49
%12.9
%14.9

Codes

Color #D999BD in popluar color models

D999BD
RGB217153189
HSL326°45.71%72.55%
HSB/HSV326°29.49%85.10%
CMYK0.00%29.49%12.90%
14.90%

Color #D999BD in popluar number systems.

HEXD999BD
Decimal217153189
Binary110110011001100110111101
Octal331231275

Shades and tints

Shades of #D999BD

#D999BD
(217,153,189)
#C68CAC
(198,140,172)
#B37F9B
(179,127,155)
#A0728A
(160,114,138)
#8D6579
(141,101,121)
#7A5868
(122,88,104)
#674B57
(103,75,87)
#543E46
(84,62,70)
#413135
(65,49,53)
#2E2424
(46,36,36)
#1B1713
(27,23,19)
#000000
(0,0,0)

Tints of #D999BD

#D999BD
(217,153,189)
#DCA2C3
(220,162,195)
#DFABC9
(223,171,201)
#E2B4CF
(226,180,207)
#E5BDD5
(229,189,213)
#E8C6DB
(232,198,219)
#EBCFE1
(235,207,225)
#EED8E7
(238,216,231)
#F1E1ED
(241,225,237)
#F4EAF3
(244,234,243)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D999BD; }

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

This text font color is #D999BD.


Background Color

.myBgColor { background-color: #D999BD; }

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

This div background color is #D999BD.


Border color

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

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

This div border color is #D999BD.


Opacity

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

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

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

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

This text has shadow with #D999BD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D999BD on black background.


Color preview on white background

This text has color #D999BD on white background.



Black color preview on #D999BD background

This text has black color on #D999BD background.


White color preview on #D999BD background

This text has white color on #D999BD background.