COLOR #D988BB

HEX: #D988BB RGB: (217,136,187)

Color info

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

RGB color model

#D988BB color RGB value is (217,136,187).

RGB: (217,136,187) (85%, 53%, 73%)

RGB channels and saturation

R 217 of 255 = 85%
G 136 of 255 = 53%
B 187 of 255 = 73%

217
136
187

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

Portions of RGB colors in percentages

R + G + B = 217 + 136 + 187 = 540 (100%)
R 217 of 540 ~ 40.19%
G 136 of 540 ~ 25.19%
B 187 of 540 ~ 34.63'%

%40.19
%25.19
%34.63

CMYK color model

#D988BB color CMYK value is (0,37,14,15).

  • cyan value is 0.00%
  • magenta value is 37.33%
  • yellow value is 13.82%
  • key color value is 14.90%

CMYK: (0,37,14,15)
C0M37Y14K15 (0%, 37%, 14%, 15%)
(0.00 / 0.37 / 0.14 / 0.15)

CMYK percentages

%0
%37.33
%13.82
%14.9

Codes

Color #D988BB in popluar color models

D9 88 BB
RGB 217 136 187
HSL 322° 51.59% 69.22%
HSB/HSV 322° 37.33% 85.10%
CMYK 0.00% 37.33% 13.82%
14.90%

Color #D988BB in popluar number systems.

HEX D9 88 BB
Decimal 217 136 187
Binary 11011001 10001000 10111011
Octal 331 210 273

Shades and tints

Shades of #D988BB

#D988BB
(217,136,187)
#C67CAA
(198,124,170)
#B37099
(179,112,153)
#A06488
(160,100,136)
#8D5877
(141,88,119)
#7A4C66
(122,76,102)
#674055
(103,64,85)
#543444
(84,52,68)
#412833
(65,40,51)
#2E1C22
(46,28,34)
#1B1011
(27,16,17)
#000000
(0,0,0)

Tints of #D988BB

#D988BB
(217,136,187)
#DC92C1
(220,146,193)
#DF9CC7
(223,156,199)
#E2A6CD
(226,166,205)
#E5B0D3
(229,176,211)
#E8BAD9
(232,186,217)
#EBC4DF
(235,196,223)
#EECEE5
(238,206,229)
#F1D8EB
(241,216,235)
#F4E2F1
(244,226,241)
#F7ECF7
(247,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D988BB color. Also use rgb(217,136,187) instead hex code.

Text Font Color

.myTextColor { color: #D988BB; }

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

This text font color is #D988BB.

Background Color

.myBgColor { background-color: #D988BB; }

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

This div background color is #D988BB.

Border color

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

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

This div border color is #D988BB.

Opacity

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

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

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

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

This text has shadow with #D988BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D988BB.

Preview

Color preview on black background

This text has color #D988BB on black background.


Color preview on white background

This text has color #D988BB on white background.


Black color preview on #D988BB background

This text has black color on #D988BB background.


White color preview on #D988BB background

This text has white color on #D988BB background.


Related colors

Complementary color

Complementary color for #hex is #267744.


I love getcolorcode.com

Triadic colors

1 #BBD988 and #88BBD9 with #D988BB are triadic colors.

2 #BB88D9 and #88D9BB with #D988BB are triadic colors.