COLOR #DB978E

HEX: #DB978E
RGB: (219,151,142)

Color info

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

RGB color model

#DB978E color RGB value is (219,151,142).

  • red value is 219;
  • green value is 151;
  • blue value is 142.
RGB:
(219,151,142)
(86%,59%,56%)

RGB channels and saturation

R 219 of 255 = 86%
G 151 of 255 = 59%
B 142 of 255 = 56%

219
151
142

R + G + B ~ 67%. #DB978E is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 151 + 142 = 512 (100%)
R 219 of 512 ~ 42.77%
G 151 of 512 ~ 29.49%
B 142 of 512 ~ 27.73%

%42.77
%29.49
%27.73

CMYK color model

#DB978E color CMYK value is (0,31,35,14).

  • cyan value is 0.00%
  • magenta value is 31.05%
  • yellow value is 35.16%
  • key color value is 14.12%
CMYK:
(0,31,35,14)
C0M31Y35K14 
(0%,31%,35%,14%)
(0.00/0.31/0.35/0.14)	

CMYK percentages

%0
%31.05
%35.16
%14.12

Codes

Color #DB978E in popluar color models

DB978E
RGB219151142
HSL51.68%70.78%
HSB/HSV35.16%85.88%
CMYK0.00%31.05%35.16%
14.12%

Color #DB978E in popluar number systems.

HEXDB978E
Decimal219151142
Binary110110111001011110001110
Octal333227216

Shades and tints

Shades of #DB978E

#DB978E
(219,151,142)
#C88A82
(200,138,130)
#B57D76
(181,125,118)
#A2706A
(162,112,106)
#8F635E
(143,99,94)
#7C5652
(124,86,82)
#694946
(105,73,70)
#563C3A
(86,60,58)
#432F2E
(67,47,46)
#302222
(48,34,34)
#1D1516
(29,21,22)
#000000
(0,0,0)

Tints of #DB978E

#DB978E
(219,151,142)
#DEA098
(222,160,152)
#E1A9A2
(225,169,162)
#E4B2AC
(228,178,172)
#E7BBB6
(231,187,182)
#EAC4C0
(234,196,192)
#EDCDCA
(237,205,202)
#F0D6D4
(240,214,212)
#F3DFDE
(243,223,222)
#F6E8E8
(246,232,232)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB978E; }

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

This text font color is #DB978E.


Background Color

.myBgColor { background-color: #DB978E; }

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

This div background color is #DB978E.


Border color

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

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

This div border color is #DB978E.


Opacity

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

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

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

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

This text has shadow with #DB978E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB978E on black background.


Color preview on white background

This text has color #DB978E on white background.



Black color preview on #DB978E background

This text has black color on #DB978E background.


White color preview on #DB978E background

This text has white color on #DB978E background.