COLOR #D99096

HEX: #D99096 RGB: (217,144,150)

Color info

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

RGB color model

#D99096 color RGB value is (217,144,150).

RGB: (217,144,150) (85%, 56%, 59%)

RGB channels and saturation

R 217 of 255 = 85%
G 144 of 255 = 56%
B 150 of 255 = 59%

217
144
150

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

Portions of RGB colors in percentages

R + G + B = 217 + 144 + 150 = 511 (100%)
R 217 of 511 ~ 42.47%
G 144 of 511 ~ 28.18%
B 150 of 511 ~ 29.35'%

%42.47
%28.18
%29.35

CMYK color model

#D99096 color CMYK value is (0,34,31,15).

  • cyan value is 0.00%
  • magenta value is 33.64%
  • yellow value is 30.88%
  • key color value is 14.90%

CMYK: (0,34,31,15)
C0M34Y31K15 (0%, 34%, 31%, 15%)
(0.00 / 0.34 / 0.31 / 0.15)

CMYK percentages

%0
%33.64
%30.88
%14.9

Codes

Color #D99096 in popluar color models

D9 90 96
RGB 217 144 150
HSL 355° 48.99% 70.78%
HSB/HSV 355° 33.64% 85.10%
CMYK 0.00% 33.64% 30.88%
14.90%

Color #D99096 in popluar number systems.

HEX D9 90 96
Decimal 217 144 150
Binary 11011001 10010000 10010110
Octal 331 220 226

Shades and tints

Shades of #D99096

#D99096
(217,144,150)
#C68389
(198,131,137)
#B3767C
(179,118,124)
#A0696F
(160,105,111)
#8D5C62
(141,92,98)
#7A4F55
(122,79,85)
#674248
(103,66,72)
#54353B
(84,53,59)
#41282E
(65,40,46)
#2E1B21
(46,27,33)
#1B0E14
(27,14,20)
#000000
(0,0,0)

Tints of #D99096

#D99096
(217,144,150)
#DC9A9F
(220,154,159)
#DFA4A8
(223,164,168)
#E2AEB1
(226,174,177)
#E5B8BA
(229,184,186)
#E8C2C3
(232,194,195)
#EBCCCC
(235,204,204)
#EED6D5
(238,214,213)
#F1E0DE
(241,224,222)
#F4EAE7
(244,234,231)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D99096 color. Also use rgb(217,144,150) instead hex code.

Text Font Color

.myTextColor { color: #D99096; }

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

This text font color is #D99096.

Background Color

.myBgColor { background-color: #D99096; }

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

This div background color is #D99096.

Border color

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

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

This div border color is #D99096.

Opacity

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

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

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

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

This text has shadow with #D99096 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D99096.

Preview

Color preview on black background

This text has color #D99096 on black background.


Color preview on white background

This text has color #D99096 on white background.


Black color preview on #D99096 background

This text has black color on #D99096 background.


White color preview on #D99096 background

This text has white color on #D99096 background.


Related colors

Complementary color

Complementary color for #hex is #266F69.


I love getcolorcode.com

Triadic colors

1 #96D990 and #9096D9 with #D99096 are triadic colors.

2 #9690D9 and #90D996 with #D99096 are triadic colors.