COLOR #D99690

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

217
150
144

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

Portions of RGB colors in percentages

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

%42.47
%29.35
%28.18

CMYK color model

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

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

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

CMYK percentages

%0
%30.88
%33.64
%14.9

Codes

Color #D99690 in popluar color models

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

Color #D99690 in popluar number systems.

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

Shades and tints

Shades of #D99690

#D99690
(217,150,144)
#C68983
(198,137,131)
#B37C76
(179,124,118)
#A06F69
(160,111,105)
#8D625C
(141,98,92)
#7A554F
(122,85,79)
#674842
(103,72,66)
#543B35
(84,59,53)
#412E28
(65,46,40)
#2E211B
(46,33,27)
#1B140E
(27,20,14)
#000000
(0,0,0)

Tints of #D99690

#D99690
(217,150,144)
#DC9F9A
(220,159,154)
#DFA8A4
(223,168,164)
#E2B1AE
(226,177,174)
#E5BAB8
(229,186,184)
#E8C3C2
(232,195,194)
#EBCCCC
(235,204,204)
#EED5D6
(238,213,214)
#F1DEE0
(241,222,224)
#F4E7EA
(244,231,234)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D99690; }

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

This text font color is #D99690.

Background Color

.myBgColor { background-color: #D99690; }

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

This div background color is #D99690.

Border color

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

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

This div border color is #D99690.

Opacity

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

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

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

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

This text has shadow with #D99690 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D99690.

Preview

Color preview on black background

This text has color #D99690 on black background.


Color preview on white background

This text has color #D99690 on white background.


Black color preview on #D99690 background

This text has black color on #D99690 background.


White color preview on #D99690 background

This text has white color on #D99690 background.


Related colors

Complementary color

Complementary color for #hex is #26696F.


I love getcolorcode.com

Triadic colors

1 #90D996 and #9690D9 with #D99690 are triadic colors.

2 #9096D9 and #96D990 with #D99690 are triadic colors.