COLOR #D5786A

HEX: #D5786A
RGB: (213,120,106)

Color info

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

RGB color model

#D5786A color RGB value is (213,120,106).

  • red value is 213;
  • green value is 120;
  • blue value is 106.
RGB: (213,120,106) (84%,47%,42%)

RGB channels and saturation

R 213 of 255 = 84%
G 120 of 255 = 47%
B 106 of 255 = 42%

213
120
106

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

Portions of RGB colors in percentages

R + G + B =
213 + 120 + 106 = 439 (100%)
R 213 of 439 ~ 48.52%
G 120 of 439 ~ 27.33%
B 106 of 439 ~ 24.15%

%48.52
%27.33
%24.15

CMYK color model

#D5786A color CMYK value is (0,44,50,16).

  • cyan value is 0.00%
  • magenta value is 43.66%
  • yellow value is 50.23%
  • key color value is 16.47%
CMYK: (0,44,50,16) C0M44Y50K16 (0%,44%,50%,16%) (0.00/0.44/0.50/0.16)

CMYK percentages

%0
%43.66
%50.23
%16.47

Codes

Color #D5786A in popluar color models

D5786A
RGB213120106
HSL56.02%62.55%
HSB/HSV50.23%83.53%
CMYK0.00%43.66%50.23%
16.47%

Color #D5786A in popluar number systems.

HEXD5786A
Decimal213120106
Binary1101010111110001101010
Octal325170152

Shades and tints

Shades of #D5786A

#D5786A
(213,120,106)
#C26E61
(194,110,97)
#AF6458
(175,100,88)
#9C5A4F
(156,90,79)
#895046
(137,80,70)
#76463D
(118,70,61)
#633C34
(99,60,52)
#50322B
(80,50,43)
#3D2822
(61,40,34)
#2A1E19
(42,30,25)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #D5786A

#D5786A
(213,120,106)
#D88477
(216,132,119)
#DB9084
(219,144,132)
#DE9C91
(222,156,145)
#E1A89E
(225,168,158)
#E4B4AB
(228,180,171)
#E7C0B8
(231,192,184)
#EACCC5
(234,204,197)
#EDD8D2
(237,216,210)
#F0E4DF
(240,228,223)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5786A; }

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

This text font color is #D5786A.


Background Color

.myBgColor { background-color: #D5786A; }

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

This div background color is #D5786A.


Border color

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

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

This div border color is #D5786A.


Opacity

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

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

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

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

This text has shadow with #D5786A color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #D5786A; -webkit-box-shadow:	1px 1px 3px 2px #D5786A; box-shadow:	1px 1px 3px 2px #D5786A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D5786A; -webkit-box-shadow: 1px 1px 3px 2px #D5786A; box-shadow:1px 1px 3px 2px #D5786A;">
Div content here</div>
This div box has shadow with color #D5786A.

Preview

Color preview on black background

This text has color #D5786A on black background.


Color preview on white background

This text has color #D5786A on white background.



Black color preview on #D5786A background

This text has black color on #D5786A background.


White color preview on #D5786A background

This text has white color on #D5786A background.