COLOR #D29FD9

HEX: #D29FD9
RGB: (210,159,217)

Color info

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

RGB color model

#D29FD9 color RGB value is (210,159,217).

  • red value is 210;
  • green value is 159;
  • blue value is 217.
RGB:
(210,159,217)
(82%,62%,85%)

RGB channels and saturation

R 210 of 255 = 82%
G 159 of 255 = 62%
B 217 of 255 = 85%

210
159
217

R + G + B ~ 76%. #D29FD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 159 + 217 = 586 (100%)
R 210 of 586 ~ 35.84%
G 159 of 586 ~ 27.13%
B 217 of 586 ~ 37.03%

%35.84
%27.13
%37.03

CMYK color model

#D29FD9 color CMYK value is (3,27,0,15).

  • cyan value is 3.23%
  • magenta value is 26.73%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(3,27,0,15)
C3M27Y0K15 
(3%,27%,0%,15%)
(0.03/0.27/0.00/0.15)	

CMYK percentages

%3.23
%26.73
%0
%14.9

Codes

Color #D29FD9 in popluar color models

D29FD9
RGB210159217
HSL293°43.28%73.73%
HSB/HSV293°26.73%85.10%
CMYK3.23%26.73%0.00%
14.90%

Color #D29FD9 in popluar number systems.

HEXD29FD9
Decimal210159217
Binary110100101001111111011001
Octal322237331

Shades and tints

Shades of #D29FD9

#D29FD9
(210,159,217)
#BF91C6
(191,145,198)
#AC83B3
(172,131,179)
#9975A0
(153,117,160)
#86678D
(134,103,141)
#73597A
(115,89,122)
#604B67
(96,75,103)
#4D3D54
(77,61,84)
#3A2F41
(58,47,65)
#27212E
(39,33,46)
#14131B
(20,19,27)
#000000
(0,0,0)

Tints of #D29FD9

#D29FD9
(210,159,217)
#D6A7DC
(214,167,220)
#DAAFDF
(218,175,223)
#DEB7E2
(222,183,226)
#E2BFE5
(226,191,229)
#E6C7E8
(230,199,232)
#EACFEB
(234,207,235)
#EED7EE
(238,215,238)
#F2DFF1
(242,223,241)
#F6E7F4
(246,231,244)
#FAEFF7
(250,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D29FD9 color. Also use rgb(210,159,217) instead hex code.

Text Font Color

.myTextColor { color: #D29FD9; }

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

This text font color is #D29FD9.


Background Color

.myBgColor { background-color: #D29FD9; }

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

This div background color is #D29FD9.


Border color

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

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

This div border color is #D29FD9.


Opacity

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

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

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

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

This text has shadow with #D29FD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D29FD9 on black background.


Color preview on white background

This text has color #D29FD9 on white background.



Black color preview on #D29FD9 background

This text has black color on #D29FD9 background.


White color preview on #D29FD9 background

This text has white color on #D29FD9 background.