COLOR #D88997

HEX: #D88997
RGB: (216,137,151)

Color info

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

RGB color model

#D88997 color RGB value is (216,137,151).

  • red value is 216;
  • green value is 137;
  • blue value is 151.
RGB:
(216,137,151)
(85%,54%,59%)

RGB channels and saturation

R 216 of 255 = 85%
G 137 of 255 = 54%
B 151 of 255 = 59%

216
137
151

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

Portions of RGB colors in percentages

R + G + B =
216 + 137 + 151 = 504 (100%)
R 216 of 504 ~ 42.86%
G 137 of 504 ~ 27.18%
B 151 of 504 ~ 29.96%

%42.86
%27.18
%29.96

CMYK color model

#D88997 color CMYK value is (0,37,30,15).

  • cyan value is 0.00%
  • magenta value is 36.57%
  • yellow value is 30.09%
  • key color value is 15.29%
CMYK:
(0,37,30,15)
C0M37Y30K15 
(0%,37%,30%,15%)
(0.00/0.37/0.30/0.15)	

CMYK percentages

%0
%36.57
%30.09
%15.29

Codes

Color #D88997 in popluar color models

D88997
RGB216137151
HSL349°50.32%69.22%
HSB/HSV349°36.57%84.71%
CMYK0.00%36.57%30.09%
15.29%

Color #D88997 in popluar number systems.

HEXD88997
Decimal216137151
Binary110110001000100110010111
Octal330211227

Shades and tints

Shades of #D88997

#D88997
(216,137,151)
#C57D8A
(197,125,138)
#B2717D
(178,113,125)
#9F6570
(159,101,112)
#8C5963
(140,89,99)
#794D56
(121,77,86)
#664149
(102,65,73)
#53353C
(83,53,60)
#40292F
(64,41,47)
#2D1D22
(45,29,34)
#1A1115
(26,17,21)
#000000
(0,0,0)

Tints of #D88997

#D88997
(216,137,151)
#DB93A0
(219,147,160)
#DE9DA9
(222,157,169)
#E1A7B2
(225,167,178)
#E4B1BB
(228,177,187)
#E7BBC4
(231,187,196)
#EAC5CD
(234,197,205)
#EDCFD6
(237,207,214)
#F0D9DF
(240,217,223)
#F3E3E8
(243,227,232)
#F6EDF1
(246,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D88997 color. Also use rgb(216,137,151) instead hex code.

Text Font Color

.myTextColor { color: #D88997; }

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

This text font color is #D88997.


Background Color

.myBgColor { background-color: #D88997; }

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

This div background color is #D88997.


Border color

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

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

This div border color is #D88997.


Opacity

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

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

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

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

This text has shadow with #D88997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D88997 on black background.


Color preview on white background

This text has color #D88997 on white background.



Black color preview on #D88997 background

This text has black color on #D88997 background.


White color preview on #D88997 background

This text has white color on #D88997 background.