COLOR #D29FBD

HEX: #D29FBD
RGB: (210,159,189)

Color info

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

RGB color model

#D29FBD color RGB value is (210,159,189).

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

RGB channels and saturation

R 210 of 255 = 82%
G 159 of 255 = 62%
B 189 of 255 = 74%

210
159
189

R + G + B ~ 73%. #D29FBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 159 + 189 = 558 (100%)
R 210 of 558 ~ 37.63%
G 159 of 558 ~ 28.49%
B 189 of 558 ~ 33.87%

%37.63
%28.49
%33.87

CMYK color model

#D29FBD color CMYK value is (0,24,10,18).

  • cyan value is 0.00%
  • magenta value is 24.29%
  • yellow value is 10.00%
  • key color value is 17.65%
CMYK:
(0,24,10,18)
C0M24Y10K18 
(0%,24%,10%,18%)
(0.00/0.24/0.10/0.18)	

CMYK percentages

%0
%24.29
%10
%17.65

Codes

Color #D29FBD in popluar color models

D29FBD
RGB210159189
HSL325°36.17%72.35%
HSB/HSV325°24.29%82.35%
CMYK0.00%24.29%10.00%
17.65%

Color #D29FBD in popluar number systems.

HEXD29FBD
Decimal210159189
Binary110100101001111110111101
Octal322237275

Shades and tints

Shades of #D29FBD

#D29FBD
(210,159,189)
#BF91AC
(191,145,172)
#AC839B
(172,131,155)
#99758A
(153,117,138)
#866779
(134,103,121)
#735968
(115,89,104)
#604B57
(96,75,87)
#4D3D46
(77,61,70)
#3A2F35
(58,47,53)
#272124
(39,33,36)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #D29FBD

#D29FBD
(210,159,189)
#D6A7C3
(214,167,195)
#DAAFC9
(218,175,201)
#DEB7CF
(222,183,207)
#E2BFD5
(226,191,213)
#E6C7DB
(230,199,219)
#EACFE1
(234,207,225)
#EED7E7
(238,215,231)
#F2DFED
(242,223,237)
#F6E7F3
(246,231,243)
#FAEFF9
(250,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D29FBD; }

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

This text font color is #D29FBD.


Background Color

.myBgColor { background-color: #D29FBD; }

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

This div background color is #D29FBD.


Border color

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

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

This div border color is #D29FBD.


Opacity

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

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

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

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

This text has shadow with #D29FBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D29FBD on black background.


Color preview on white background

This text has color #D29FBD on white background.



Black color preview on #D29FBD background

This text has black color on #D29FBD background.


White color preview on #D29FBD background

This text has white color on #D29FBD background.