COLOR #D99BAF

HEX: #D99BAF
RGB: (217,155,175)

Color info

#D99BAF contains mainly red and blue colors. Web safe color of #D99BAF is #CC9999 (or #C99).

RGB color model

#D99BAF color RGB value is (217,155,175).

  • red value is 217;
  • green value is 155;
  • blue value is 175.
RGB:
(217,155,175)
(85%,61%,69%)

RGB channels and saturation

R 217 of 255 = 85%
G 155 of 255 = 61%
B 175 of 255 = 69%

217
155
175

R + G + B ~ 72%. #D99BAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 155 + 175 = 547 (100%)
R 217 of 547 ~ 39.67%
G 155 of 547 ~ 28.34%
B 175 of 547 ~ 31.99%

%39.67
%28.34
%31.99

CMYK color model

#D99BAF color CMYK value is (0,29,19,15).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 19.35%
  • key color value is 14.90%
CMYK:
(0,29,19,15)
C0M29Y19K15 
(0%,29%,19%,15%)
(0.00/0.29/0.19/0.15)	

CMYK percentages

%0
%28.57
%19.35
%14.9

Codes

Color #D99BAF in popluar color models

D99BAF
RGB217155175
HSL341°44.93%72.94%
HSB/HSV341°28.57%85.10%
CMYK0.00%28.57%19.35%
14.90%

Color #D99BAF in popluar number systems.

HEXD99BAF
Decimal217155175
Binary110110011001101110101111
Octal331233257

Shades and tints

Shades of #D99BAF

#D99BAF
(217,155,175)
#C68DA0
(198,141,160)
#B37F91
(179,127,145)
#A07182
(160,113,130)
#8D6373
(141,99,115)
#7A5564
(122,85,100)
#674755
(103,71,85)
#543946
(84,57,70)
#412B37
(65,43,55)
#2E1D28
(46,29,40)
#1B0F19
(27,15,25)
#000000
(0,0,0)

Tints of #D99BAF

#D99BAF
(217,155,175)
#DCA4B6
(220,164,182)
#DFADBD
(223,173,189)
#E2B6C4
(226,182,196)
#E5BFCB
(229,191,203)
#E8C8D2
(232,200,210)
#EBD1D9
(235,209,217)
#EEDAE0
(238,218,224)
#F1E3E7
(241,227,231)
#F4ECEE
(244,236,238)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D99BAF; }

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

This text font color is #D99BAF.


Background Color

.myBgColor { background-color: #D99BAF; }

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

This div background color is #D99BAF.


Border color

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

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

This div border color is #D99BAF.


Opacity

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

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

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

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

This text has shadow with #D99BAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D99BAF on black background.


Color preview on white background

This text has color #D99BAF on white background.



Black color preview on #D99BAF background

This text has black color on #D99BAF background.


White color preview on #D99BAF background

This text has white color on #D99BAF background.