COLOR #D29CA6

HEX: #D29CA6
RGB: (210,156,166)

Color info

#D29CA6 contains red, green and blue colors in about the same proportion. Web safe color of #D29CA6 is #CC9999 (or #C99).

RGB color model

#D29CA6 color RGB value is (210,156,166).

  • red value is 210;
  • green value is 156;
  • blue value is 166.
RGB:
(210,156,166)
(82%,61%,65%)

RGB channels and saturation

R 210 of 255 = 82%
G 156 of 255 = 61%
B 166 of 255 = 65%

210
156
166

R + G + B ~ 69%. #D29CA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 156 + 166 = 532 (100%)
R 210 of 532 ~ 39.47%
G 156 of 532 ~ 29.32%
B 166 of 532 ~ 31.2%

%39.47
%29.32
%31.2

CMYK color model

#D29CA6 color CMYK value is (0,26,21,18).

  • cyan value is 0.00%
  • magenta value is 25.71%
  • yellow value is 20.95%
  • key color value is 17.65%
CMYK:
(0,26,21,18)
C0M26Y21K18 
(0%,26%,21%,18%)
(0.00/0.26/0.21/0.18)	

CMYK percentages

%0
%25.71
%20.95
%17.65

Codes

Color #D29CA6 in popluar color models

D29CA6
RGB210156166
HSL349°37.50%71.76%
HSB/HSV349°25.71%82.35%
CMYK0.00%25.71%20.95%
17.65%

Color #D29CA6 in popluar number systems.

HEXD29CA6
Decimal210156166
Binary110100101001110010100110
Octal322234246

Shades and tints

Shades of #D29CA6

#D29CA6
(210,156,166)
#BF8E97
(191,142,151)
#AC8088
(172,128,136)
#997279
(153,114,121)
#86646A
(134,100,106)
#73565B
(115,86,91)
#60484C
(96,72,76)
#4D3A3D
(77,58,61)
#3A2C2E
(58,44,46)
#271E1F
(39,30,31)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #D29CA6

#D29CA6
(210,156,166)
#D6A5AE
(214,165,174)
#DAAEB6
(218,174,182)
#DEB7BE
(222,183,190)
#E2C0C6
(226,192,198)
#E6C9CE
(230,201,206)
#EAD2D6
(234,210,214)
#EEDBDE
(238,219,222)
#F2E4E6
(242,228,230)
#F6EDEE
(246,237,238)
#FAF6F6
(250,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D29CA6 color. Also use rgb(210,156,166) instead hex code.

Text Font Color

.myTextColor { color: #D29CA6; }

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

This text font color is #D29CA6.


Background Color

.myBgColor { background-color: #D29CA6; }

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

This div background color is #D29CA6.


Border color

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

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

This div border color is #D29CA6.


Opacity

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

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

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

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

This text has shadow with #D29CA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D29CA6 on black background.


Color preview on white background

This text has color #D29CA6 on white background.



Black color preview on #D29CA6 background

This text has black color on #D29CA6 background.


White color preview on #D29CA6 background

This text has white color on #D29CA6 background.