COLOR #D88C9E

HEX: #D88C9E
RGB: (216,140,158)

Color info

#D88C9E contains mainly red and blue colors. Web safe color of #D88C9E is #CC9999 (or #C99).

RGB color model

#D88C9E color RGB value is (216,140,158).

  • red value is 216;
  • green value is 140;
  • blue value is 158.
RGB:
(216,140,158)
(85%,55%,62%)

RGB channels and saturation

R 216 of 255 = 85%
G 140 of 255 = 55%
B 158 of 255 = 62%

216
140
158

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

Portions of RGB colors in percentages

R + G + B =
216 + 140 + 158 = 514 (100%)
R 216 of 514 ~ 42.02%
G 140 of 514 ~ 27.24%
B 158 of 514 ~ 30.74%

%42.02
%27.24
%30.74

CMYK color model

#D88C9E color CMYK value is (0,35,27,15).

  • cyan value is 0.00%
  • magenta value is 35.19%
  • yellow value is 26.85%
  • key color value is 15.29%
CMYK:
(0,35,27,15)
C0M35Y27K15 
(0%,35%,27%,15%)
(0.00/0.35/0.27/0.15)	

CMYK percentages

%0
%35.19
%26.85
%15.29

Codes

Color #D88C9E in popluar color models

D88C9E
RGB216140158
HSL346°49.35%69.80%
HSB/HSV346°35.19%84.71%
CMYK0.00%35.19%26.85%
15.29%

Color #D88C9E in popluar number systems.

HEXD88C9E
Decimal216140158
Binary110110001000110010011110
Octal330214236

Shades and tints

Shades of #D88C9E

#D88C9E
(216,140,158)
#C58090
(197,128,144)
#B27482
(178,116,130)
#9F6874
(159,104,116)
#8C5C66
(140,92,102)
#795058
(121,80,88)
#66444A
(102,68,74)
#53383C
(83,56,60)
#402C2E
(64,44,46)
#2D2020
(45,32,32)
#1A1412
(26,20,18)
#000000
(0,0,0)

Tints of #D88C9E

#D88C9E
(216,140,158)
#DB96A6
(219,150,166)
#DEA0AE
(222,160,174)
#E1AAB6
(225,170,182)
#E4B4BE
(228,180,190)
#E7BEC6
(231,190,198)
#EAC8CE
(234,200,206)
#EDD2D6
(237,210,214)
#F0DCDE
(240,220,222)
#F3E6E6
(243,230,230)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D88C9E color. Also use rgb(216,140,158) instead hex code.

Text Font Color

.myTextColor { color: #D88C9E; }

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

This text font color is #D88C9E.


Background Color

.myBgColor { background-color: #D88C9E; }

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

This div background color is #D88C9E.


Border color

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

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

This div border color is #D88C9E.


Opacity

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

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

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

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

This text has shadow with #D88C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D88C9E on black background.


Color preview on white background

This text has color #D88C9E on white background.



Black color preview on #D88C9E background

This text has black color on #D88C9E background.


White color preview on #D88C9E background

This text has white color on #D88C9E background.