COLOR #DB9E7C

HEX: #DB9E7C
RGB: (219,158,124)

Color info

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

RGB color model

#DB9E7C color RGB value is (219,158,124).

  • red value is 219;
  • green value is 158;
  • blue value is 124.
RGB:
(219,158,124)
(86%,62%,49%)

RGB channels and saturation

R 219 of 255 = 86%
G 158 of 255 = 62%
B 124 of 255 = 49%

219
158
124

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

Portions of RGB colors in percentages

R + G + B =
219 + 158 + 124 = 501 (100%)
R 219 of 501 ~ 43.71%
G 158 of 501 ~ 31.54%
B 124 of 501 ~ 24.75%

%43.71
%31.54
%24.75

CMYK color model

#DB9E7C color CMYK value is (0,28,43,14).

  • cyan value is 0.00%
  • magenta value is 27.85%
  • yellow value is 43.38%
  • key color value is 14.12%
CMYK:
(0,28,43,14)
C0M28Y43K14 
(0%,28%,43%,14%)
(0.00/0.28/0.43/0.14)	

CMYK percentages

%0
%27.85
%43.38
%14.12

Codes

Color #DB9E7C in popluar color models

DB9E7C
RGB219158124
HSL21°56.89%67.25%
HSB/HSV21°43.38%85.88%
CMYK0.00%27.85%43.38%
14.12%

Color #DB9E7C in popluar number systems.

HEXDB9E7C
Decimal219158124
Binary11011011100111101111100
Octal333236174

Shades and tints

Shades of #DB9E7C

#DB9E7C
(219,158,124)
#C89071
(200,144,113)
#B58266
(181,130,102)
#A2745B
(162,116,91)
#8F6650
(143,102,80)
#7C5845
(124,88,69)
#694A3A
(105,74,58)
#563C2F
(86,60,47)
#432E24
(67,46,36)
#302019
(48,32,25)
#1D120E
(29,18,14)
#000000
(0,0,0)

Tints of #DB9E7C

#DB9E7C
(219,158,124)
#DEA687
(222,166,135)
#E1AE92
(225,174,146)
#E4B69D
(228,182,157)
#E7BEA8
(231,190,168)
#EAC6B3
(234,198,179)
#EDCEBE
(237,206,190)
#F0D6C9
(240,214,201)
#F3DED4
(243,222,212)
#F6E6DF
(246,230,223)
#F9EEEA
(249,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB9E7C color. Also use rgb(219,158,124) instead hex code.

Text Font Color

.myTextColor { color: #DB9E7C; }

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

This text font color is #DB9E7C.


Background Color

.myBgColor { background-color: #DB9E7C; }

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

This div background color is #DB9E7C.


Border color

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

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

This div border color is #DB9E7C.


Opacity

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

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

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

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

This text has shadow with #DB9E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB9E7C on black background.


Color preview on white background

This text has color #DB9E7C on white background.



Black color preview on #DB9E7C background

This text has black color on #DB9E7C background.


White color preview on #DB9E7C background

This text has white color on #DB9E7C background.