COLOR #D3889D

HEX: #D3889D
RGB: (211,136,157)

Color info

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

RGB color model

#D3889D color RGB value is (211,136,157).

  • red value is 211;
  • green value is 136;
  • blue value is 157.
RGB:
(211,136,157)
(83%,53%,62%)

RGB channels and saturation

R 211 of 255 = 83%
G 136 of 255 = 53%
B 157 of 255 = 62%

211
136
157

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

Portions of RGB colors in percentages

R + G + B =
211 + 136 + 157 = 504 (100%)
R 211 of 504 ~ 41.87%
G 136 of 504 ~ 26.98%
B 157 of 504 ~ 31.15%

%41.87
%26.98
%31.15

CMYK color model

#D3889D color CMYK value is (0,36,26,17).

  • cyan value is 0.00%
  • magenta value is 35.55%
  • yellow value is 25.59%
  • key color value is 17.25%
CMYK:
(0,36,26,17)
C0M36Y26K17 
(0%,36%,26%,17%)
(0.00/0.36/0.26/0.17)	

CMYK percentages

%0
%35.55
%25.59
%17.25

Codes

Color #D3889D in popluar color models

D3889D
RGB211136157
HSL343°46.01%68.04%
HSB/HSV343°35.55%82.75%
CMYK0.00%35.55%25.59%
17.25%

Color #D3889D in popluar number systems.

HEXD3889D
Decimal211136157
Binary110100111000100010011101
Octal323210235

Shades and tints

Shades of #D3889D

#D3889D
(211,136,157)
#C07C8F
(192,124,143)
#AD7081
(173,112,129)
#9A6473
(154,100,115)
#875865
(135,88,101)
#744C57
(116,76,87)
#614049
(97,64,73)
#4E343B
(78,52,59)
#3B282D
(59,40,45)
#281C1F
(40,28,31)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #D3889D

#D3889D
(211,136,157)
#D792A5
(215,146,165)
#DB9CAD
(219,156,173)
#DFA6B5
(223,166,181)
#E3B0BD
(227,176,189)
#E7BAC5
(231,186,197)
#EBC4CD
(235,196,205)
#EFCED5
(239,206,213)
#F3D8DD
(243,216,221)
#F7E2E5
(247,226,229)
#FBECED
(251,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3889D color. Also use rgb(211,136,157) instead hex code.

Text Font Color

.myTextColor { color: #D3889D; }

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

This text font color is #D3889D.


Background Color

.myBgColor { background-color: #D3889D; }

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

This div background color is #D3889D.


Border color

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

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

This div border color is #D3889D.


Opacity

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

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

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

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

This text has shadow with #D3889D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3889D on black background.


Color preview on white background

This text has color #D3889D on white background.



Black color preview on #D3889D background

This text has black color on #D3889D background.


White color preview on #D3889D background

This text has white color on #D3889D background.