COLOR #D7939A

HEX: #D7939A
RGB: (215,147,154)

Color info

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

RGB color model

#D7939A color RGB value is (215,147,154).

  • red value is 215;
  • green value is 147;
  • blue value is 154.
RGB:
(215,147,154)
(84%,58%,60%)

RGB channels and saturation

R 215 of 255 = 84%
G 147 of 255 = 58%
B 154 of 255 = 60%

215
147
154

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

Portions of RGB colors in percentages

R + G + B =
215 + 147 + 154 = 516 (100%)
R 215 of 516 ~ 41.67%
G 147 of 516 ~ 28.49%
B 154 of 516 ~ 29.84%

%41.67
%28.49
%29.84

CMYK color model

#D7939A color CMYK value is (0,32,28,16).

  • cyan value is 0.00%
  • magenta value is 31.63%
  • yellow value is 28.37%
  • key color value is 15.69%
CMYK:
(0,32,28,16)
C0M32Y28K16 
(0%,32%,28%,16%)
(0.00/0.32/0.28/0.16)	

CMYK percentages

%0
%31.63
%28.37
%15.69

Codes

Color #D7939A in popluar color models

D7939A
RGB215147154
HSL354°45.95%70.98%
HSB/HSV354°31.63%84.31%
CMYK0.00%31.63%28.37%
15.69%

Color #D7939A in popluar number systems.

HEXD7939A
Decimal215147154
Binary110101111001001110011010
Octal327223232

Shades and tints

Shades of #D7939A

#D7939A
(215,147,154)
#C4868C
(196,134,140)
#B1797E
(177,121,126)
#9E6C70
(158,108,112)
#8B5F62
(139,95,98)
#785254
(120,82,84)
#654546
(101,69,70)
#523838
(82,56,56)
#3F2B2A
(63,43,42)
#2C1E1C
(44,30,28)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #D7939A

#D7939A
(215,147,154)
#DA9CA3
(218,156,163)
#DDA5AC
(221,165,172)
#E0AEB5
(224,174,181)
#E3B7BE
(227,183,190)
#E6C0C7
(230,192,199)
#E9C9D0
(233,201,208)
#ECD2D9
(236,210,217)
#EFDBE2
(239,219,226)
#F2E4EB
(242,228,235)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7939A color. Also use rgb(215,147,154) instead hex code.

Text Font Color

.myTextColor { color: #D7939A; }

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

This text font color is #D7939A.


Background Color

.myBgColor { background-color: #D7939A; }

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

This div background color is #D7939A.


Border color

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

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

This div border color is #D7939A.


Opacity

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

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

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

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

This text has shadow with #D7939A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7939A on black background.


Color preview on white background

This text has color #D7939A on white background.



Black color preview on #D7939A background

This text has black color on #D7939A background.


White color preview on #D7939A background

This text has white color on #D7939A background.