COLOR #D78B9C

HEX: #D78B9C RGB: (215,139,156)

Color info

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

RGB color model

#D78B9C color RGB value is (215,139,156).

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

RGB channels and saturation

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

215
139
156

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

Portions of RGB colors in percentages

R + G + B = 215 + 139 + 156 = 510 (100%)
R 215 of 510 ~ 42.16%
G 139 of 510 ~ 27.25%
B 156 of 510 ~ 30.59'%

%42.16
%27.25
%30.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.35%
  • yellow value is 27.44%
  • key color value is 15.69%
CMYK: (0,35,27,16) C0M35Y27K16 (0%,35%,27%,16%) (0.00/0.35/0.27/0.16) 

CMYK percentages

%0
%35.35
%27.44
%15.69

Codes

Color #D78B9C in popluar color models

D7 8B 9C
RGB 215 139 156
HSL 347° 48.72% 69.41%
HSB/HSV 347° 35.35% 84.31%
CMYK 0.00% 35.35% 27.44%
15.69%

Color #D78B9C in popluar number systems.

HEX D7 8B 9C
Decimal 215 139 156
Binary 11010111 10001011 10011100
Octal 327 213 234

Shades and tints

Shades of #D78B9C

#D78B9C
(215,139,156)
#C47F8E
(196,127,142)
#B17380
(177,115,128)
#9E6772
(158,103,114)
#8B5B64
(139,91,100)
#784F56
(120,79,86)
#654348
(101,67,72)
#52373A
(82,55,58)
#3F2B2C
(63,43,44)
#2C1F1E
(44,31,30)
#191310
(25,19,16)
#000000
(0,0,0)

Tints of #D78B9C

#D78B9C
(215,139,156)
#DA95A5
(218,149,165)
#DD9FAE
(221,159,174)
#E0A9B7
(224,169,183)
#E3B3C0
(227,179,192)
#E6BDC9
(230,189,201)
#E9C7D2
(233,199,210)
#ECD1DB
(236,209,219)
#EFDBE4
(239,219,228)
#F2E5ED
(242,229,237)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D78B9C; }

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

This text font color is #D78B9C.

Background Color

.myBgColor { background-color: #D78B9C; }

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

This div background color is #D78B9C.

Border color

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

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

This div border color is #D78B9C.

Opacity

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

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

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

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

This text has shadow with #D78B9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D78B9C.

Preview

Color preview on black background

This text has color #D78B9C on black background.


Color preview on white background

This text has color #D78B9C on white background.


Black color preview on #D78B9C background

This text has black color on #D78B9C background.


White color preview on #D78B9C background

This text has white color on #D78B9C background.


Related colors

Complementary color

Complementary color for #hex is #287463.


I love getcolorcode.com

Triadic colors

1 #9CD78B and #8B9CD7 with #D78B9C are triadic colors.

2 #9C8BD7 and #8BD79C with #D78B9C are triadic colors.