COLOR #D29DC7

HEX: #D29DC7
RGB: (210,157,199)

Color info

#D29DC7 contains red, green and blue colors in about the same proportion. Web safe color of #D29DC7 is #CC99CC (or #C9C).

RGB color model

#D29DC7 color RGB value is (210,157,199).

  • red value is 210;
  • green value is 157;
  • blue value is 199.
RGB:
(210,157,199)
(82%,62%,78%)

RGB channels and saturation

R 210 of 255 = 82%
G 157 of 255 = 62%
B 199 of 255 = 78%

210
157
199

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

Portions of RGB colors in percentages

R + G + B =
210 + 157 + 199 = 566 (100%)
R 210 of 566 ~ 37.1%
G 157 of 566 ~ 27.74%
B 199 of 566 ~ 35.16%

%37.1
%27.74
%35.16

CMYK color model

#D29DC7 color CMYK value is (0,25,5,18).

  • cyan value is 0.00%
  • magenta value is 25.24%
  • yellow value is 5.24%
  • key color value is 17.65%
CMYK:
(0,25,5,18)
C0M25Y5K18 
(0%,25%,5%,18%)
(0.00/0.25/0.05/0.18)	

CMYK percentages

%0
%25.24
%5.24
%17.65

Codes

Color #D29DC7 in popluar color models

D29DC7
RGB210157199
HSL312°37.06%71.96%
HSB/HSV312°25.24%82.35%
CMYK0.00%25.24%5.24%
17.65%

Color #D29DC7 in popluar number systems.

HEXD29DC7
Decimal210157199
Binary110100101001110111000111
Octal322235307

Shades and tints

Shades of #D29DC7

#D29DC7
(210,157,199)
#BF8FB5
(191,143,181)
#AC81A3
(172,129,163)
#997391
(153,115,145)
#86657F
(134,101,127)
#73576D
(115,87,109)
#60495B
(96,73,91)
#4D3B49
(77,59,73)
#3A2D37
(58,45,55)
#271F25
(39,31,37)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #D29DC7

#D29DC7
(210,157,199)
#D6A5CC
(214,165,204)
#DAADD1
(218,173,209)
#DEB5D6
(222,181,214)
#E2BDDB
(226,189,219)
#E6C5E0
(230,197,224)
#EACDE5
(234,205,229)
#EED5EA
(238,213,234)
#F2DDEF
(242,221,239)
#F6E5F4
(246,229,244)
#FAEDF9
(250,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D29DC7 color. Also use rgb(210,157,199) instead hex code.

Text Font Color

.myTextColor { color: #D29DC7; }

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

This text font color is #D29DC7.


Background Color

.myBgColor { background-color: #D29DC7; }

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

This div background color is #D29DC7.


Border color

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

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

This div border color is #D29DC7.


Opacity

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

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

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

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

This text has shadow with #D29DC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D29DC7 on black background.


Color preview on white background

This text has color #D29DC7 on white background.



Black color preview on #D29DC7 background

This text has black color on #D29DC7 background.


White color preview on #D29DC7 background

This text has white color on #D29DC7 background.