COLOR #D79888

HEX: #D79888 RGB: (215,152,136)

Color info

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

RGB color model

#D79888 color RGB value is (215,152,136).

RGB: (215,152,136) (84%, 60%, 53%)

RGB channels and saturation

R 215 of 255 = 84%
G 152 of 255 = 60%
B 136 of 255 = 53%

215
152
136

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

Portions of RGB colors in percentages

R + G + B = 215 + 152 + 136 = 503 (100%)
R 215 of 503 ~ 42.74%
G 152 of 503 ~ 30.22%
B 136 of 503 ~ 27.04'%

%42.74
%30.22
%27.04

CMYK color model

#D79888 color CMYK value is (0,29,37,16).

  • cyan value is 0.00%
  • magenta value is 29.30%
  • yellow value is 36.74%
  • key color value is 15.69%

CMYK: (0,29,37,16)
C0M29Y37K16 (0%, 29%, 37%, 16%)
(0.00 / 0.29 / 0.37 / 0.16)

CMYK percentages

%0
%29.3
%36.74
%15.69

Codes

Color #D79888 in popluar color models

D7 98 88
RGB 215 152 136
HSL 12° 49.69% 68.82%
HSB/HSV 12° 36.74% 84.31%
CMYK 0.00% 29.30% 36.74%
15.69%

Color #D79888 in popluar number systems.

HEX D7 98 88
Decimal 215 152 136
Binary 11010111 10011000 10001000
Octal 327 230 210

Shades and tints

Shades of #D79888

#D79888
(215,152,136)
#C48B7C
(196,139,124)
#B17E70
(177,126,112)
#9E7164
(158,113,100)
#8B6458
(139,100,88)
#78574C
(120,87,76)
#654A40
(101,74,64)
#523D34
(82,61,52)
#3F3028
(63,48,40)
#2C231C
(44,35,28)
#191610
(25,22,16)
#000000
(0,0,0)

Tints of #D79888

#D79888
(215,152,136)
#DAA192
(218,161,146)
#DDAA9C
(221,170,156)
#E0B3A6
(224,179,166)
#E3BCB0
(227,188,176)
#E6C5BA
(230,197,186)
#E9CEC4
(233,206,196)
#ECD7CE
(236,215,206)
#EFE0D8
(239,224,216)
#F2E9E2
(242,233,226)
#F5F2EC
(245,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D79888 color. Also use rgb(215,152,136) instead hex code.

Text Font Color

.myTextColor { color: #D79888; }

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

This text font color is #D79888.

Background Color

.myBgColor { background-color: #D79888; }

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

This div background color is #D79888.

Border color

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

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

This div border color is #D79888.

Opacity

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

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

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

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

This text has shadow with #D79888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D79888.

Preview

Color preview on black background

This text has color #D79888 on black background.


Color preview on white background

This text has color #D79888 on white background.


Black color preview on #D79888 background

This text has black color on #D79888 background.


White color preview on #D79888 background

This text has white color on #D79888 background.


Related colors

Complementary color

Complementary color for #hex is #286777.


I love getcolorcode.com

Triadic colors

1 #88D798 and #9888D7 with #D79888 are triadic colors.

2 #8898D7 and #98D788 with #D79888 are triadic colors.