COLOR #D99AC7

HEX: #D99AC7
RGB: (217,154,199)

Color info

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

RGB color model

#D99AC7 color RGB value is (217,154,199).

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

RGB channels and saturation

R 217 of 255 = 85%
G 154 of 255 = 60%
B 199 of 255 = 78%

217
154
199

R + G + B ~ 74%. #D99AC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 154 + 199 = 570 (100%)
R 217 of 570 ~ 38.07%
G 154 of 570 ~ 27.02%
B 199 of 570 ~ 34.91%

%38.07
%27.02
%34.91

CMYK color model

#D99AC7 color CMYK value is (0,29,8,15).

  • cyan value is 0.00%
  • magenta value is 29.03%
  • yellow value is 8.29%
  • key color value is 14.90%
CMYK:
(0,29,8,15)
C0M29Y8K15 
(0%,29%,8%,15%)
(0.00/0.29/0.08/0.15)	

CMYK percentages

%0
%29.03
%8.29
%14.9

Codes

Color #D99AC7 in popluar color models

D99AC7
RGB217154199
HSL317°45.32%72.75%
HSB/HSV317°29.03%85.10%
CMYK0.00%29.03%8.29%
14.90%

Color #D99AC7 in popluar number systems.

HEXD99AC7
Decimal217154199
Binary110110011001101011000111
Octal331232307

Shades and tints

Shades of #D99AC7

#D99AC7
(217,154,199)
#C68CB5
(198,140,181)
#B37EA3
(179,126,163)
#A07091
(160,112,145)
#8D627F
(141,98,127)
#7A546D
(122,84,109)
#67465B
(103,70,91)
#543849
(84,56,73)
#412A37
(65,42,55)
#2E1C25
(46,28,37)
#1B0E13
(27,14,19)
#000000
(0,0,0)

Tints of #D99AC7

#D99AC7
(217,154,199)
#DCA3CC
(220,163,204)
#DFACD1
(223,172,209)
#E2B5D6
(226,181,214)
#E5BEDB
(229,190,219)
#E8C7E0
(232,199,224)
#EBD0E5
(235,208,229)
#EED9EA
(238,217,234)
#F1E2EF
(241,226,239)
#F4EBF4
(244,235,244)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D99AC7; }

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

This text font color is #D99AC7.


Background Color

.myBgColor { background-color: #D99AC7; }

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

This div background color is #D99AC7.


Border color

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

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

This div border color is #D99AC7.


Opacity

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

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

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

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

This text has shadow with #D99AC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D99AC7 on black background.


Color preview on white background

This text has color #D99AC7 on white background.



Black color preview on #D99AC7 background

This text has black color on #D99AC7 background.


White color preview on #D99AC7 background

This text has white color on #D99AC7 background.