COLOR #D29FB5

HEX: #D29FB5
RGB: (210,159,181)

Color info

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

RGB color model

#D29FB5 color RGB value is (210,159,181).

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

RGB channels and saturation

R 210 of 255 = 82%
G 159 of 255 = 62%
B 181 of 255 = 71%

210
159
181

R + G + B ~ 72%. #D29FB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 159 + 181 = 550 (100%)
R 210 of 550 ~ 38.18%
G 159 of 550 ~ 28.91%
B 181 of 550 ~ 32.91%

%38.18
%28.91
%32.91

CMYK color model

#D29FB5 color CMYK value is (0,24,14,18).

  • cyan value is 0.00%
  • magenta value is 24.29%
  • yellow value is 13.81%
  • key color value is 17.65%
CMYK:
(0,24,14,18)
C0M24Y14K18 
(0%,24%,14%,18%)
(0.00/0.24/0.14/0.18)	

CMYK percentages

%0
%24.29
%13.81
%17.65

Codes

Color #D29FB5 in popluar color models

D29FB5
RGB210159181
HSL334°36.17%72.35%
HSB/HSV334°24.29%82.35%
CMYK0.00%24.29%13.81%
17.65%

Color #D29FB5 in popluar number systems.

HEXD29FB5
Decimal210159181
Binary110100101001111110110101
Octal322237265

Shades and tints

Shades of #D29FB5

#D29FB5
(210,159,181)
#BF91A5
(191,145,165)
#AC8395
(172,131,149)
#997585
(153,117,133)
#866775
(134,103,117)
#735965
(115,89,101)
#604B55
(96,75,85)
#4D3D45
(77,61,69)
#3A2F35
(58,47,53)
#272125
(39,33,37)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #D29FB5

#D29FB5
(210,159,181)
#D6A7BB
(214,167,187)
#DAAFC1
(218,175,193)
#DEB7C7
(222,183,199)
#E2BFCD
(226,191,205)
#E6C7D3
(230,199,211)
#EACFD9
(234,207,217)
#EED7DF
(238,215,223)
#F2DFE5
(242,223,229)
#F6E7EB
(246,231,235)
#FAEFF1
(250,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D29FB5; }

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

This text font color is #D29FB5.


Background Color

.myBgColor { background-color: #D29FB5; }

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

This div background color is #D29FB5.


Border color

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

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

This div border color is #D29FB5.


Opacity

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

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

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

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

This text has shadow with #D29FB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D29FB5 on black background.


Color preview on white background

This text has color #D29FB5 on white background.



Black color preview on #D29FB5 background

This text has black color on #D29FB5 background.


White color preview on #D29FB5 background

This text has white color on #D29FB5 background.