COLOR #D29ECF

HEX: #D29ECF RGB: (210,158,207)

Color info

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

RGB color model

#D29ECF color RGB value is (210,158,207).

RGB: (210,158,207) (82%, 62%, 81%)

RGB channels and saturation

R 210 of 255 = 82%
G 158 of 255 = 62%
B 207 of 255 = 81%

210
158
207

R + G + B ~ 75%. #D29ECF is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 158 + 207 = 575 (100%)
R 210 of 575 ~ 36.52%
G 158 of 575 ~ 27.48%
B 207 of 575 ~ 36'%

%36.52
%27.48
%36

CMYK color model

#D29ECF color CMYK value is (0,25,1,18).

  • cyan value is 0.00%
  • magenta value is 24.76%
  • yellow value is 1.43%
  • key color value is 17.65%
CMYK: (0,25,1,18) C0M25Y1K18 (0%,25%,1%,18%) (0.00/0.25/0.01/0.18) 

CMYK percentages

%0
%24.76
%1.43
%17.65

Codes

Color #D29ECF in popluar color models

D2 9E CF
RGB 210 158 207
HSL 303° 36.62% 72.16%
HSB/HSV 303° 24.76% 82.35%
CMYK 0.00% 24.76% 1.43%
17.65%

Color #D29ECF in popluar number systems.

HEX D2 9E CF
Decimal 210 158 207
Binary 11010010 10011110 11001111
Octal 322 236 317

Shades and tints

Shades of #D29ECF

#D29ECF
(210,158,207)
#BF90BD
(191,144,189)
#AC82AB
(172,130,171)
#997499
(153,116,153)
#866687
(134,102,135)
#735875
(115,88,117)
#604A63
(96,74,99)
#4D3C51
(77,60,81)
#3A2E3F
(58,46,63)
#27202D
(39,32,45)
#14121B
(20,18,27)
#000000
(0,0,0)

Tints of #D29ECF

#D29ECF
(210,158,207)
#D6A6D3
(214,166,211)
#DAAED7
(218,174,215)
#DEB6DB
(222,182,219)
#E2BEDF
(226,190,223)
#E6C6E3
(230,198,227)
#EACEE7
(234,206,231)
#EED6EB
(238,214,235)
#F2DEEF
(242,222,239)
#F6E6F3
(246,230,243)
#FAEEF7
(250,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D29ECF; }

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

This text font color is #D29ECF.

Background Color

.myBgColor { background-color: #D29ECF; }

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

This div background color is #D29ECF.

Border color

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

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

This div border color is #D29ECF.

Opacity

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

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

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

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

This text has shadow with #D29ECF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D29ECF.

Preview

Color preview on black background

This text has color #D29ECF on black background.


Color preview on white background

This text has color #D29ECF on white background.


Black color preview on #D29ECF background

This text has black color on #D29ECF background.


White color preview on #D29ECF background

This text has white color on #D29ECF background.


Related colors

Complementary color

Complementary color for #hex is #2D6130.


I love getcolorcode.com

Triadic colors

1 #CFD29E and #9ECFD2 with #D29ECF are triadic colors.

2 #CF9ED2 and #9ED2CF with #D29ECF are triadic colors.