COLOR #D98BBF

HEX: #D98BBF
RGB: (217,139,191)

Color info

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

RGB color model

#D98BBF color RGB value is (217,139,191).

  • red value is 217;
  • green value is 139;
  • blue value is 191.
RGB:
(217,139,191)
(85%,55%,75%)

RGB channels and saturation

R 217 of 255 = 85%
G 139 of 255 = 55%
B 191 of 255 = 75%

217
139
191

R + G + B ~ 72%. #D98BBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 139 + 191 = 547 (100%)
R 217 of 547 ~ 39.67%
G 139 of 547 ~ 25.41%
B 191 of 547 ~ 34.92%

%39.67
%25.41
%34.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.94%
  • yellow value is 11.98%
  • key color value is 14.90%
CMYK:
(0,36,12,15)
C0M36Y12K15 
(0%,36%,12%,15%)
(0.00/0.36/0.12/0.15)	

CMYK percentages

%0
%35.94
%11.98
%14.9

Codes

Color #D98BBF in popluar color models

D98BBF
RGB217139191
HSL320°50.65%69.80%
HSB/HSV320°35.94%85.10%
CMYK0.00%35.94%11.98%
14.90%

Color #D98BBF in popluar number systems.

HEXD98BBF
Decimal217139191
Binary110110011000101110111111
Octal331213277

Shades and tints

Shades of #D98BBF

#D98BBF
(217,139,191)
#C67FAE
(198,127,174)
#B3739D
(179,115,157)
#A0678C
(160,103,140)
#8D5B7B
(141,91,123)
#7A4F6A
(122,79,106)
#674359
(103,67,89)
#543748
(84,55,72)
#412B37
(65,43,55)
#2E1F26
(46,31,38)
#1B1315
(27,19,21)
#000000
(0,0,0)

Tints of #D98BBF

#D98BBF
(217,139,191)
#DC95C4
(220,149,196)
#DF9FC9
(223,159,201)
#E2A9CE
(226,169,206)
#E5B3D3
(229,179,211)
#E8BDD8
(232,189,216)
#EBC7DD
(235,199,221)
#EED1E2
(238,209,226)
#F1DBE7
(241,219,231)
#F4E5EC
(244,229,236)
#F7EFF1
(247,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D98BBF color. Also use rgb(217,139,191) instead hex code.

Text Font Color

.myTextColor { color: #D98BBF; }

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

This text font color is #D98BBF.


Background Color

.myBgColor { background-color: #D98BBF; }

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

This div background color is #D98BBF.


Border color

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

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

This div border color is #D98BBF.


Opacity

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

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

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

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

This text has shadow with #D98BBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D98BBF on black background.


Color preview on white background

This text has color #D98BBF on white background.



Black color preview on #D98BBF background

This text has black color on #D98BBF background.


White color preview on #D98BBF background

This text has white color on #D98BBF background.