COLOR #D29DE7

HEX: #D29DE7
RGB: (210,157,231)

Color info

#D29DE7 contains mainly red and blue colors. Web safe color of #D29DE7 is #CC99FF (or #C9F).

RGB color model

#D29DE7 color RGB value is (210,157,231).

  • red value is 210;
  • green value is 157;
  • blue value is 231.
RGB:
(210,157,231)
(82%,62%,91%)

RGB channels and saturation

R 210 of 255 = 82%
G 157 of 255 = 62%
B 231 of 255 = 91%

210
157
231

R + G + B ~ 78%. #D29DE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 157 + 231 = 598 (100%)
R 210 of 598 ~ 35.12%
G 157 of 598 ~ 26.25%
B 231 of 598 ~ 38.63%

%35.12
%26.25
%38.63

CMYK color model

#D29DE7 color CMYK value is (9,32,0,9).

  • cyan value is 9.09%
  • magenta value is 32.03%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(9,32,0,9)
C9M32Y0K9 
(9%,32%,0%,9%)
(0.09/0.32/0.00/0.09)	

CMYK percentages

%9.09
%32.03
%0
%9.41

Codes

Color #D29DE7 in popluar color models

D29DE7
RGB210157231
HSL283°60.66%76.08%
HSB/HSV283°32.03%90.59%
CMYK9.09%32.03%0.00%
9.41%

Color #D29DE7 in popluar number systems.

HEXD29DE7
Decimal210157231
Binary110100101001110111100111
Octal322235347

Shades and tints

Shades of #D29DE7

#D29DE7
(210,157,231)
#BF8FD2
(191,143,210)
#AC81BD
(172,129,189)
#9973A8
(153,115,168)
#866593
(134,101,147)
#73577E
(115,87,126)
#604969
(96,73,105)
#4D3B54
(77,59,84)
#3A2D3F
(58,45,63)
#271F2A
(39,31,42)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #D29DE7

#D29DE7
(210,157,231)
#D6A5E9
(214,165,233)
#DAADEB
(218,173,235)
#DEB5ED
(222,181,237)
#E2BDEF
(226,189,239)
#E6C5F1
(230,197,241)
#EACDF3
(234,205,243)
#EED5F5
(238,213,245)
#F2DDF7
(242,221,247)
#F6E5F9
(246,229,249)
#FAEDFB
(250,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D29DE7 color. Also use rgb(210,157,231) instead hex code.

Text Font Color

.myTextColor { color: #D29DE7; }

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

This text font color is #D29DE7.


Background Color

.myBgColor { background-color: #D29DE7; }

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

This div background color is #D29DE7.


Border color

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

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

This div border color is #D29DE7.


Opacity

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

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

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

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

This text has shadow with #D29DE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D29DE7 on black background.


Color preview on white background

This text has color #D29DE7 on white background.



Black color preview on #D29DE7 background

This text has black color on #D29DE7 background.


White color preview on #D29DE7 background

This text has white color on #D29DE7 background.