COLOR #D98392

HEX: #D98392 RGB: (217,131,146)

Color info

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

RGB color model

#D98392 color RGB value is (217,131,146).

RGB: (217,131,146) (85%, 51%, 57%)

RGB channels and saturation

R 217 of 255 = 85%
G 131 of 255 = 51%
B 146 of 255 = 57%

217
131
146

R + G + B ~ 64%. #D98392 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 131 + 146 = 494 (100%)
R 217 of 494 ~ 43.93%
G 131 of 494 ~ 26.52%
B 146 of 494 ~ 29.55'%

%43.93
%26.52
%29.55

CMYK color model

#D98392 color CMYK value is (0,40,33,15).

  • cyan value is 0.00%
  • magenta value is 39.63%
  • yellow value is 32.72%
  • key color value is 14.90%
CMYK: (0,40,33,15) C0M40Y33K15 (0%,40%,33%,15%) (0.00/0.40/0.33/0.15) 

CMYK percentages

%0
%39.63
%32.72
%14.9

Codes

Color #D98392 in popluar color models

D9 83 92
RGB 217 131 146
HSL 350° 53.09% 68.24%
HSB/HSV 350° 39.63% 85.10%
CMYK 0.00% 39.63% 32.72%
14.90%

Color #D98392 in popluar number systems.

HEX D9 83 92
Decimal 217 131 146
Binary 11011001 10000011 10010010
Octal 331 203 222

Shades and tints

Shades of #D98392

#D98392
(217,131,146)
#C67885
(198,120,133)
#B36D78
(179,109,120)
#A0626B
(160,98,107)
#8D575E
(141,87,94)
#7A4C51
(122,76,81)
#674144
(103,65,68)
#543637
(84,54,55)
#412B2A
(65,43,42)
#2E201D
(46,32,29)
#1B1510
(27,21,16)
#000000
(0,0,0)

Tints of #D98392

#D98392
(217,131,146)
#DC8E9B
(220,142,155)
#DF99A4
(223,153,164)
#E2A4AD
(226,164,173)
#E5AFB6
(229,175,182)
#E8BABF
(232,186,191)
#EBC5C8
(235,197,200)
#EED0D1
(238,208,209)
#F1DBDA
(241,219,218)
#F4E6E3
(244,230,227)
#F7F1EC
(247,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D98392 color. Also use rgb(217,131,146) instead hex code.

Text Font Color

.myTextColor { color: #D98392; }

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

This text font color is #D98392.

Background Color

.myBgColor { background-color: #D98392; }

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

This div background color is #D98392.

Border color

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

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

This div border color is #D98392.

Opacity

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

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

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

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

This text has shadow with #D98392 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D98392.

Preview

Color preview on black background

This text has color #D98392 on black background.


Color preview on white background

This text has color #D98392 on white background.


Black color preview on #D98392 background

This text has black color on #D98392 background.


White color preview on #D98392 background

This text has white color on #D98392 background.


Related colors

Complementary color

Complementary color for #hex is #267C6D.


I love getcolorcode.com

Triadic colors

1 #92D983 and #8392D9 with #D98392 are triadic colors.

2 #9283D9 and #83D992 with #D98392 are triadic colors.