COLOR #D99AC9

HEX: #D99AC9
RGB: (217,154,201)

Color info

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

RGB color model

#D99AC9 color RGB value is (217,154,201).

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

RGB channels and saturation

R 217 of 255 = 85%
G 154 of 255 = 60%
B 201 of 255 = 79%

217
154
201

R + G + B ~ 75%. #D99AC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 154 + 201 = 572 (100%)
R 217 of 572 ~ 37.94%
G 154 of 572 ~ 26.92%
B 201 of 572 ~ 35.14%

%37.94
%26.92
%35.14

CMYK color model

#D99AC9 color CMYK value is (0,29,7,15).

  • cyan value is 0.00%
  • magenta value is 29.03%
  • yellow value is 7.37%
  • key color value is 14.90%
CMYK:
(0,29,7,15)
C0M29Y7K15 
(0%,29%,7%,15%)
(0.00/0.29/0.07/0.15)	

CMYK percentages

%0
%29.03
%7.37
%14.9

Codes

Color #D99AC9 in popluar color models

D99AC9
RGB217154201
HSL315°45.32%72.75%
HSB/HSV315°29.03%85.10%
CMYK0.00%29.03%7.37%
14.90%

Color #D99AC9 in popluar number systems.

HEXD99AC9
Decimal217154201
Binary110110011001101011001001
Octal331232311

Shades and tints

Shades of #D99AC9

#D99AC9
(217,154,201)
#C68CB7
(198,140,183)
#B37EA5
(179,126,165)
#A07093
(160,112,147)
#8D6281
(141,98,129)
#7A546F
(122,84,111)
#67465D
(103,70,93)
#54384B
(84,56,75)
#412A39
(65,42,57)
#2E1C27
(46,28,39)
#1B0E15
(27,14,21)
#000000
(0,0,0)

Tints of #D99AC9

#D99AC9
(217,154,201)
#DCA3CD
(220,163,205)
#DFACD1
(223,172,209)
#E2B5D5
(226,181,213)
#E5BED9
(229,190,217)
#E8C7DD
(232,199,221)
#EBD0E1
(235,208,225)
#EED9E5
(238,217,229)
#F1E2E9
(241,226,233)
#F4EBED
(244,235,237)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D99AC9; }

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

This text font color is #D99AC9.


Background Color

.myBgColor { background-color: #D99AC9; }

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

This div background color is #D99AC9.


Border color

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

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

This div border color is #D99AC9.


Opacity

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

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

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

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

This text has shadow with #D99AC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D99AC9 on black background.


Color preview on white background

This text has color #D99AC9 on white background.



Black color preview on #D99AC9 background

This text has black color on #D99AC9 background.


White color preview on #D99AC9 background

This text has white color on #D99AC9 background.