COLOR #DB828B

HEX: #DB828B
RGB: (219,130,139)

Color info

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

RGB color model

#DB828B color RGB value is (219,130,139).

  • red value is 219;
  • green value is 130;
  • blue value is 139.
RGB:
(219,130,139)
(86%,51%,55%)

RGB channels and saturation

R 219 of 255 = 86%
G 130 of 255 = 51%
B 139 of 255 = 55%

219
130
139

R + G + B ~ 64%. #DB828B is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 130 + 139 = 488 (100%)
R 219 of 488 ~ 44.88%
G 130 of 488 ~ 26.64%
B 139 of 488 ~ 28.48%

%44.88
%26.64
%28.48

CMYK color model

#DB828B color CMYK value is (0,41,37,14).

  • cyan value is 0.00%
  • magenta value is 40.64%
  • yellow value is 36.53%
  • key color value is 14.12%
CMYK:
(0,41,37,14)
C0M41Y37K14 
(0%,41%,37%,14%)
(0.00/0.41/0.37/0.14)	

CMYK percentages

%0
%40.64
%36.53
%14.12

Codes

Color #DB828B in popluar color models

DB828B
RGB219130139
HSL354°55.28%68.43%
HSB/HSV354°40.64%85.88%
CMYK0.00%40.64%36.53%
14.12%

Color #DB828B in popluar number systems.

HEXDB828B
Decimal219130139
Binary110110111000001010001011
Octal333202213

Shades and tints

Shades of #DB828B

#DB828B
(219,130,139)
#C8777F
(200,119,127)
#B56C73
(181,108,115)
#A26167
(162,97,103)
#8F565B
(143,86,91)
#7C4B4F
(124,75,79)
#694043
(105,64,67)
#563537
(86,53,55)
#432A2B
(67,42,43)
#301F1F
(48,31,31)
#1D1413
(29,20,19)
#000000
(0,0,0)

Tints of #DB828B

#DB828B
(219,130,139)
#DE8D95
(222,141,149)
#E1989F
(225,152,159)
#E4A3A9
(228,163,169)
#E7AEB3
(231,174,179)
#EAB9BD
(234,185,189)
#EDC4C7
(237,196,199)
#F0CFD1
(240,207,209)
#F3DADB
(243,218,219)
#F6E5E5
(246,229,229)
#F9F0EF
(249,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB828B color. Also use rgb(219,130,139) instead hex code.

Text Font Color

.myTextColor { color: #DB828B; }

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

This text font color is #DB828B.


Background Color

.myBgColor { background-color: #DB828B; }

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

This div background color is #DB828B.


Border color

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

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

This div border color is #DB828B.


Opacity

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

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

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

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

This text has shadow with #DB828B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB828B on black background.


Color preview on white background

This text has color #DB828B on white background.



Black color preview on #DB828B background

This text has black color on #DB828B background.


White color preview on #DB828B background

This text has white color on #DB828B background.