COLOR #D99BB7

HEX: #D99BB7 RGB: (217,155,183)

Color info

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

RGB color model

#D99BB7 color RGB value is (217,155,183).

RGB: (217,155,183) (85%, 61%, 72%)

RGB channels and saturation

R 217 of 255 = 85%
G 155 of 255 = 61%
B 183 of 255 = 72%

217
155
183

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

Portions of RGB colors in percentages

R + G + B = 217 + 155 + 183 = 555 (100%)
R 217 of 555 ~ 39.1%
G 155 of 555 ~ 27.93%
B 183 of 555 ~ 32.97'%

%39.1
%27.93
%32.97

CMYK color model

#D99BB7 color CMYK value is (0,29,16,15).

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

CMYK: (0,29,16,15)
C0M29Y16K15 (0%, 29%, 16%, 15%)
(0.00 / 0.29 / 0.16 / 0.15)

CMYK percentages

%0
%28.57
%15.67
%14.9

Codes

Color #D99BB7 in popluar color models

D9 9B B7
RGB 217 155 183
HSL 333° 44.93% 72.94%
HSB/HSV 333° 28.57% 85.10%
CMYK 0.00% 28.57% 15.67%
14.90%

Color #D99BB7 in popluar number systems.

HEX D9 9B B7
Decimal 217 155 183
Binary 11011001 10011011 10110111
Octal 331 233 267

Shades and tints

Shades of #D99BB7

#D99BB7
(217,155,183)
#C68DA7
(198,141,167)
#B37F97
(179,127,151)
#A07187
(160,113,135)
#8D6377
(141,99,119)
#7A5567
(122,85,103)
#674757
(103,71,87)
#543947
(84,57,71)
#412B37
(65,43,55)
#2E1D27
(46,29,39)
#1B0F17
(27,15,23)
#000000
(0,0,0)

Tints of #D99BB7

#D99BB7
(217,155,183)
#DCA4BD
(220,164,189)
#DFADC3
(223,173,195)
#E2B6C9
(226,182,201)
#E5BFCF
(229,191,207)
#E8C8D5
(232,200,213)
#EBD1DB
(235,209,219)
#EEDAE1
(238,218,225)
#F1E3E7
(241,227,231)
#F4ECED
(244,236,237)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D99BB7; }

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

This text font color is #D99BB7.

Background Color

.myBgColor { background-color: #D99BB7; }

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

This div background color is #D99BB7.

Border color

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

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

This div border color is #D99BB7.

Opacity

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

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

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

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

This text has shadow with #D99BB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D99BB7.

Preview

Color preview on black background

This text has color #D99BB7 on black background.


Color preview on white background

This text has color #D99BB7 on white background.


Black color preview on #D99BB7 background

This text has black color on #D99BB7 background.


White color preview on #D99BB7 background

This text has white color on #D99BB7 background.


Related colors

Complementary color

Complementary color for #hex is #266448.


I love getcolorcode.com

Triadic colors

1 #B7D99B and #9BB7D9 with #D99BB7 are triadic colors.

2 #B79BD9 and #9BD9B7 with #D99BB7 are triadic colors.