COLOR #DB9A92

HEX: #DB9A92
RGB: (219,154,146)

Color info

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

RGB color model

#DB9A92 color RGB value is (219,154,146).

  • red value is 219;
  • green value is 154;
  • blue value is 146.
RGB:
(219,154,146)
(86%,60%,57%)

RGB channels and saturation

R 219 of 255 = 86%
G 154 of 255 = 60%
B 146 of 255 = 57%

219
154
146

R + G + B ~ 68%. #DB9A92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 154 + 146 = 519 (100%)
R 219 of 519 ~ 42.2%
G 154 of 519 ~ 29.67%
B 146 of 519 ~ 28.13%

%42.2
%29.67
%28.13

CMYK color model

#DB9A92 color CMYK value is (0,30,33,14).

  • cyan value is 0.00%
  • magenta value is 29.68%
  • yellow value is 33.33%
  • key color value is 14.12%
CMYK:
(0,30,33,14)
C0M30Y33K14 
(0%,30%,33%,14%)
(0.00/0.30/0.33/0.14)	

CMYK percentages

%0
%29.68
%33.33
%14.12

Codes

Color #DB9A92 in popluar color models

DB9A92
RGB219154146
HSL50.34%71.57%
HSB/HSV33.33%85.88%
CMYK0.00%29.68%33.33%
14.12%

Color #DB9A92 in popluar number systems.

HEXDB9A92
Decimal219154146
Binary110110111001101010010010
Octal333232222

Shades and tints

Shades of #DB9A92

#DB9A92
(219,154,146)
#C88C85
(200,140,133)
#B57E78
(181,126,120)
#A2706B
(162,112,107)
#8F625E
(143,98,94)
#7C5451
(124,84,81)
#694644
(105,70,68)
#563837
(86,56,55)
#432A2A
(67,42,42)
#301C1D
(48,28,29)
#1D0E10
(29,14,16)
#000000
(0,0,0)

Tints of #DB9A92

#DB9A92
(219,154,146)
#DEA39B
(222,163,155)
#E1ACA4
(225,172,164)
#E4B5AD
(228,181,173)
#E7BEB6
(231,190,182)
#EAC7BF
(234,199,191)
#EDD0C8
(237,208,200)
#F0D9D1
(240,217,209)
#F3E2DA
(243,226,218)
#F6EBE3
(246,235,227)
#F9F4EC
(249,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB9A92 color. Also use rgb(219,154,146) instead hex code.

Text Font Color

.myTextColor { color: #DB9A92; }

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

This text font color is #DB9A92.


Background Color

.myBgColor { background-color: #DB9A92; }

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

This div background color is #DB9A92.


Border color

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

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

This div border color is #DB9A92.


Opacity

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

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

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

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

This text has shadow with #DB9A92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB9A92 on black background.


Color preview on white background

This text has color #DB9A92 on white background.



Black color preview on #DB9A92 background

This text has black color on #DB9A92 background.


White color preview on #DB9A92 background

This text has white color on #DB9A92 background.