COLOR #D88AA8

HEX: #D88AA8
RGB: (216,138,168)

Color info

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

RGB color model

#D88AA8 color RGB value is (216,138,168).

  • red value is 216;
  • green value is 138;
  • blue value is 168.
RGB:
(216,138,168)
(85%,54%,66%)

RGB channels and saturation

R 216 of 255 = 85%
G 138 of 255 = 54%
B 168 of 255 = 66%

216
138
168

R + G + B ~ 68%. #D88AA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 138 + 168 = 522 (100%)
R 216 of 522 ~ 41.38%
G 138 of 522 ~ 26.44%
B 168 of 522 ~ 32.18%

%41.38
%26.44
%32.18

CMYK color model

#D88AA8 color CMYK value is (0,36,22,15).

  • cyan value is 0.00%
  • magenta value is 36.11%
  • yellow value is 22.22%
  • key color value is 15.29%
CMYK:
(0,36,22,15)
C0M36Y22K15 
(0%,36%,22%,15%)
(0.00/0.36/0.22/0.15)	

CMYK percentages

%0
%36.11
%22.22
%15.29

Codes

Color #D88AA8 in popluar color models

D88AA8
RGB216138168
HSL337°50.00%69.41%
HSB/HSV337°36.11%84.71%
CMYK0.00%36.11%22.22%
15.29%

Color #D88AA8 in popluar number systems.

HEXD88AA8
Decimal216138168
Binary110110001000101010101000
Octal330212250

Shades and tints

Shades of #D88AA8

#D88AA8
(216,138,168)
#C57E99
(197,126,153)
#B2728A
(178,114,138)
#9F667B
(159,102,123)
#8C5A6C
(140,90,108)
#794E5D
(121,78,93)
#66424E
(102,66,78)
#53363F
(83,54,63)
#402A30
(64,42,48)
#2D1E21
(45,30,33)
#1A1212
(26,18,18)
#000000
(0,0,0)

Tints of #D88AA8

#D88AA8
(216,138,168)
#DB94AF
(219,148,175)
#DE9EB6
(222,158,182)
#E1A8BD
(225,168,189)
#E4B2C4
(228,178,196)
#E7BCCB
(231,188,203)
#EAC6D2
(234,198,210)
#EDD0D9
(237,208,217)
#F0DAE0
(240,218,224)
#F3E4E7
(243,228,231)
#F6EEEE
(246,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D88AA8 color. Also use rgb(216,138,168) instead hex code.

Text Font Color

.myTextColor { color: #D88AA8; }

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

This text font color is #D88AA8.


Background Color

.myBgColor { background-color: #D88AA8; }

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

This div background color is #D88AA8.


Border color

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

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

This div border color is #D88AA8.


Opacity

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

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

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

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

This text has shadow with #D88AA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D88AA8 on black background.


Color preview on white background

This text has color #D88AA8 on white background.



Black color preview on #D88AA8 background

This text has black color on #D88AA8 background.


White color preview on #D88AA8 background

This text has white color on #D88AA8 background.