COLOR #DB848B

HEX: #DB848B
RGB: (219,132,139)

Color info

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

RGB color model

#DB848B color RGB value is (219,132,139).

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

RGB channels and saturation

R 219 of 255 = 86%
G 132 of 255 = 52%
B 139 of 255 = 55%

219
132
139

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

Portions of RGB colors in percentages

R + G + B =
219 + 132 + 139 = 490 (100%)
R 219 of 490 ~ 44.69%
G 132 of 490 ~ 26.94%
B 139 of 490 ~ 28.37%

%44.69
%26.94
%28.37

CMYK color model

#DB848B color CMYK value is (0,40,37,14).

  • cyan value is 0.00%
  • magenta value is 39.73%
  • yellow value is 36.53%
  • key color value is 14.12%
CMYK:
(0,40,37,14)
C0M40Y37K14 
(0%,40%,37%,14%)
(0.00/0.40/0.37/0.14)	

CMYK percentages

%0
%39.73
%36.53
%14.12

Codes

Color #DB848B in popluar color models

DB848B
RGB219132139
HSL355°54.72%68.82%
HSB/HSV355°39.73%85.88%
CMYK0.00%39.73%36.53%
14.12%

Color #DB848B in popluar number systems.

HEXDB848B
Decimal219132139
Binary110110111000010010001011
Octal333204213

Shades and tints

Shades of #DB848B

#DB848B
(219,132,139)
#C8787F
(200,120,127)
#B56C73
(181,108,115)
#A26067
(162,96,103)
#8F545B
(143,84,91)
#7C484F
(124,72,79)
#693C43
(105,60,67)
#563037
(86,48,55)
#43242B
(67,36,43)
#30181F
(48,24,31)
#1D0C13
(29,12,19)
#000000
(0,0,0)

Tints of #DB848B

#DB848B
(219,132,139)
#DE8F95
(222,143,149)
#E19A9F
(225,154,159)
#E4A5A9
(228,165,169)
#E7B0B3
(231,176,179)
#EABBBD
(234,187,189)
#EDC6C7
(237,198,199)
#F0D1D1
(240,209,209)
#F3DCDB
(243,220,219)
#F6E7E5
(246,231,229)
#F9F2EF
(249,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB848B; }

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

This text font color is #DB848B.


Background Color

.myBgColor { background-color: #DB848B; }

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

This div background color is #DB848B.


Border color

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

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

This div border color is #DB848B.


Opacity

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

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

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

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

This text has shadow with #DB848B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB848B on black background.


Color preview on white background

This text has color #DB848B on white background.



Black color preview on #DB848B background

This text has black color on #DB848B background.


White color preview on #DB848B background

This text has white color on #DB848B background.