COLOR #D98ACE

HEX: #D98ACE
RGB: (217,138,206)

Color info

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

RGB color model

#D98ACE color RGB value is (217,138,206).

  • red value is 217;
  • green value is 138;
  • blue value is 206.
RGB:
(217,138,206)
(85%,54%,81%)

RGB channels and saturation

R 217 of 255 = 85%
G 138 of 255 = 54%
B 206 of 255 = 81%

217
138
206

R + G + B ~ 73%. #D98ACE is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 138 + 206 = 561 (100%)
R 217 of 561 ~ 38.68%
G 138 of 561 ~ 24.6%
B 206 of 561 ~ 36.72%

%38.68
%24.6
%36.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.41%
  • yellow value is 5.07%
  • key color value is 14.90%
CMYK:
(0,36,5,15)
C0M36Y5K15 
(0%,36%,5%,15%)
(0.00/0.36/0.05/0.15)	

CMYK percentages

%0
%36.41
%5.07
%14.9

Codes

Color #D98ACE in popluar color models

D98ACE
RGB217138206
HSL308°50.97%69.61%
HSB/HSV308°36.41%85.10%
CMYK0.00%36.41%5.07%
14.90%

Color #D98ACE in popluar number systems.

HEXD98ACE
Decimal217138206
Binary110110011000101011001110
Octal331212316

Shades and tints

Shades of #D98ACE

#D98ACE
(217,138,206)
#C67EBC
(198,126,188)
#B372AA
(179,114,170)
#A06698
(160,102,152)
#8D5A86
(141,90,134)
#7A4E74
(122,78,116)
#674262
(103,66,98)
#543650
(84,54,80)
#412A3E
(65,42,62)
#2E1E2C
(46,30,44)
#1B121A
(27,18,26)
#000000
(0,0,0)

Tints of #D98ACE

#D98ACE
(217,138,206)
#DC94D2
(220,148,210)
#DF9ED6
(223,158,214)
#E2A8DA
(226,168,218)
#E5B2DE
(229,178,222)
#E8BCE2
(232,188,226)
#EBC6E6
(235,198,230)
#EED0EA
(238,208,234)
#F1DAEE
(241,218,238)
#F4E4F2
(244,228,242)
#F7EEF6
(247,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D98ACE; }

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

This text font color is #D98ACE.


Background Color

.myBgColor { background-color: #D98ACE; }

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

This div background color is #D98ACE.


Border color

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

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

This div border color is #D98ACE.


Opacity

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

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

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

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

This text has shadow with #D98ACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D98ACE on black background.


Color preview on white background

This text has color #D98ACE on white background.



Black color preview on #D98ACE background

This text has black color on #D98ACE background.


White color preview on #D98ACE background

This text has white color on #D98ACE background.