COLOR #DB979D

HEX: #DB979D
RGB: (219,151,157)

Color info

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

RGB color model

#DB979D color RGB value is (219,151,157).

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

RGB channels and saturation

R 219 of 255 = 86%
G 151 of 255 = 59%
B 157 of 255 = 62%

219
151
157

R + G + B ~ 69%. #DB979D is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 151 + 157 = 527 (100%)
R 219 of 527 ~ 41.56%
G 151 of 527 ~ 28.65%
B 157 of 527 ~ 29.79%

%41.56
%28.65
%29.79

CMYK color model

#DB979D color CMYK value is (0,31,28,14).

  • cyan value is 0.00%
  • magenta value is 31.05%
  • yellow value is 28.31%
  • key color value is 14.12%
CMYK:
(0,31,28,14)
C0M31Y28K14 
(0%,31%,28%,14%)
(0.00/0.31/0.28/0.14)	

CMYK percentages

%0
%31.05
%28.31
%14.12

Codes

Color #DB979D in popluar color models

DB979D
RGB219151157
HSL355°48.57%72.55%
HSB/HSV355°31.05%85.88%
CMYK0.00%31.05%28.31%
14.12%

Color #DB979D in popluar number systems.

HEXDB979D
Decimal219151157
Binary110110111001011110011101
Octal333227235

Shades and tints

Shades of #DB979D

#DB979D
(219,151,157)
#C88A8F
(200,138,143)
#B57D81
(181,125,129)
#A27073
(162,112,115)
#8F6365
(143,99,101)
#7C5657
(124,86,87)
#694949
(105,73,73)
#563C3B
(86,60,59)
#432F2D
(67,47,45)
#30221F
(48,34,31)
#1D1511
(29,21,17)
#000000
(0,0,0)

Tints of #DB979D

#DB979D
(219,151,157)
#DEA0A5
(222,160,165)
#E1A9AD
(225,169,173)
#E4B2B5
(228,178,181)
#E7BBBD
(231,187,189)
#EAC4C5
(234,196,197)
#EDCDCD
(237,205,205)
#F0D6D5
(240,214,213)
#F3DFDD
(243,223,221)
#F6E8E5
(246,232,229)
#F9F1ED
(249,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB979D; }

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

This text font color is #DB979D.


Background Color

.myBgColor { background-color: #DB979D; }

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

This div background color is #DB979D.


Border color

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

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

This div border color is #DB979D.


Opacity

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

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

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

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

This text has shadow with #DB979D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB979D on black background.


Color preview on white background

This text has color #DB979D on white background.



Black color preview on #DB979D background

This text has black color on #DB979D background.


White color preview on #DB979D background

This text has white color on #DB979D background.