COLOR #D78D9C

HEX: #D78D9C RGB: (215,141,156)

Color info

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

RGB color model

#D78D9C color RGB value is (215,141,156).

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

RGB channels and saturation

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

215
141
156

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

Portions of RGB colors in percentages

R + G + B = 215 + 141 + 156 = 512 (100%)
R 215 of 512 ~ 41.99%
G 141 of 512 ~ 27.54%
B 156 of 512 ~ 30.47'%

%41.99
%27.54
%30.47

CMYK color model

#D78D9C color CMYK value is (0,34,27,16).

  • cyan value is 0.00%
  • magenta value is 34.42%
  • yellow value is 27.44%
  • key color value is 15.69%

CMYK: (0,34,27,16)
C0M34Y27K16 (0%, 34%, 27%, 16%)
(0.00 / 0.34 / 0.27 / 0.16)

CMYK percentages

%0
%34.42
%27.44
%15.69

Codes

Color #D78D9C in popluar color models

D7 8D 9C
RGB 215 141 156
HSL 348° 48.05% 69.80%
HSB/HSV 348° 34.42% 84.31%
CMYK 0.00% 34.42% 27.44%
15.69%

Color #D78D9C in popluar number systems.

HEX D7 8D 9C
Decimal 215 141 156
Binary 11010111 10001101 10011100
Octal 327 215 234

Shades and tints

Shades of #D78D9C

#D78D9C
(215,141,156)
#C4818E
(196,129,142)
#B17580
(177,117,128)
#9E6972
(158,105,114)
#8B5D64
(139,93,100)
#785156
(120,81,86)
#654548
(101,69,72)
#52393A
(82,57,58)
#3F2D2C
(63,45,44)
#2C211E
(44,33,30)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #D78D9C

#D78D9C
(215,141,156)
#DA97A5
(218,151,165)
#DDA1AE
(221,161,174)
#E0ABB7
(224,171,183)
#E3B5C0
(227,181,192)
#E6BFC9
(230,191,201)
#E9C9D2
(233,201,210)
#ECD3DB
(236,211,219)
#EFDDE4
(239,221,228)
#F2E7ED
(242,231,237)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D78D9C; }

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

This text font color is #D78D9C.

Background Color

.myBgColor { background-color: #D78D9C; }

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

This div background color is #D78D9C.

Border color

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

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

This div border color is #D78D9C.

Opacity

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

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

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

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

This text has shadow with #D78D9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D78D9C.

Preview

Color preview on black background

This text has color #D78D9C on black background.


Color preview on white background

This text has color #D78D9C on white background.


Black color preview on #D78D9C background

This text has black color on #D78D9C background.


White color preview on #D78D9C background

This text has white color on #D78D9C background.


Related colors

Complementary color

Complementary color for #hex is #287263.


I love getcolorcode.com

Triadic colors

1 #9CD78D and #8D9CD7 with #D78D9C are triadic colors.

2 #9C8DD7 and #8DD79C with #D78D9C are triadic colors.