COLOR #D99ABE

HEX: #D99ABE
RGB: (217,154,190)

Color info

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

RGB color model

#D99ABE color RGB value is (217,154,190).

  • red value is 217;
  • green value is 154;
  • blue value is 190.
RGB:
(217,154,190)
(85%,60%,75%)

RGB channels and saturation

R 217 of 255 = 85%
G 154 of 255 = 60%
B 190 of 255 = 75%

217
154
190

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

Portions of RGB colors in percentages

R + G + B =
217 + 154 + 190 = 561 (100%)
R 217 of 561 ~ 38.68%
G 154 of 561 ~ 27.45%
B 190 of 561 ~ 33.87%

%38.68
%27.45
%33.87

CMYK color model

#D99ABE color CMYK value is (0,29,12,15).

  • cyan value is 0.00%
  • magenta value is 29.03%
  • yellow value is 12.44%
  • key color value is 14.90%
CMYK:
(0,29,12,15)
C0M29Y12K15 
(0%,29%,12%,15%)
(0.00/0.29/0.12/0.15)	

CMYK percentages

%0
%29.03
%12.44
%14.9

Codes

Color #D99ABE in popluar color models

D99ABE
RGB217154190
HSL326°45.32%72.75%
HSB/HSV326°29.03%85.10%
CMYK0.00%29.03%12.44%
14.90%

Color #D99ABE in popluar number systems.

HEXD99ABE
Decimal217154190
Binary110110011001101010111110
Octal331232276

Shades and tints

Shades of #D99ABE

#D99ABE
(217,154,190)
#C68CAD
(198,140,173)
#B37E9C
(179,126,156)
#A0708B
(160,112,139)
#8D627A
(141,98,122)
#7A5469
(122,84,105)
#674658
(103,70,88)
#543847
(84,56,71)
#412A36
(65,42,54)
#2E1C25
(46,28,37)
#1B0E14
(27,14,20)
#000000
(0,0,0)

Tints of #D99ABE

#D99ABE
(217,154,190)
#DCA3C3
(220,163,195)
#DFACC8
(223,172,200)
#E2B5CD
(226,181,205)
#E5BED2
(229,190,210)
#E8C7D7
(232,199,215)
#EBD0DC
(235,208,220)
#EED9E1
(238,217,225)
#F1E2E6
(241,226,230)
#F4EBEB
(244,235,235)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D99ABE color. Also use rgb(217,154,190) instead hex code.

Text Font Color

.myTextColor { color: #D99ABE; }

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

This text font color is #D99ABE.


Background Color

.myBgColor { background-color: #D99ABE; }

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

This div background color is #D99ABE.


Border color

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

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

This div border color is #D99ABE.


Opacity

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

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

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

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

This text has shadow with #D99ABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D99ABE on black background.


Color preview on white background

This text has color #D99ABE on white background.



Black color preview on #D99ABE background

This text has black color on #D99ABE background.


White color preview on #D99ABE background

This text has white color on #D99ABE background.