COLOR #D5787E

HEX: #D5787E RGB: (213,120,126)

Color info

#D5787E contains mainly red color. Web safe color of #D5787E is #CC6666 (or #C66).

RGB color model

#D5787E color RGB value is (213,120,126).

RGB: (213,120,126) (84%, 47%, 49%)

RGB channels and saturation

R 213 of 255 = 84%
G 120 of 255 = 47%
B 126 of 255 = 49%

213
120
126

R + G + B ~ 60%. #D5787E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 213 + 120 + 126 = 459 (100%)
R 213 of 459 ~ 46.41%
G 120 of 459 ~ 26.14%
B 126 of 459 ~ 27.45'%

%46.41
%26.14
%27.45

CMYK color model

#D5787E color CMYK value is (0,44,41,16).

  • cyan value is 0.00%
  • magenta value is 43.66%
  • yellow value is 40.85%
  • key color value is 16.47%

CMYK: (0,44,41,16)
C0M44Y41K16 (0%, 44%, 41%, 16%)
(0.00 / 0.44 / 0.41 / 0.16)

CMYK percentages

%0
%43.66
%40.85
%16.47

Codes

Color #D5787E in popluar color models

D5 78 7E
RGB 213 120 126
HSL 356° 52.54% 65.29%
HSB/HSV 356° 43.66% 83.53%
CMYK 0.00% 43.66% 40.85%
16.47%

Color #D5787E in popluar number systems.

HEX D5 78 7E
Decimal 213 120 126
Binary 11010101 1111000 1111110
Octal 325 170 176

Shades and tints

Shades of #D5787E

#D5787E
(213,120,126)
#C26E73
(194,110,115)
#AF6468
(175,100,104)
#9C5A5D
(156,90,93)
#895052
(137,80,82)
#764647
(118,70,71)
#633C3C
(99,60,60)
#503231
(80,50,49)
#3D2826
(61,40,38)
#2A1E1B
(42,30,27)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #D5787E

#D5787E
(213,120,126)
#D88489
(216,132,137)
#DB9094
(219,144,148)
#DE9C9F
(222,156,159)
#E1A8AA
(225,168,170)
#E4B4B5
(228,180,181)
#E7C0C0
(231,192,192)
#EACCCB
(234,204,203)
#EDD8D6
(237,216,214)
#F0E4E1
(240,228,225)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5787E color. Also use rgb(213,120,126) instead hex code.

Text Font Color

.myTextColor { color: #D5787E; }

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

This text font color is #D5787E.

Background Color

.myBgColor { background-color: #D5787E; }

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

This div background color is #D5787E.

Border color

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

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

This div border color is #D5787E.

Opacity

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

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

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

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

This text has shadow with #D5787E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5787E.

Preview

Color preview on black background

This text has color #D5787E on black background.


Color preview on white background

This text has color #D5787E on white background.


Black color preview on #D5787E background

This text has black color on #D5787E background.


White color preview on #D5787E background

This text has white color on #D5787E background.


Related colors

Complementary color

Complementary color for #hex is #2A8781.


I love getcolorcode.com

Triadic colors

1 #7ED578 and #787ED5 with #D5787E are triadic colors.

2 #7E78D5 and #78D57E with #D5787E are triadic colors.