COLOR #D29EA3

HEX: #D29EA3 RGB: (210,158,163)

Color info

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

RGB color model

#D29EA3 color RGB value is (210,158,163).

RGB: (210,158,163) (82%, 62%, 64%)

RGB channels and saturation

R 210 of 255 = 82%
G 158 of 255 = 62%
B 163 of 255 = 64%

210
158
163

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

Portions of RGB colors in percentages

R + G + B = 210 + 158 + 163 = 531 (100%)
R 210 of 531 ~ 39.55%
G 158 of 531 ~ 29.76%
B 163 of 531 ~ 30.7'%

%39.55
%29.76
%30.7

CMYK color model

#D29EA3 color CMYK value is (0,25,22,18).

  • cyan value is 0.00%
  • magenta value is 24.76%
  • yellow value is 22.38%
  • key color value is 17.65%

CMYK: (0,25,22,18)
C0M25Y22K18 (0%, 25%, 22%, 18%)
(0.00 / 0.25 / 0.22 / 0.18)

CMYK percentages

%0
%24.76
%22.38
%17.65

Codes

Color #D29EA3 in popluar color models

D2 9E A3
RGB 210 158 163
HSL 354° 36.62% 72.16%
HSB/HSV 354° 24.76% 82.35%
CMYK 0.00% 24.76% 22.38%
17.65%

Color #D29EA3 in popluar number systems.

HEX D2 9E A3
Decimal 210 158 163
Binary 11010010 10011110 10100011
Octal 322 236 243

Shades and tints

Shades of #D29EA3

#D29EA3
(210,158,163)
#BF9095
(191,144,149)
#AC8287
(172,130,135)
#997479
(153,116,121)
#86666B
(134,102,107)
#73585D
(115,88,93)
#604A4F
(96,74,79)
#4D3C41
(77,60,65)
#3A2E33
(58,46,51)
#272025
(39,32,37)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #D29EA3

#D29EA3
(210,158,163)
#D6A6AB
(214,166,171)
#DAAEB3
(218,174,179)
#DEB6BB
(222,182,187)
#E2BEC3
(226,190,195)
#E6C6CB
(230,198,203)
#EACED3
(234,206,211)
#EED6DB
(238,214,219)
#F2DEE3
(242,222,227)
#F6E6EB
(246,230,235)
#FAEEF3
(250,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D29EA3 color. Also use rgb(210,158,163) instead hex code.

Text Font Color

.myTextColor { color: #D29EA3; }

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

This text font color is #D29EA3.

Background Color

.myBgColor { background-color: #D29EA3; }

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

This div background color is #D29EA3.

Border color

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

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

This div border color is #D29EA3.

Opacity

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

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

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

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

This text has shadow with #D29EA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D29EA3.

Preview

Color preview on black background

This text has color #D29EA3 on black background.


Color preview on white background

This text has color #D29EA3 on white background.


Black color preview on #D29EA3 background

This text has black color on #D29EA3 background.


White color preview on #D29EA3 background

This text has white color on #D29EA3 background.


Related colors

Complementary color

Complementary color for #hex is #2D615C.


I love getcolorcode.com

Triadic colors

1 #A3D29E and #9EA3D2 with #D29EA3 are triadic colors.

2 #A39ED2 and #9ED2A3 with #D29EA3 are triadic colors.