COLOR #D99BC1

HEX: #D99BC1 RGB: (217,155,193)

Color info

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

RGB color model

#D99BC1 color RGB value is (217,155,193).

RGB: (217,155,193) (85%, 61%, 76%)

RGB channels and saturation

R 217 of 255 = 85%
G 155 of 255 = 61%
B 193 of 255 = 76%

217
155
193

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

Portions of RGB colors in percentages

R + G + B = 217 + 155 + 193 = 565 (100%)
R 217 of 565 ~ 38.41%
G 155 of 565 ~ 27.43%
B 193 of 565 ~ 34.16'%

%38.41
%27.43
%34.16

CMYK color model

#D99BC1 color CMYK value is (0,29,11,15).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 11.06%
  • key color value is 14.90%

CMYK: (0,29,11,15)
C0M29Y11K15 (0%, 29%, 11%, 15%)
(0.00 / 0.29 / 0.11 / 0.15)

CMYK percentages

%0
%28.57
%11.06
%14.9

Codes

Color #D99BC1 in popluar color models

D9 9B C1
RGB 217 155 193
HSL 323° 44.93% 72.94%
HSB/HSV 323° 28.57% 85.10%
CMYK 0.00% 28.57% 11.06%
14.90%

Color #D99BC1 in popluar number systems.

HEX D9 9B C1
Decimal 217 155 193
Binary 11011001 10011011 11000001
Octal 331 233 301

Shades and tints

Shades of #D99BC1

#D99BC1
(217,155,193)
#C68DB0
(198,141,176)
#B37F9F
(179,127,159)
#A0718E
(160,113,142)
#8D637D
(141,99,125)
#7A556C
(122,85,108)
#67475B
(103,71,91)
#54394A
(84,57,74)
#412B39
(65,43,57)
#2E1D28
(46,29,40)
#1B0F17
(27,15,23)
#000000
(0,0,0)

Tints of #D99BC1

#D99BC1
(217,155,193)
#DCA4C6
(220,164,198)
#DFADCB
(223,173,203)
#E2B6D0
(226,182,208)
#E5BFD5
(229,191,213)
#E8C8DA
(232,200,218)
#EBD1DF
(235,209,223)
#EEDAE4
(238,218,228)
#F1E3E9
(241,227,233)
#F4ECEE
(244,236,238)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D99BC1 color. Also use rgb(217,155,193) instead hex code.

Text Font Color

.myTextColor { color: #D99BC1; }

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

This text font color is #D99BC1.

Background Color

.myBgColor { background-color: #D99BC1; }

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

This div background color is #D99BC1.

Border color

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

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

This div border color is #D99BC1.

Opacity

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

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

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

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

This text has shadow with #D99BC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D99BC1.

Preview

Color preview on black background

This text has color #D99BC1 on black background.


Color preview on white background

This text has color #D99BC1 on white background.


Black color preview on #D99BC1 background

This text has black color on #D99BC1 background.


White color preview on #D99BC1 background

This text has white color on #D99BC1 background.


Related colors

Complementary color

Complementary color for #hex is #26643E.


I love getcolorcode.com

Triadic colors

1 #C1D99B and #9BC1D9 with #D99BC1 are triadic colors.

2 #C19BD9 and #9BD9C1 with #D99BC1 are triadic colors.