COLOR #DB9394

HEX: #DB9394
RGB: (219,147,148)

Color info

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

RGB color model

#DB9394 color RGB value is (219,147,148).

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

RGB channels and saturation

R 219 of 255 = 86%
G 147 of 255 = 58%
B 148 of 255 = 58%

219
147
148

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

Portions of RGB colors in percentages

R + G + B =
219 + 147 + 148 = 514 (100%)
R 219 of 514 ~ 42.61%
G 147 of 514 ~ 28.6%
B 148 of 514 ~ 28.79%

%42.61
%28.6
%28.79

CMYK color model

#DB9394 color CMYK value is (0,33,32,14).

  • cyan value is 0.00%
  • magenta value is 32.88%
  • yellow value is 32.42%
  • key color value is 14.12%
CMYK:
(0,33,32,14)
C0M33Y32K14 
(0%,33%,32%,14%)
(0.00/0.33/0.32/0.14)	

CMYK percentages

%0
%32.88
%32.42
%14.12

Codes

Color #DB9394 in popluar color models

DB9394
RGB219147148
HSL359°50.00%71.76%
HSB/HSV359°32.88%85.88%
CMYK0.00%32.88%32.42%
14.12%

Color #DB9394 in popluar number systems.

HEXDB9394
Decimal219147148
Binary110110111001001110010100
Octal333223224

Shades and tints

Shades of #DB9394

#DB9394
(219,147,148)
#C88687
(200,134,135)
#B5797A
(181,121,122)
#A26C6D
(162,108,109)
#8F5F60
(143,95,96)
#7C5253
(124,82,83)
#694546
(105,69,70)
#563839
(86,56,57)
#432B2C
(67,43,44)
#301E1F
(48,30,31)
#1D1112
(29,17,18)
#000000
(0,0,0)

Tints of #DB9394

#DB9394
(219,147,148)
#DE9C9D
(222,156,157)
#E1A5A6
(225,165,166)
#E4AEAF
(228,174,175)
#E7B7B8
(231,183,184)
#EAC0C1
(234,192,193)
#EDC9CA
(237,201,202)
#F0D2D3
(240,210,211)
#F3DBDC
(243,219,220)
#F6E4E5
(246,228,229)
#F9EDEE
(249,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB9394; }

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

This text font color is #DB9394.


Background Color

.myBgColor { background-color: #DB9394; }

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

This div background color is #DB9394.


Border color

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

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

This div border color is #DB9394.


Opacity

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

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

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

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

This text has shadow with #DB9394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB9394 on black background.


Color preview on white background

This text has color #DB9394 on white background.



Black color preview on #DB9394 background

This text has black color on #DB9394 background.


White color preview on #DB9394 background

This text has white color on #DB9394 background.