COLOR #DB7A6E

HEX: #DB7A6E
RGB: (219,122,110)

Color info

#DB7A6E contains mainly red color. Web safe color of #DB7A6E is #CC6666 (or #C66).

RGB color model

#DB7A6E color RGB value is (219,122,110).

  • red value is 219;
  • green value is 122;
  • blue value is 110.
RGB:
(219,122,110)
(86%,48%,43%)

RGB channels and saturation

R 219 of 255 = 86%
G 122 of 255 = 48%
B 110 of 255 = 43%

219
122
110

R + G + B ~ 59%. #DB7A6E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
219 + 122 + 110 = 451 (100%)
R 219 of 451 ~ 48.56%
G 122 of 451 ~ 27.05%
B 110 of 451 ~ 24.39%

%48.56
%27.05
%24.39

CMYK color model

#DB7A6E color CMYK value is (0,44,50,14).

  • cyan value is 0.00%
  • magenta value is 44.29%
  • yellow value is 49.77%
  • key color value is 14.12%
CMYK:
(0,44,50,14)
C0M44Y50K14 
(0%,44%,50%,14%)
(0.00/0.44/0.50/0.14)	

CMYK percentages

%0
%44.29
%49.77
%14.12

Codes

Color #DB7A6E in popluar color models

DB7A6E
RGB219122110
HSL60.22%64.51%
HSB/HSV49.77%85.88%
CMYK0.00%44.29%49.77%
14.12%

Color #DB7A6E in popluar number systems.

HEXDB7A6E
Decimal219122110
Binary1101101111110101101110
Octal333172156

Shades and tints

Shades of #DB7A6E

#DB7A6E
(219,122,110)
#C86F64
(200,111,100)
#B5645A
(181,100,90)
#A25950
(162,89,80)
#8F4E46
(143,78,70)
#7C433C
(124,67,60)
#693832
(105,56,50)
#562D28
(86,45,40)
#43221E
(67,34,30)
#301714
(48,23,20)
#1D0C0A
(29,12,10)
#000000
(0,0,0)

Tints of #DB7A6E

#DB7A6E
(219,122,110)
#DE867B
(222,134,123)
#E19288
(225,146,136)
#E49E95
(228,158,149)
#E7AAA2
(231,170,162)
#EAB6AF
(234,182,175)
#EDC2BC
(237,194,188)
#F0CEC9
(240,206,201)
#F3DAD6
(243,218,214)
#F6E6E3
(246,230,227)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB7A6E color. Also use rgb(219,122,110) instead hex code.

Text Font Color

.myTextColor { color: #DB7A6E; }

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

This text font color is #DB7A6E.


Background Color

.myBgColor { background-color: #DB7A6E; }

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

This div background color is #DB7A6E.


Border color

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

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

This div border color is #DB7A6E.


Opacity

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

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

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

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

This text has shadow with #DB7A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB7A6E on black background.


Color preview on white background

This text has color #DB7A6E on white background.



Black color preview on #DB7A6E background

This text has black color on #DB7A6E background.


White color preview on #DB7A6E background

This text has white color on #DB7A6E background.