COLOR #D7998A

HEX: #D7998A RGB: (215,153,138)

Color info

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

RGB color model

#D7998A color RGB value is (215,153,138).

RGB: (215,153,138) (84%, 60%, 54%)

RGB channels and saturation

R 215 of 255 = 84%
G 153 of 255 = 60%
B 138 of 255 = 54%

215
153
138

R + G + B ~ 66%. #D7998A is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 153 + 138 = 506 (100%)
R 215 of 506 ~ 42.49%
G 153 of 506 ~ 30.24%
B 138 of 506 ~ 27.27'%

%42.49
%30.24
%27.27

CMYK color model

#D7998A color CMYK value is (0,29,36,16).

  • cyan value is 0.00%
  • magenta value is 28.84%
  • yellow value is 35.81%
  • key color value is 15.69%
CMYK: (0,29,36,16) C0M29Y36K16 (0%,29%,36%,16%) (0.00/0.29/0.36/0.16) 

CMYK percentages

%0
%28.84
%35.81
%15.69

Codes

Color #D7998A in popluar color models

D7 99 8A
RGB 215 153 138
HSL 12° 49.04% 69.22%
HSB/HSV 12° 35.81% 84.31%
CMYK 0.00% 28.84% 35.81%
15.69%

Color #D7998A in popluar number systems.

HEX D7 99 8A
Decimal 215 153 138
Binary 11010111 10011001 10001010
Octal 327 231 212

Shades and tints

Shades of #D7998A

#D7998A
(215,153,138)
#C48C7E
(196,140,126)
#B17F72
(177,127,114)
#9E7266
(158,114,102)
#8B655A
(139,101,90)
#78584E
(120,88,78)
#654B42
(101,75,66)
#523E36
(82,62,54)
#3F312A
(63,49,42)
#2C241E
(44,36,30)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #D7998A

#D7998A
(215,153,138)
#DAA294
(218,162,148)
#DDAB9E
(221,171,158)
#E0B4A8
(224,180,168)
#E3BDB2
(227,189,178)
#E6C6BC
(230,198,188)
#E9CFC6
(233,207,198)
#ECD8D0
(236,216,208)
#EFE1DA
(239,225,218)
#F2EAE4
(242,234,228)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7998A color. Also use rgb(215,153,138) instead hex code.

Text Font Color

.myTextColor { color: #D7998A; }

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

This text font color is #D7998A.

Background Color

.myBgColor { background-color: #D7998A; }

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

This div background color is #D7998A.

Border color

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

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

This div border color is #D7998A.

Opacity

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

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

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

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

This text has shadow with #D7998A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7998A.

Preview

Color preview on black background

This text has color #D7998A on black background.


Color preview on white background

This text has color #D7998A on white background.


Black color preview on #D7998A background

This text has black color on #D7998A background.


White color preview on #D7998A background

This text has white color on #D7998A background.


Related colors

Complementary color

Complementary color for #hex is #286675.


I love getcolorcode.com

Triadic colors

1 #8AD799 and #998AD7 with #D7998A are triadic colors.

2 #8A99D7 and #99D78A with #D7998A are triadic colors.