COLOR #D29BA5

HEX: #D29BA5
RGB: (210,155,165)

Color info

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

RGB color model

#D29BA5 color RGB value is (210,155,165).

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

RGB channels and saturation

R 210 of 255 = 82%
G 155 of 255 = 61%
B 165 of 255 = 65%

210
155
165

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

Portions of RGB colors in percentages

R + G + B =
210 + 155 + 165 = 530 (100%)
R 210 of 530 ~ 39.62%
G 155 of 530 ~ 29.25%
B 165 of 530 ~ 31.13%

%39.62
%29.25
%31.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.19%
  • yellow value is 21.43%
  • 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
%26.19
%21.43
%17.65

Codes

Color #D29BA5 in popluar color models

D29BA5
RGB210155165
HSL349°37.93%71.57%
HSB/HSV349°26.19%82.35%
CMYK0.00%26.19%21.43%
17.65%

Color #D29BA5 in popluar number systems.

HEXD29BA5
Decimal210155165
Binary110100101001101110100101
Octal322233245

Shades and tints

Shades of #D29BA5

#D29BA5
(210,155,165)
#BF8D96
(191,141,150)
#AC7F87
(172,127,135)
#997178
(153,113,120)
#866369
(134,99,105)
#73555A
(115,85,90)
#60474B
(96,71,75)
#4D393C
(77,57,60)
#3A2B2D
(58,43,45)
#271D1E
(39,29,30)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #D29BA5

#D29BA5
(210,155,165)
#D6A4AD
(214,164,173)
#DAADB5
(218,173,181)
#DEB6BD
(222,182,189)
#E2BFC5
(226,191,197)
#E6C8CD
(230,200,205)
#EAD1D5
(234,209,213)
#EEDADD
(238,218,221)
#F2E3E5
(242,227,229)
#F6ECED
(246,236,237)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D29BA5 color. Also use rgb(210,155,165) instead hex code.

Text Font Color

.myTextColor { color: #D29BA5; }

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

This text font color is #D29BA5.


Background Color

.myBgColor { background-color: #D29BA5; }

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

This div background color is #D29BA5.


Border color

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

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

This div border color is #D29BA5.


Opacity

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

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

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

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

This text has shadow with #D29BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D29BA5 on black background.


Color preview on white background

This text has color #D29BA5 on white background.



Black color preview on #D29BA5 background

This text has black color on #D29BA5 background.


White color preview on #D29BA5 background

This text has white color on #D29BA5 background.