COLOR #D2869D

HEX: #D2869D
RGB: (210,134,157)

Color info

#D2869D contains mainly red and blue colors. Web safe color of #D2869D is #CC9999 (or #C99).

RGB color model

#D2869D color RGB value is (210,134,157).

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

RGB channels and saturation

R 210 of 255 = 82%
G 134 of 255 = 53%
B 157 of 255 = 62%

210
134
157

R + G + B ~ 66%. #D2869D is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 134 + 157 = 501 (100%)
R 210 of 501 ~ 41.92%
G 134 of 501 ~ 26.75%
B 157 of 501 ~ 31.34%

%41.92
%26.75
%31.34

CMYK color model

#D2869D color CMYK value is (0,36,25,18).

  • cyan value is 0.00%
  • magenta value is 36.19%
  • yellow value is 25.24%
  • key color value is 17.65%
CMYK:
(0,36,25,18)
C0M36Y25K18 
(0%,36%,25%,18%)
(0.00/0.36/0.25/0.18)	

CMYK percentages

%0
%36.19
%25.24
%17.65

Codes

Color #D2869D in popluar color models

D2869D
RGB210134157
HSL342°45.78%67.45%
HSB/HSV342°36.19%82.35%
CMYK0.00%36.19%25.24%
17.65%

Color #D2869D in popluar number systems.

HEXD2869D
Decimal210134157
Binary110100101000011010011101
Octal322206235

Shades and tints

Shades of #D2869D

#D2869D
(210,134,157)
#BF7A8F
(191,122,143)
#AC6E81
(172,110,129)
#996273
(153,98,115)
#865665
(134,86,101)
#734A57
(115,74,87)
#603E49
(96,62,73)
#4D323B
(77,50,59)
#3A262D
(58,38,45)
#271A1F
(39,26,31)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #D2869D

#D2869D
(210,134,157)
#D691A5
(214,145,165)
#DA9CAD
(218,156,173)
#DEA7B5
(222,167,181)
#E2B2BD
(226,178,189)
#E6BDC5
(230,189,197)
#EAC8CD
(234,200,205)
#EED3D5
(238,211,213)
#F2DEDD
(242,222,221)
#F6E9E5
(246,233,229)
#FAF4ED
(250,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2869D; }

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

This text font color is #D2869D.


Background Color

.myBgColor { background-color: #D2869D; }

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

This div background color is #D2869D.


Border color

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

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

This div border color is #D2869D.


Opacity

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

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

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

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

This text has shadow with #D2869D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2869D on black background.


Color preview on white background

This text has color #D2869D on white background.



Black color preview on #D2869D background

This text has black color on #D2869D background.


White color preview on #D2869D background

This text has white color on #D2869D background.