COLOR #D99B89

HEX: #D99B89
RGB: (217,155,137)

Color info

#D99B89 contains mainly red color. Web safe color of #D99B89 is #CC9999 (or #C99).

RGB color model

#D99B89 color RGB value is (217,155,137).

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

RGB channels and saturation

R 217 of 255 = 85%
G 155 of 255 = 61%
B 137 of 255 = 54%

217
155
137

R + G + B ~ 67%. #D99B89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 155 + 137 = 509 (100%)
R 217 of 509 ~ 42.63%
G 155 of 509 ~ 30.45%
B 137 of 509 ~ 26.92%

%42.63
%30.45
%26.92

CMYK color model

#D99B89 color CMYK value is (0,29,37,15).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 36.87%
  • key color value is 14.90%
CMYK:
(0,29,37,15)
C0M29Y37K15 
(0%,29%,37%,15%)
(0.00/0.29/0.37/0.15)	

CMYK percentages

%0
%28.57
%36.87
%14.9

Codes

Color #D99B89 in popluar color models

D99B89
RGB217155137
HSL14°51.28%69.41%
HSB/HSV14°36.87%85.10%
CMYK0.00%28.57%36.87%
14.90%

Color #D99B89 in popluar number systems.

HEXD99B89
Decimal217155137
Binary110110011001101110001001
Octal331233211

Shades and tints

Shades of #D99B89

#D99B89
(217,155,137)
#C68D7D
(198,141,125)
#B37F71
(179,127,113)
#A07165
(160,113,101)
#8D6359
(141,99,89)
#7A554D
(122,85,77)
#674741
(103,71,65)
#543935
(84,57,53)
#412B29
(65,43,41)
#2E1D1D
(46,29,29)
#1B0F11
(27,15,17)
#000000
(0,0,0)

Tints of #D99B89

#D99B89
(217,155,137)
#DCA493
(220,164,147)
#DFAD9D
(223,173,157)
#E2B6A7
(226,182,167)
#E5BFB1
(229,191,177)
#E8C8BB
(232,200,187)
#EBD1C5
(235,209,197)
#EEDACF
(238,218,207)
#F1E3D9
(241,227,217)
#F4ECE3
(244,236,227)
#F7F5ED
(247,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D99B89; }

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

This text font color is #D99B89.


Background Color

.myBgColor { background-color: #D99B89; }

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

This div background color is #D99B89.


Border color

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

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

This div border color is #D99B89.


Opacity

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

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

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

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

This text has shadow with #D99B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D99B89 on black background.


Color preview on white background

This text has color #D99B89 on white background.



Black color preview on #D99B89 background

This text has black color on #D99B89 background.


White color preview on #D99B89 background

This text has white color on #D99B89 background.