COLOR #D8869B

HEX: #D8869B
RGB: (216,134,155)

Color info

#D8869B contains mainly red color. Web safe color of #D8869B is #CC9999 (or #C99).

RGB color model

#D8869B color RGB value is (216,134,155).

  • red value is 216;
  • green value is 134;
  • blue value is 155.
RGB:
(216,134,155)
(85%,53%,61%)

RGB channels and saturation

R 216 of 255 = 85%
G 134 of 255 = 53%
B 155 of 255 = 61%

216
134
155

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

Portions of RGB colors in percentages

R + G + B =
216 + 134 + 155 = 505 (100%)
R 216 of 505 ~ 42.77%
G 134 of 505 ~ 26.53%
B 155 of 505 ~ 30.69%

%42.77
%26.53
%30.69

CMYK color model

#D8869B color CMYK value is (0,38,28,15).

  • cyan value is 0.00%
  • magenta value is 37.96%
  • yellow value is 28.24%
  • key color value is 15.29%
CMYK:
(0,38,28,15)
C0M38Y28K15 
(0%,38%,28%,15%)
(0.00/0.38/0.28/0.15)	

CMYK percentages

%0
%37.96
%28.24
%15.29

Codes

Color #D8869B in popluar color models

D8869B
RGB216134155
HSL345°51.25%68.63%
HSB/HSV345°37.96%84.71%
CMYK0.00%37.96%28.24%
15.29%

Color #D8869B in popluar number systems.

HEXD8869B
Decimal216134155
Binary110110001000011010011011
Octal330206233

Shades and tints

Shades of #D8869B

#D8869B
(216,134,155)
#C57A8D
(197,122,141)
#B26E7F
(178,110,127)
#9F6271
(159,98,113)
#8C5663
(140,86,99)
#794A55
(121,74,85)
#663E47
(102,62,71)
#533239
(83,50,57)
#40262B
(64,38,43)
#2D1A1D
(45,26,29)
#1A0E0F
(26,14,15)
#000000
(0,0,0)

Tints of #D8869B

#D8869B
(216,134,155)
#DB91A4
(219,145,164)
#DE9CAD
(222,156,173)
#E1A7B6
(225,167,182)
#E4B2BF
(228,178,191)
#E7BDC8
(231,189,200)
#EAC8D1
(234,200,209)
#EDD3DA
(237,211,218)
#F0DEE3
(240,222,227)
#F3E9EC
(243,233,236)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8869B color. Also use rgb(216,134,155) instead hex code.

Text Font Color

.myTextColor { color: #D8869B; }

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

This text font color is #D8869B.


Background Color

.myBgColor { background-color: #D8869B; }

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

This div background color is #D8869B.


Border color

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

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

This div border color is #D8869B.


Opacity

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

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

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

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

This text has shadow with #D8869B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8869B on black background.


Color preview on white background

This text has color #D8869B on white background.



Black color preview on #D8869B background

This text has black color on #D8869B background.


White color preview on #D8869B background

This text has white color on #D8869B background.