COLOR #D99B9E

HEX: #D99B9E
RGB: (217,155,158)

Color info

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

RGB color model

#D99B9E color RGB value is (217,155,158).

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

RGB channels and saturation

R 217 of 255 = 85%
G 155 of 255 = 61%
B 158 of 255 = 62%

217
155
158

R + G + B ~ 69%. #D99B9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 155 + 158 = 530 (100%)
R 217 of 530 ~ 40.94%
G 155 of 530 ~ 29.25%
B 158 of 530 ~ 29.81%

%40.94
%29.25
%29.81

CMYK color model

#D99B9E color CMYK value is (0,29,27,15).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 27.19%
  • key color value is 14.90%
CMYK:
(0,29,27,15)
C0M29Y27K15 
(0%,29%,27%,15%)
(0.00/0.29/0.27/0.15)	

CMYK percentages

%0
%28.57
%27.19
%14.9

Codes

Color #D99B9E in popluar color models

D99B9E
RGB217155158
HSL357°44.93%72.94%
HSB/HSV357°28.57%85.10%
CMYK0.00%28.57%27.19%
14.90%

Color #D99B9E in popluar number systems.

HEXD99B9E
Decimal217155158
Binary110110011001101110011110
Octal331233236

Shades and tints

Shades of #D99B9E

#D99B9E
(217,155,158)
#C68D90
(198,141,144)
#B37F82
(179,127,130)
#A07174
(160,113,116)
#8D6366
(141,99,102)
#7A5558
(122,85,88)
#67474A
(103,71,74)
#54393C
(84,57,60)
#412B2E
(65,43,46)
#2E1D20
(46,29,32)
#1B0F12
(27,15,18)
#000000
(0,0,0)

Tints of #D99B9E

#D99B9E
(217,155,158)
#DCA4A6
(220,164,166)
#DFADAE
(223,173,174)
#E2B6B6
(226,182,182)
#E5BFBE
(229,191,190)
#E8C8C6
(232,200,198)
#EBD1CE
(235,209,206)
#EEDAD6
(238,218,214)
#F1E3DE
(241,227,222)
#F4ECE6
(244,236,230)
#F7F5EE
(247,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D99B9E; }

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

This text font color is #D99B9E.


Background Color

.myBgColor { background-color: #D99B9E; }

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

This div background color is #D99B9E.


Border color

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

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

This div border color is #D99B9E.


Opacity

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

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

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

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

This text has shadow with #D99B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D99B9E on black background.


Color preview on white background

This text has color #D99B9E on white background.



Black color preview on #D99B9E background

This text has black color on #D99B9E background.


White color preview on #D99B9E background

This text has white color on #D99B9E background.