COLOR #D29ABF

HEX: #D29ABF RGB: (210,154,191)

Color info

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

RGB color model

#D29ABF color RGB value is (210,154,191).

RGB: (210,154,191) (82%, 60%, 75%)

RGB channels and saturation

R 210 of 255 = 82%
G 154 of 255 = 60%
B 191 of 255 = 75%

210
154
191

R + G + B ~ 72%. #D29ABF is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 154 + 191 = 555 (100%)
R 210 of 555 ~ 37.84%
G 154 of 555 ~ 27.75%
B 191 of 555 ~ 34.41'%

%37.84
%27.75
%34.41

CMYK color model

#D29ABF color CMYK value is (0,27,9,18).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 9.05%
  • key color value is 17.65%
CMYK: (0,27,9,18) C0M27Y9K18 (0%,27%,9%,18%) (0.00/0.27/0.09/0.18) 

CMYK percentages

%0
%26.67
%9.05
%17.65

Codes

Color #D29ABF in popluar color models

D2 9A BF
RGB 210 154 191
HSL 320° 38.36% 71.37%
HSB/HSV 320° 26.67% 82.35%
CMYK 0.00% 26.67% 9.05%
17.65%

Color #D29ABF in popluar number systems.

HEX D2 9A BF
Decimal 210 154 191
Binary 11010010 10011010 10111111
Octal 322 232 277

Shades and tints

Shades of #D29ABF

#D29ABF
(210,154,191)
#BF8CAE
(191,140,174)
#AC7E9D
(172,126,157)
#99708C
(153,112,140)
#86627B
(134,98,123)
#73546A
(115,84,106)
#604659
(96,70,89)
#4D3848
(77,56,72)
#3A2A37
(58,42,55)
#271C26
(39,28,38)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #D29ABF

#D29ABF
(210,154,191)
#D6A3C4
(214,163,196)
#DAACC9
(218,172,201)
#DEB5CE
(222,181,206)
#E2BED3
(226,190,211)
#E6C7D8
(230,199,216)
#EAD0DD
(234,208,221)
#EED9E2
(238,217,226)
#F2E2E7
(242,226,231)
#F6EBEC
(246,235,236)
#FAF4F1
(250,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D29ABF; }

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

This text font color is #D29ABF.

Background Color

.myBgColor { background-color: #D29ABF; }

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

This div background color is #D29ABF.

Border color

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

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

This div border color is #D29ABF.

Opacity

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

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

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

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

This text has shadow with #D29ABF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D29ABF.

Preview

Color preview on black background

This text has color #D29ABF on black background.


Color preview on white background

This text has color #D29ABF on white background.


Black color preview on #D29ABF background

This text has black color on #D29ABF background.


White color preview on #D29ABF background

This text has white color on #D29ABF background.


Related colors

Complementary color

Complementary color for #hex is #2D6540.


I love getcolorcode.com

Triadic colors

1 #BFD29A and #9ABFD2 with #D29ABF are triadic colors.

2 #BF9AD2 and #9AD2BF with #D29ABF are triadic colors.