COLOR #D29A97

HEX: #D29A97
RGB: (210,154,151)

Color info

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

RGB color model

#D29A97 color RGB value is (210,154,151).

  • red value is 210;
  • green value is 154;
  • blue value is 151.
RGB:
(210,154,151)
(82%,60%,59%)

RGB channels and saturation

R 210 of 255 = 82%
G 154 of 255 = 60%
B 151 of 255 = 59%

210
154
151

R + G + B ~ 67%. #D29A97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 154 + 151 = 515 (100%)
R 210 of 515 ~ 40.78%
G 154 of 515 ~ 29.9%
B 151 of 515 ~ 29.32%

%40.78
%29.9
%29.32

CMYK color model

#D29A97 color CMYK value is (0,27,28,18).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 28.10%
  • key color value is 17.65%
CMYK:
(0,27,28,18)
C0M27Y28K18 
(0%,27%,28%,18%)
(0.00/0.27/0.28/0.18)	

CMYK percentages

%0
%26.67
%28.1
%17.65

Codes

Color #D29A97 in popluar color models

D29A97
RGB210154151
HSL39.60%70.78%
HSB/HSV28.10%82.35%
CMYK0.00%26.67%28.10%
17.65%

Color #D29A97 in popluar number systems.

HEXD29A97
Decimal210154151
Binary110100101001101010010111
Octal322232227

Shades and tints

Shades of #D29A97

#D29A97
(210,154,151)
#BF8C8A
(191,140,138)
#AC7E7D
(172,126,125)
#997070
(153,112,112)
#866263
(134,98,99)
#735456
(115,84,86)
#604649
(96,70,73)
#4D383C
(77,56,60)
#3A2A2F
(58,42,47)
#271C22
(39,28,34)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #D29A97

#D29A97
(210,154,151)
#D6A3A0
(214,163,160)
#DAACA9
(218,172,169)
#DEB5B2
(222,181,178)
#E2BEBB
(226,190,187)
#E6C7C4
(230,199,196)
#EAD0CD
(234,208,205)
#EED9D6
(238,217,214)
#F2E2DF
(242,226,223)
#F6EBE8
(246,235,232)
#FAF4F1
(250,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D29A97 color. Also use rgb(210,154,151) instead hex code.

Text Font Color

.myTextColor { color: #D29A97; }

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

This text font color is #D29A97.


Background Color

.myBgColor { background-color: #D29A97; }

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

This div background color is #D29A97.


Border color

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

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

This div border color is #D29A97.


Opacity

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

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

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

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

This text has shadow with #D29A97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D29A97 on black background.


Color preview on white background

This text has color #D29A97 on white background.



Black color preview on #D29A97 background

This text has black color on #D29A97 background.


White color preview on #D29A97 background

This text has white color on #D29A97 background.