COLOR #D78B8B

HEX: #D78B8B RGB: (215,139,139)

Color info

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

RGB color model

#D78B8B color RGB value is (215,139,139).

RGB: (215,139,139) (84%, 55%, 55%)

RGB channels and saturation

R 215 of 255 = 84%
G 139 of 255 = 55%
B 139 of 255 = 55%

215
139
139

R + G + B ~ 65%. #D78B8B is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 139 + 139 = 493 (100%)
R 215 of 493 ~ 43.61%
G 139 of 493 ~ 28.19%
B 139 of 493 ~ 28.19'%

%43.61
%28.19
%28.19

CMYK color model

#D78B8B color CMYK value is (0,35,35,16).

  • cyan value is 0.00%
  • magenta value is 35.35%
  • yellow value is 35.35%
  • key color value is 15.69%

CMYK: (0,35,35,16)
C0M35Y35K16 (0%, 35%, 35%, 16%)
(0.00 / 0.35 / 0.35 / 0.16)

CMYK percentages

%0
%35.35
%35.35
%15.69

Codes

Color #D78B8B in popluar color models

D7 8B 8B
RGB 215 139 139
HSL 48.72% 69.41%
HSB/HSV 35.35% 84.31%
CMYK 0.00% 35.35% 35.35%
15.69%

Color #D78B8B in popluar number systems.

HEX D7 8B 8B
Decimal 215 139 139
Binary 11010111 10001011 10001011
Octal 327 213 213

Shades and tints

Shades of #D78B8B

#D78B8B
(215,139,139)
#C47F7F
(196,127,127)
#B17373
(177,115,115)
#9E6767
(158,103,103)
#8B5B5B
(139,91,91)
#784F4F
(120,79,79)
#654343
(101,67,67)
#523737
(82,55,55)
#3F2B2B
(63,43,43)
#2C1F1F
(44,31,31)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #D78B8B

#D78B8B
(215,139,139)
#DA9595
(218,149,149)
#DD9F9F
(221,159,159)
#E0A9A9
(224,169,169)
#E3B3B3
(227,179,179)
#E6BDBD
(230,189,189)
#E9C7C7
(233,199,199)
#ECD1D1
(236,209,209)
#EFDBDB
(239,219,219)
#F2E5E5
(242,229,229)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D78B8B; }

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

This text font color is #D78B8B.

Background Color

.myBgColor { background-color: #D78B8B; }

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

This div background color is #D78B8B.

Border color

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

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

This div border color is #D78B8B.

Opacity

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

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

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

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

This text has shadow with #D78B8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D78B8B.

Preview

Color preview on black background

This text has color #D78B8B on black background.


Color preview on white background

This text has color #D78B8B on white background.


Black color preview on #D78B8B background

This text has black color on #D78B8B background.


White color preview on #D78B8B background

This text has white color on #D78B8B background.


Related colors

Complementary color

Complementary color for #hex is #287474.


I love getcolorcode.com