COLOR #D88E97

HEX: #D88E97 RGB: (216,142,151)

Color info

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

RGB color model

#D88E97 color RGB value is (216,142,151).

RGB: (216,142,151) (85%, 56%, 59%)

RGB channels and saturation

R 216 of 255 = 85%
G 142 of 255 = 56%
B 151 of 255 = 59%

216
142
151

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

Portions of RGB colors in percentages

R + G + B = 216 + 142 + 151 = 509 (100%)
R 216 of 509 ~ 42.44%
G 142 of 509 ~ 27.9%
B 151 of 509 ~ 29.67'%

%42.44
%27.9
%29.67

CMYK color model

#D88E97 color CMYK value is (0,34,30,15).

  • cyan value is 0.00%
  • magenta value is 34.26%
  • yellow value is 30.09%
  • key color value is 15.29%

CMYK: (0,34,30,15)
C0M34Y30K15 (0%, 34%, 30%, 15%)
(0.00 / 0.34 / 0.30 / 0.15)

CMYK percentages

%0
%34.26
%30.09
%15.29

Codes

Color #D88E97 in popluar color models

D8 8E 97
RGB 216 142 151
HSL 353° 48.68% 70.20%
HSB/HSV 353° 34.26% 84.71%
CMYK 0.00% 34.26% 30.09%
15.29%

Color #D88E97 in popluar number systems.

HEX D8 8E 97
Decimal 216 142 151
Binary 11011000 10001110 10010111
Octal 330 216 227

Shades and tints

Shades of #D88E97

#D88E97
(216,142,151)
#C5828A
(197,130,138)
#B2767D
(178,118,125)
#9F6A70
(159,106,112)
#8C5E63
(140,94,99)
#795256
(121,82,86)
#664649
(102,70,73)
#533A3C
(83,58,60)
#402E2F
(64,46,47)
#2D2222
(45,34,34)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #D88E97

#D88E97
(216,142,151)
#DB98A0
(219,152,160)
#DEA2A9
(222,162,169)
#E1ACB2
(225,172,178)
#E4B6BB
(228,182,187)
#E7C0C4
(231,192,196)
#EACACD
(234,202,205)
#EDD4D6
(237,212,214)
#F0DEDF
(240,222,223)
#F3E8E8
(243,232,232)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D88E97; }

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

This text font color is #D88E97.

Background Color

.myBgColor { background-color: #D88E97; }

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

This div background color is #D88E97.

Border color

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

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

This div border color is #D88E97.

Opacity

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

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

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

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

This text has shadow with #D88E97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D88E97.

Preview

Color preview on black background

This text has color #D88E97 on black background.


Color preview on white background

This text has color #D88E97 on white background.


Black color preview on #D88E97 background

This text has black color on #D88E97 background.


White color preview on #D88E97 background

This text has white color on #D88E97 background.


Related colors

Complementary color

Complementary color for #hex is #277168.


I love getcolorcode.com

Triadic colors

1 #97D88E and #8E97D8 with #D88E97 are triadic colors.

2 #978ED8 and #8ED897 with #D88E97 are triadic colors.