COLOR #D98ABC

HEX: #D98ABC RGB: (217,138,188)

Color info

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

RGB color model

#D98ABC color RGB value is (217,138,188).

RGB: (217,138,188) (85%, 54%, 74%)

RGB channels and saturation

R 217 of 255 = 85%
G 138 of 255 = 54%
B 188 of 255 = 74%

217
138
188

R + G + B ~ 71%. #D98ABC is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 138 + 188 = 543 (100%)
R 217 of 543 ~ 39.96%
G 138 of 543 ~ 25.41%
B 188 of 543 ~ 34.62'%

%39.96
%25.41
%34.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.41%
  • yellow value is 13.36%
  • key color value is 14.90%
CMYK: (0,36,13,15) C0M36Y13K15 (0%,36%,13%,15%) (0.00/0.36/0.13/0.15) 

CMYK percentages

%0
%36.41
%13.36
%14.9

Codes

Color #D98ABC in popluar color models

D9 8A BC
RGB 217 138 188
HSL 322° 50.97% 69.61%
HSB/HSV 322° 36.41% 85.10%
CMYK 0.00% 36.41% 13.36%
14.90%

Color #D98ABC in popluar number systems.

HEX D9 8A BC
Decimal 217 138 188
Binary 11011001 10001010 10111100
Octal 331 212 274

Shades and tints

Shades of #D98ABC

#D98ABC
(217,138,188)
#C67EAB
(198,126,171)
#B3729A
(179,114,154)
#A06689
(160,102,137)
#8D5A78
(141,90,120)
#7A4E67
(122,78,103)
#674256
(103,66,86)
#543645
(84,54,69)
#412A34
(65,42,52)
#2E1E23
(46,30,35)
#1B1212
(27,18,18)
#000000
(0,0,0)

Tints of #D98ABC

#D98ABC
(217,138,188)
#DC94C2
(220,148,194)
#DF9EC8
(223,158,200)
#E2A8CE
(226,168,206)
#E5B2D4
(229,178,212)
#E8BCDA
(232,188,218)
#EBC6E0
(235,198,224)
#EED0E6
(238,208,230)
#F1DAEC
(241,218,236)
#F4E4F2
(244,228,242)
#F7EEF8
(247,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D98ABC color. Also use rgb(217,138,188) instead hex code.

Text Font Color

.myTextColor { color: #D98ABC; }

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

This text font color is #D98ABC.

Background Color

.myBgColor { background-color: #D98ABC; }

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

This div background color is #D98ABC.

Border color

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

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

This div border color is #D98ABC.

Opacity

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

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

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

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

This text has shadow with #D98ABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D98ABC.

Preview

Color preview on black background

This text has color #D98ABC on black background.


Color preview on white background

This text has color #D98ABC on white background.


Black color preview on #D98ABC background

This text has black color on #D98ABC background.


White color preview on #D98ABC background

This text has white color on #D98ABC background.


Related colors

Complementary color

Complementary color for #hex is #267543.


I love getcolorcode.com

Triadic colors

1 #BCD98A and #8ABCD9 with #D98ABC are triadic colors.

2 #BC8AD9 and #8AD9BC with #D98ABC are triadic colors.