COLOR #DB9F94

HEX: #DB9F94 RGB: (219,159,148)

Color info

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

RGB color model

#DB9F94 color RGB value is (219,159,148).

RGB: (219,159,148) (86%, 62%, 58%)

RGB channels and saturation

R 219 of 255 = 86%
G 159 of 255 = 62%
B 148 of 255 = 58%

219
159
148

R + G + B ~ 69%. #DB9F94 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 159 + 148 = 526 (100%)
R 219 of 526 ~ 41.63%
G 159 of 526 ~ 30.23%
B 148 of 526 ~ 28.14'%

%41.63
%30.23
%28.14

CMYK color model

#DB9F94 color CMYK value is (0,27,32,14).

  • cyan value is 0.00%
  • magenta value is 27.40%
  • yellow value is 32.42%
  • key color value is 14.12%

CMYK: (0,27,32,14)
C0M27Y32K14 (0%, 27%, 32%, 14%)
(0.00 / 0.27 / 0.32 / 0.14)

CMYK percentages

%0
%27.4
%32.42
%14.12

Codes

Color #DB9F94 in popluar color models

DB 9F 94
RGB 219 159 148
HSL 49.65% 71.96%
HSB/HSV 32.42% 85.88%
CMYK 0.00% 27.40% 32.42%
14.12%

Color #DB9F94 in popluar number systems.

HEX DB 9F 94
Decimal 219 159 148
Binary 11011011 10011111 10010100
Octal 333 237 224

Shades and tints

Shades of #DB9F94

#DB9F94
(219,159,148)
#C89187
(200,145,135)
#B5837A
(181,131,122)
#A2756D
(162,117,109)
#8F6760
(143,103,96)
#7C5953
(124,89,83)
#694B46
(105,75,70)
#563D39
(86,61,57)
#432F2C
(67,47,44)
#30211F
(48,33,31)
#1D1312
(29,19,18)
#000000
(0,0,0)

Tints of #DB9F94

#DB9F94
(219,159,148)
#DEA79D
(222,167,157)
#E1AFA6
(225,175,166)
#E4B7AF
(228,183,175)
#E7BFB8
(231,191,184)
#EAC7C1
(234,199,193)
#EDCFCA
(237,207,202)
#F0D7D3
(240,215,211)
#F3DFDC
(243,223,220)
#F6E7E5
(246,231,229)
#F9EFEE
(249,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB9F94; }

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

This text font color is #DB9F94.

Background Color

.myBgColor { background-color: #DB9F94; }

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

This div background color is #DB9F94.

Border color

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

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

This div border color is #DB9F94.

Opacity

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

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

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

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

This text has shadow with #DB9F94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB9F94.

Preview

Color preview on black background

This text has color #DB9F94 on black background.


Color preview on white background

This text has color #DB9F94 on white background.


Black color preview on #DB9F94 background

This text has black color on #DB9F94 background.


White color preview on #DB9F94 background

This text has white color on #DB9F94 background.


Related colors

Complementary color

Complementary color for #hex is #24606B.


I love getcolorcode.com

Triadic colors

1 #94DB9F and #9F94DB with #DB9F94 are triadic colors.

2 #949FDB and #9FDB94 with #DB9F94 are triadic colors.