COLOR #DB9896

HEX: #DB9896 RGB: (219,152,150)

Color info

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

RGB color model

#DB9896 color RGB value is (219,152,150).

RGB: (219,152,150) (86%, 60%, 59%)

RGB channels and saturation

R 219 of 255 = 86%
G 152 of 255 = 60%
B 150 of 255 = 59%

219
152
150

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

Portions of RGB colors in percentages

R + G + B = 219 + 152 + 150 = 521 (100%)
R 219 of 521 ~ 42.03%
G 152 of 521 ~ 29.17%
B 150 of 521 ~ 28.79'%

%42.03
%29.17
%28.79

CMYK color model

#DB9896 color CMYK value is (0,31,32,14).

  • cyan value is 0.00%
  • magenta value is 30.59%
  • yellow value is 31.51%
  • key color value is 14.12%

CMYK: (0,31,32,14)
C0M31Y32K14 (0%, 31%, 32%, 14%)
(0.00 / 0.31 / 0.32 / 0.14)

CMYK percentages

%0
%30.59
%31.51
%14.12

Codes

Color #DB9896 in popluar color models

DB 98 96
RGB 219 152 150
HSL 48.94% 72.35%
HSB/HSV 31.51% 85.88%
CMYK 0.00% 30.59% 31.51%
14.12%

Color #DB9896 in popluar number systems.

HEX DB 98 96
Decimal 219 152 150
Binary 11011011 10011000 10010110
Octal 333 230 226

Shades and tints

Shades of #DB9896

#DB9896
(219,152,150)
#C88B89
(200,139,137)
#B57E7C
(181,126,124)
#A2716F
(162,113,111)
#8F6462
(143,100,98)
#7C5755
(124,87,85)
#694A48
(105,74,72)
#563D3B
(86,61,59)
#43302E
(67,48,46)
#302321
(48,35,33)
#1D1614
(29,22,20)
#000000
(0,0,0)

Tints of #DB9896

#DB9896
(219,152,150)
#DEA19F
(222,161,159)
#E1AAA8
(225,170,168)
#E4B3B1
(228,179,177)
#E7BCBA
(231,188,186)
#EAC5C3
(234,197,195)
#EDCECC
(237,206,204)
#F0D7D5
(240,215,213)
#F3E0DE
(243,224,222)
#F6E9E7
(246,233,231)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB9896 color. Also use rgb(219,152,150) instead hex code.

Text Font Color

.myTextColor { color: #DB9896; }

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

This text font color is #DB9896.

Background Color

.myBgColor { background-color: #DB9896; }

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

This div background color is #DB9896.

Border color

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

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

This div border color is #DB9896.

Opacity

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

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

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

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

This text has shadow with #DB9896 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB9896.

Preview

Color preview on black background

This text has color #DB9896 on black background.


Color preview on white background

This text has color #DB9896 on white background.


Black color preview on #DB9896 background

This text has black color on #DB9896 background.


White color preview on #DB9896 background

This text has white color on #DB9896 background.


Related colors

Complementary color

Complementary color for #hex is #246769.


I love getcolorcode.com

Triadic colors

1 #96DB98 and #9896DB with #DB9896 are triadic colors.

2 #9698DB and #98DB96 with #DB9896 are triadic colors.