COLOR #D29ECB

HEX: #D29ECB
RGB: (210,158,203)

Color info

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

RGB color model

#D29ECB color RGB value is (210,158,203).

  • red value is 210;
  • green value is 158;
  • blue value is 203.
RGB:
(210,158,203)
(82%,62%,80%)

RGB channels and saturation

R 210 of 255 = 82%
G 158 of 255 = 62%
B 203 of 255 = 80%

210
158
203

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

Portions of RGB colors in percentages

R + G + B =
210 + 158 + 203 = 571 (100%)
R 210 of 571 ~ 36.78%
G 158 of 571 ~ 27.67%
B 203 of 571 ~ 35.55%

%36.78
%27.67
%35.55

CMYK color model

#D29ECB color CMYK value is (0,25,3,18).

  • cyan value is 0.00%
  • magenta value is 24.76%
  • yellow value is 3.33%
  • key color value is 17.65%
CMYK:
(0,25,3,18)
C0M25Y3K18 
(0%,25%,3%,18%)
(0.00/0.25/0.03/0.18)	

CMYK percentages

%0
%24.76
%3.33
%17.65

Codes

Color #D29ECB in popluar color models

D29ECB
RGB210158203
HSL308°36.62%72.16%
HSB/HSV308°24.76%82.35%
CMYK0.00%24.76%3.33%
17.65%

Color #D29ECB in popluar number systems.

HEXD29ECB
Decimal210158203
Binary110100101001111011001011
Octal322236313

Shades and tints

Shades of #D29ECB

#D29ECB
(210,158,203)
#BF90B9
(191,144,185)
#AC82A7
(172,130,167)
#997495
(153,116,149)
#866683
(134,102,131)
#735871
(115,88,113)
#604A5F
(96,74,95)
#4D3C4D
(77,60,77)
#3A2E3B
(58,46,59)
#272029
(39,32,41)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #D29ECB

#D29ECB
(210,158,203)
#D6A6CF
(214,166,207)
#DAAED3
(218,174,211)
#DEB6D7
(222,182,215)
#E2BEDB
(226,190,219)
#E6C6DF
(230,198,223)
#EACEE3
(234,206,227)
#EED6E7
(238,214,231)
#F2DEEB
(242,222,235)
#F6E6EF
(246,230,239)
#FAEEF3
(250,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D29ECB; }

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

This text font color is #D29ECB.


Background Color

.myBgColor { background-color: #D29ECB; }

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

This div background color is #D29ECB.


Border color

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

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

This div border color is #D29ECB.


Opacity

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

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

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

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

This text has shadow with #D29ECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D29ECB on black background.


Color preview on white background

This text has color #D29ECB on white background.



Black color preview on #D29ECB background

This text has black color on #D29ECB background.


White color preview on #D29ECB background

This text has white color on #D29ECB background.