COLOR #D88DAC

HEX: #D88DAC
RGB: (216,141,172)

Color info

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

RGB color model

#D88DAC color RGB value is (216,141,172).

  • red value is 216;
  • green value is 141;
  • blue value is 172.
RGB:
(216,141,172)
(85%,55%,67%)

RGB channels and saturation

R 216 of 255 = 85%
G 141 of 255 = 55%
B 172 of 255 = 67%

216
141
172

R + G + B ~ 69%. #D88DAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 141 + 172 = 529 (100%)
R 216 of 529 ~ 40.83%
G 141 of 529 ~ 26.65%
B 172 of 529 ~ 32.51%

%40.83
%26.65
%32.51

CMYK color model

#D88DAC color CMYK value is (0,35,20,15).

  • cyan value is 0.00%
  • magenta value is 34.72%
  • yellow value is 20.37%
  • key color value is 15.29%
CMYK:
(0,35,20,15)
C0M35Y20K15 
(0%,35%,20%,15%)
(0.00/0.35/0.20/0.15)	

CMYK percentages

%0
%34.72
%20.37
%15.29

Codes

Color #D88DAC in popluar color models

D88DAC
RGB216141172
HSL335°49.02%70.00%
HSB/HSV335°34.72%84.71%
CMYK0.00%34.72%20.37%
15.29%

Color #D88DAC in popluar number systems.

HEXD88DAC
Decimal216141172
Binary110110001000110110101100
Octal330215254

Shades and tints

Shades of #D88DAC

#D88DAC
(216,141,172)
#C5819D
(197,129,157)
#B2758E
(178,117,142)
#9F697F
(159,105,127)
#8C5D70
(140,93,112)
#795161
(121,81,97)
#664552
(102,69,82)
#533943
(83,57,67)
#402D34
(64,45,52)
#2D2125
(45,33,37)
#1A1516
(26,21,22)
#000000
(0,0,0)

Tints of #D88DAC

#D88DAC
(216,141,172)
#DB97B3
(219,151,179)
#DEA1BA
(222,161,186)
#E1ABC1
(225,171,193)
#E4B5C8
(228,181,200)
#E7BFCF
(231,191,207)
#EAC9D6
(234,201,214)
#EDD3DD
(237,211,221)
#F0DDE4
(240,221,228)
#F3E7EB
(243,231,235)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D88DAC color. Also use rgb(216,141,172) instead hex code.

Text Font Color

.myTextColor { color: #D88DAC; }

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

This text font color is #D88DAC.


Background Color

.myBgColor { background-color: #D88DAC; }

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

This div background color is #D88DAC.


Border color

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

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

This div border color is #D88DAC.


Opacity

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

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

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

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

This text has shadow with #D88DAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D88DAC on black background.


Color preview on white background

This text has color #D88DAC on white background.



Black color preview on #D88DAC background

This text has black color on #D88DAC background.


White color preview on #D88DAC background

This text has white color on #D88DAC background.