COLOR #DB9A97

HEX: #DB9A97 RGB: (219,154,151)

Color info

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

RGB color model

#DB9A97 color RGB value is (219,154,151).

RGB: (219,154,151) (86%, 60%, 59%)

RGB channels and saturation

R 219 of 255 = 86%
G 154 of 255 = 60%
B 151 of 255 = 59%

219
154
151

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

Portions of RGB colors in percentages

R + G + B = 219 + 154 + 151 = 524 (100%)
R 219 of 524 ~ 41.79%
G 154 of 524 ~ 29.39%
B 151 of 524 ~ 28.82'%

%41.79
%29.39
%28.82

CMYK color model

#DB9A97 color CMYK value is (0,30,31,14).

  • cyan value is 0.00%
  • magenta value is 29.68%
  • yellow value is 31.05%
  • key color value is 14.12%

CMYK: (0,30,31,14)
C0M30Y31K14 (0%, 30%, 31%, 14%)
(0.00 / 0.30 / 0.31 / 0.14)

CMYK percentages

%0
%29.68
%31.05
%14.12

Codes

Color #DB9A97 in popluar color models

DB 9A 97
RGB 219 154 151
HSL 48.57% 72.55%
HSB/HSV 31.05% 85.88%
CMYK 0.00% 29.68% 31.05%
14.12%

Color #DB9A97 in popluar number systems.

HEX DB 9A 97
Decimal 219 154 151
Binary 11011011 10011010 10010111
Octal 333 232 227

Shades and tints

Shades of #DB9A97

#DB9A97
(219,154,151)
#C88C8A
(200,140,138)
#B57E7D
(181,126,125)
#A27070
(162,112,112)
#8F6263
(143,98,99)
#7C5456
(124,84,86)
#694649
(105,70,73)
#56383C
(86,56,60)
#432A2F
(67,42,47)
#301C22
(48,28,34)
#1D0E15
(29,14,21)
#000000
(0,0,0)

Tints of #DB9A97

#DB9A97
(219,154,151)
#DEA3A0
(222,163,160)
#E1ACA9
(225,172,169)
#E4B5B2
(228,181,178)
#E7BEBB
(231,190,187)
#EAC7C4
(234,199,196)
#EDD0CD
(237,208,205)
#F0D9D6
(240,217,214)
#F3E2DF
(243,226,223)
#F6EBE8
(246,235,232)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB9A97; }

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

This text font color is #DB9A97.

Background Color

.myBgColor { background-color: #DB9A97; }

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

This div background color is #DB9A97.

Border color

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

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

This div border color is #DB9A97.

Opacity

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

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

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

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

This text has shadow with #DB9A97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB9A97.

Preview

Color preview on black background

This text has color #DB9A97 on black background.


Color preview on white background

This text has color #DB9A97 on white background.


Black color preview on #DB9A97 background

This text has black color on #DB9A97 background.


White color preview on #DB9A97 background

This text has white color on #DB9A97 background.


Related colors

Complementary color

Complementary color for #hex is #246568.


I love getcolorcode.com

Triadic colors

1 #97DB9A and #9A97DB with #DB9A97 are triadic colors.

2 #979ADB and #9ADB97 with #DB9A97 are triadic colors.