COLOR #DB9F7F

HEX: #DB9F7F
RGB: (219,159,127)

Color info

#DB9F7F contains mainly red color. Web safe color of #DB9F7F is #CC9966 (or #C96).

RGB color model

#DB9F7F color RGB value is (219,159,127).

  • red value is 219;
  • green value is 159;
  • blue value is 127.
RGB:
(219,159,127)
(86%,62%,50%)

RGB channels and saturation

R 219 of 255 = 86%
G 159 of 255 = 62%
B 127 of 255 = 50%

219
159
127

R + G + B ~ 66%. #DB9F7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 159 + 127 = 505 (100%)
R 219 of 505 ~ 43.37%
G 159 of 505 ~ 31.49%
B 127 of 505 ~ 25.15%

%43.37
%31.49
%25.15

CMYK color model

#DB9F7F color CMYK value is (0,27,42,14).

  • cyan value is 0.00%
  • magenta value is 27.40%
  • yellow value is 42.01%
  • key color value is 14.12%
CMYK:
(0,27,42,14)
C0M27Y42K14 
(0%,27%,42%,14%)
(0.00/0.27/0.42/0.14)	

CMYK percentages

%0
%27.4
%42.01
%14.12

Codes

Color #DB9F7F in popluar color models

DB9F7F
RGB219159127
HSL21°56.10%67.84%
HSB/HSV21°42.01%85.88%
CMYK0.00%27.40%42.01%
14.12%

Color #DB9F7F in popluar number systems.

HEXDB9F7F
Decimal219159127
Binary11011011100111111111111
Octal333237177

Shades and tints

Shades of #DB9F7F

#DB9F7F
(219,159,127)
#C89174
(200,145,116)
#B58369
(181,131,105)
#A2755E
(162,117,94)
#8F6753
(143,103,83)
#7C5948
(124,89,72)
#694B3D
(105,75,61)
#563D32
(86,61,50)
#432F27
(67,47,39)
#30211C
(48,33,28)
#1D1311
(29,19,17)
#000000
(0,0,0)

Tints of #DB9F7F

#DB9F7F
(219,159,127)
#DEA78A
(222,167,138)
#E1AF95
(225,175,149)
#E4B7A0
(228,183,160)
#E7BFAB
(231,191,171)
#EAC7B6
(234,199,182)
#EDCFC1
(237,207,193)
#F0D7CC
(240,215,204)
#F3DFD7
(243,223,215)
#F6E7E2
(246,231,226)
#F9EFED
(249,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB9F7F; }

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

This text font color is #DB9F7F.


Background Color

.myBgColor { background-color: #DB9F7F; }

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

This div background color is #DB9F7F.


Border color

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

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

This div border color is #DB9F7F.


Opacity

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

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

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

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

This text has shadow with #DB9F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB9F7F on black background.


Color preview on white background

This text has color #DB9F7F on white background.



Black color preview on #DB9F7F background

This text has black color on #DB9F7F background.


White color preview on #DB9F7F background

This text has white color on #DB9F7F background.