COLOR #D88AB8

HEX: #D88AB8 RGB: (216,138,184)

Color info

#D88AB8 contains mainly red and blue colors. Web safe color of #D88AB8 is #CC99CC (or #C9C).

RGB color model

#D88AB8 color RGB value is (216,138,184).

RGB: (216,138,184) (85%, 54%, 72%)

RGB channels and saturation

R 216 of 255 = 85%
G 138 of 255 = 54%
B 184 of 255 = 72%

216
138
184

R + G + B ~ 70%. #D88AB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 138 + 184 = 538 (100%)
R 216 of 538 ~ 40.15%
G 138 of 538 ~ 25.65%
B 184 of 538 ~ 34.2'%

%40.15
%25.65
%34.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.11%
  • yellow value is 14.81%
  • key color value is 15.29%

CMYK: (0,36,15,15)
C0M36Y15K15 (0%, 36%, 15%, 15%)
(0.00 / 0.36 / 0.15 / 0.15)

CMYK percentages

%0
%36.11
%14.81
%15.29

Codes

Color #D88AB8 in popluar color models

D8 8A B8
RGB 216 138 184
HSL 325° 50.00% 69.41%
HSB/HSV 325° 36.11% 84.71%
CMYK 0.00% 36.11% 14.81%
15.29%

Color #D88AB8 in popluar number systems.

HEX D8 8A B8
Decimal 216 138 184
Binary 11011000 10001010 10111000
Octal 330 212 270

Shades and tints

Shades of #D88AB8

#D88AB8
(216,138,184)
#C57EA8
(197,126,168)
#B27298
(178,114,152)
#9F6688
(159,102,136)
#8C5A78
(140,90,120)
#794E68
(121,78,104)
#664258
(102,66,88)
#533648
(83,54,72)
#402A38
(64,42,56)
#2D1E28
(45,30,40)
#1A1218
(26,18,24)
#000000
(0,0,0)

Tints of #D88AB8

#D88AB8
(216,138,184)
#DB94BE
(219,148,190)
#DE9EC4
(222,158,196)
#E1A8CA
(225,168,202)
#E4B2D0
(228,178,208)
#E7BCD6
(231,188,214)
#EAC6DC
(234,198,220)
#EDD0E2
(237,208,226)
#F0DAE8
(240,218,232)
#F3E4EE
(243,228,238)
#F6EEF4
(246,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D88AB8; }

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

This text font color is #D88AB8.

Background Color

.myBgColor { background-color: #D88AB8; }

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

This div background color is #D88AB8.

Border color

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

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

This div border color is #D88AB8.

Opacity

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

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

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

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

This text has shadow with #D88AB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D88AB8.

Preview

Color preview on black background

This text has color #D88AB8 on black background.


Color preview on white background

This text has color #D88AB8 on white background.


Black color preview on #D88AB8 background

This text has black color on #D88AB8 background.


White color preview on #D88AB8 background

This text has white color on #D88AB8 background.


Related colors

Complementary color

Complementary color for #hex is #277547.


I love getcolorcode.com

Triadic colors

1 #B8D88A and #8AB8D8 with #D88AB8 are triadic colors.

2 #B88AD8 and #8AD8B8 with #D88AB8 are triadic colors.