COLOR #DB978F

HEX: #DB978F
RGB: (219,151,143)

Color info

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

RGB color model

#DB978F color RGB value is (219,151,143).

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

RGB channels and saturation

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

219
151
143

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

Portions of RGB colors in percentages

R + G + B =
219 + 151 + 143 = 513 (100%)
R 219 of 513 ~ 42.69%
G 151 of 513 ~ 29.43%
B 143 of 513 ~ 27.88%

%42.69
%29.43
%27.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.05%
  • yellow value is 34.70%
  • 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
%34.7
%14.12

Codes

Color #DB978F in popluar color models

DB978F
RGB219151143
HSL51.35%70.98%
HSB/HSV34.70%85.88%
CMYK0.00%31.05%34.70%
14.12%

Color #DB978F in popluar number systems.

HEXDB978F
Decimal219151143
Binary110110111001011110001111
Octal333227217

Shades and tints

Shades of #DB978F

#DB978F
(219,151,143)
#C88A82
(200,138,130)
#B57D75
(181,125,117)
#A27068
(162,112,104)
#8F635B
(143,99,91)
#7C564E
(124,86,78)
#694941
(105,73,65)
#563C34
(86,60,52)
#432F27
(67,47,39)
#30221A
(48,34,26)
#1D150D
(29,21,13)
#000000
(0,0,0)

Tints of #DB978F

#DB978F
(219,151,143)
#DEA099
(222,160,153)
#E1A9A3
(225,169,163)
#E4B2AD
(228,178,173)
#E7BBB7
(231,187,183)
#EAC4C1
(234,196,193)
#EDCDCB
(237,205,203)
#F0D6D5
(240,214,213)
#F3DFDF
(243,223,223)
#F6E8E9
(246,232,233)
#F9F1F3
(249,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB978F; }

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

This text font color is #DB978F.


Background Color

.myBgColor { background-color: #DB978F; }

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

This div background color is #DB978F.


Border color

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

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

This div border color is #DB978F.


Opacity

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

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

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

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

This text has shadow with #DB978F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB978F on black background.


Color preview on white background

This text has color #DB978F on white background.



Black color preview on #DB978F background

This text has black color on #DB978F background.


White color preview on #DB978F background

This text has white color on #DB978F background.