COLOR #D7939B

HEX: #D7939B RGB: (215,147,155)

Color info

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

RGB color model

#D7939B color RGB value is (215,147,155).

RGB: (215,147,155) (84%, 58%, 61%)

RGB channels and saturation

R 215 of 255 = 84%
G 147 of 255 = 58%
B 155 of 255 = 61%

215
147
155

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

Portions of RGB colors in percentages

R + G + B = 215 + 147 + 155 = 517 (100%)
R 215 of 517 ~ 41.59%
G 147 of 517 ~ 28.43%
B 155 of 517 ~ 29.98'%

%41.59
%28.43
%29.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.63%
  • yellow value is 27.91%
  • 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
%27.91
%15.69

Codes

Color #D7939B in popluar color models

D7 93 9B
RGB 215 147 155
HSL 353° 45.95% 70.98%
HSB/HSV 353° 31.63% 84.31%
CMYK 0.00% 31.63% 27.91%
15.69%

Color #D7939B in popluar number systems.

HEX D7 93 9B
Decimal 215 147 155
Binary 11010111 10010011 10011011
Octal 327 223 233

Shades and tints

Shades of #D7939B

#D7939B
(215,147,155)
#C4868D
(196,134,141)
#B1797F
(177,121,127)
#9E6C71
(158,108,113)
#8B5F63
(139,95,99)
#785255
(120,82,85)
#654547
(101,69,71)
#523839
(82,56,57)
#3F2B2B
(63,43,43)
#2C1E1D
(44,30,29)
#19110F
(25,17,15)
#000000
(0,0,0)

Tints of #D7939B

#D7939B
(215,147,155)
#DA9CA4
(218,156,164)
#DDA5AD
(221,165,173)
#E0AEB6
(224,174,182)
#E3B7BF
(227,183,191)
#E6C0C8
(230,192,200)
#E9C9D1
(233,201,209)
#ECD2DA
(236,210,218)
#EFDBE3
(239,219,227)
#F2E4EC
(242,228,236)
#F5EDF5
(245,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7939B; }

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

This text font color is #D7939B.

Background Color

.myBgColor { background-color: #D7939B; }

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

This div background color is #D7939B.

Border color

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

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

This div border color is #D7939B.

Opacity

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

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

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

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

This text has shadow with #D7939B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7939B.

Preview

Color preview on black background

This text has color #D7939B on black background.


Color preview on white background

This text has color #D7939B on white background.


Black color preview on #D7939B background

This text has black color on #D7939B background.


White color preview on #D7939B background

This text has white color on #D7939B background.


Related colors

Complementary color

Complementary color for #hex is #286C64.


I love getcolorcode.com

Triadic colors

1 #9BD793 and #939BD7 with #D7939B are triadic colors.

2 #9B93D7 and #93D79B with #D7939B are triadic colors.