COLOR #D5979D

HEX: #D5979D
RGB: (213,151,157)

Color info

#D5979D contains mainly red and blue colors. Web safe color of #D5979D is #CC9999 (or #C99).

RGB color model

#D5979D color RGB value is (213,151,157).

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

RGB channels and saturation

R 213 of 255 = 84%
G 151 of 255 = 59%
B 157 of 255 = 62%

213
151
157

R + G + B ~ 68%. #D5979D is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 151 + 157 = 521 (100%)
R 213 of 521 ~ 40.88%
G 151 of 521 ~ 28.98%
B 157 of 521 ~ 30.13%

%40.88
%28.98
%30.13

CMYK color model

#D5979D color CMYK value is (0,29,26,16).

  • cyan value is 0.00%
  • magenta value is 29.11%
  • yellow value is 26.29%
  • key color value is 16.47%
CMYK:
(0,29,26,16)
C0M29Y26K16 
(0%,29%,26%,16%)
(0.00/0.29/0.26/0.16)	

CMYK percentages

%0
%29.11
%26.29
%16.47

Codes

Color #D5979D in popluar color models

D5979D
RGB213151157
HSL354°42.47%71.37%
HSB/HSV354°29.11%83.53%
CMYK0.00%29.11%26.29%
16.47%

Color #D5979D in popluar number systems.

HEXD5979D
Decimal213151157
Binary110101011001011110011101
Octal325227235

Shades and tints

Shades of #D5979D

#D5979D
(213,151,157)
#C28A8F
(194,138,143)
#AF7D81
(175,125,129)
#9C7073
(156,112,115)
#896365
(137,99,101)
#765657
(118,86,87)
#634949
(99,73,73)
#503C3B
(80,60,59)
#3D2F2D
(61,47,45)
#2A221F
(42,34,31)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #D5979D

#D5979D
(213,151,157)
#D8A0A5
(216,160,165)
#DBA9AD
(219,169,173)
#DEB2B5
(222,178,181)
#E1BBBD
(225,187,189)
#E4C4C5
(228,196,197)
#E7CDCD
(231,205,205)
#EAD6D5
(234,214,213)
#EDDFDD
(237,223,221)
#F0E8E5
(240,232,229)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5979D; }

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

This text font color is #D5979D.


Background Color

.myBgColor { background-color: #D5979D; }

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

This div background color is #D5979D.


Border color

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

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

This div border color is #D5979D.


Opacity

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

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

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

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

This text has shadow with #D5979D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5979D on black background.


Color preview on white background

This text has color #D5979D on white background.



Black color preview on #D5979D background

This text has black color on #D5979D background.


White color preview on #D5979D background

This text has white color on #D5979D background.