COLOR #DB869B

HEX: #DB869B
RGB: (219,134,155)

Color info

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

RGB color model

#DB869B color RGB value is (219,134,155).

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

RGB channels and saturation

R 219 of 255 = 86%
G 134 of 255 = 53%
B 155 of 255 = 61%

219
134
155

R + G + B ~ 67%. #DB869B is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 134 + 155 = 508 (100%)
R 219 of 508 ~ 43.11%
G 134 of 508 ~ 26.38%
B 155 of 508 ~ 30.51%

%43.11
%26.38
%30.51

CMYK color model

#DB869B color CMYK value is (0,39,29,14).

  • cyan value is 0.00%
  • magenta value is 38.81%
  • yellow value is 29.22%
  • key color value is 14.12%
CMYK:
(0,39,29,14)
C0M39Y29K14 
(0%,39%,29%,14%)
(0.00/0.39/0.29/0.14)	

CMYK percentages

%0
%38.81
%29.22
%14.12

Codes

Color #DB869B in popluar color models

DB869B
RGB219134155
HSL345°54.14%69.22%
HSB/HSV345°38.81%85.88%
CMYK0.00%38.81%29.22%
14.12%

Color #DB869B in popluar number systems.

HEXDB869B
Decimal219134155
Binary110110111000011010011011
Octal333206233

Shades and tints

Shades of #DB869B

#DB869B
(219,134,155)
#C87A8D
(200,122,141)
#B56E7F
(181,110,127)
#A26271
(162,98,113)
#8F5663
(143,86,99)
#7C4A55
(124,74,85)
#693E47
(105,62,71)
#563239
(86,50,57)
#43262B
(67,38,43)
#301A1D
(48,26,29)
#1D0E0F
(29,14,15)
#000000
(0,0,0)

Tints of #DB869B

#DB869B
(219,134,155)
#DE91A4
(222,145,164)
#E19CAD
(225,156,173)
#E4A7B6
(228,167,182)
#E7B2BF
(231,178,191)
#EABDC8
(234,189,200)
#EDC8D1
(237,200,209)
#F0D3DA
(240,211,218)
#F3DEE3
(243,222,227)
#F6E9EC
(246,233,236)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB869B; }

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

This text font color is #DB869B.


Background Color

.myBgColor { background-color: #DB869B; }

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

This div background color is #DB869B.


Border color

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

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

This div border color is #DB869B.


Opacity

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

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

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

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

This text has shadow with #DB869B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB869B on black background.


Color preview on white background

This text has color #DB869B on white background.



Black color preview on #DB869B background

This text has black color on #DB869B background.


White color preview on #DB869B background

This text has white color on #DB869B background.