COLOR #DB8D94

HEX: #DB8D94
RGB: (219,141,148)

Color info

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

RGB color model

#DB8D94 color RGB value is (219,141,148).

  • red value is 219;
  • green value is 141;
  • blue value is 148.
RGB:
(219,141,148)
(86%,55%,58%)

RGB channels and saturation

R 219 of 255 = 86%
G 141 of 255 = 55%
B 148 of 255 = 58%

219
141
148

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

Portions of RGB colors in percentages

R + G + B =
219 + 141 + 148 = 508 (100%)
R 219 of 508 ~ 43.11%
G 141 of 508 ~ 27.76%
B 148 of 508 ~ 29.13%

%43.11
%27.76
%29.13

CMYK color model

#DB8D94 color CMYK value is (0,36,32,14).

  • cyan value is 0.00%
  • magenta value is 35.62%
  • yellow value is 32.42%
  • key color value is 14.12%
CMYK:
(0,36,32,14)
C0M36Y32K14 
(0%,36%,32%,14%)
(0.00/0.36/0.32/0.14)	

CMYK percentages

%0
%35.62
%32.42
%14.12

Codes

Color #DB8D94 in popluar color models

DB8D94
RGB219141148
HSL355°52.00%70.59%
HSB/HSV355°35.62%85.88%
CMYK0.00%35.62%32.42%
14.12%

Color #DB8D94 in popluar number systems.

HEXDB8D94
Decimal219141148
Binary110110111000110110010100
Octal333215224

Shades and tints

Shades of #DB8D94

#DB8D94
(219,141,148)
#C88187
(200,129,135)
#B5757A
(181,117,122)
#A2696D
(162,105,109)
#8F5D60
(143,93,96)
#7C5153
(124,81,83)
#694546
(105,69,70)
#563939
(86,57,57)
#432D2C
(67,45,44)
#30211F
(48,33,31)
#1D1512
(29,21,18)
#000000
(0,0,0)

Tints of #DB8D94

#DB8D94
(219,141,148)
#DE979D
(222,151,157)
#E1A1A6
(225,161,166)
#E4ABAF
(228,171,175)
#E7B5B8
(231,181,184)
#EABFC1
(234,191,193)
#EDC9CA
(237,201,202)
#F0D3D3
(240,211,211)
#F3DDDC
(243,221,220)
#F6E7E5
(246,231,229)
#F9F1EE
(249,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB8D94 color. Also use rgb(219,141,148) instead hex code.

Text Font Color

.myTextColor { color: #DB8D94; }

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

This text font color is #DB8D94.


Background Color

.myBgColor { background-color: #DB8D94; }

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

This div background color is #DB8D94.


Border color

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

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

This div border color is #DB8D94.


Opacity

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

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

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

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

This text has shadow with #DB8D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB8D94 on black background.


Color preview on white background

This text has color #DB8D94 on white background.



Black color preview on #DB8D94 background

This text has black color on #DB8D94 background.


White color preview on #DB8D94 background

This text has white color on #DB8D94 background.