COLOR #DB8678

HEX: #DB8678 RGB: (219,134,120)

Color info

#DB8678 contains mainly red color. Web safe color of #DB8678 is #CC9966 (or #C96).

RGB color model

#DB8678 color RGB value is (219,134,120).

RGB: (219,134,120) (86%, 53%, 47%)

RGB channels and saturation

R 219 of 255 = 86%
G 134 of 255 = 53%
B 120 of 255 = 47%

219
134
120

R + G + B ~ 62%. #DB8678 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 134 + 120 = 473 (100%)
R 219 of 473 ~ 46.3%
G 134 of 473 ~ 28.33%
B 120 of 473 ~ 25.37'%

%46.3
%28.33
%25.37

CMYK color model

#DB8678 color CMYK value is (0,39,45,14).

  • cyan value is 0.00%
  • magenta value is 38.81%
  • yellow value is 45.21%
  • key color value is 14.12%

CMYK: (0,39,45,14)
C0M39Y45K14 (0%, 39%, 45%, 14%)
(0.00 / 0.39 / 0.45 / 0.14)

CMYK percentages

%0
%38.81
%45.21
%14.12

Codes

Color #DB8678 in popluar color models

DB 86 78
RGB 219 134 120
HSL 57.89% 66.47%
HSB/HSV 45.21% 85.88%
CMYK 0.00% 38.81% 45.21%
14.12%

Color #DB8678 in popluar number systems.

HEX DB 86 78
Decimal 219 134 120
Binary 11011011 10000110 1111000
Octal 333 206 170

Shades and tints

Shades of #DB8678

#DB8678
(219,134,120)
#C87A6E
(200,122,110)
#B56E64
(181,110,100)
#A2625A
(162,98,90)
#8F5650
(143,86,80)
#7C4A46
(124,74,70)
#693E3C
(105,62,60)
#563232
(86,50,50)
#432628
(67,38,40)
#301A1E
(48,26,30)
#1D0E14
(29,14,20)
#000000
(0,0,0)

Tints of #DB8678

#DB8678
(219,134,120)
#DE9184
(222,145,132)
#E19C90
(225,156,144)
#E4A79C
(228,167,156)
#E7B2A8
(231,178,168)
#EABDB4
(234,189,180)
#EDC8C0
(237,200,192)
#F0D3CC
(240,211,204)
#F3DED8
(243,222,216)
#F6E9E4
(246,233,228)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB8678 color. Also use rgb(219,134,120) instead hex code.

Text Font Color

.myTextColor { color: #DB8678; }

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

This text font color is #DB8678.

Background Color

.myBgColor { background-color: #DB8678; }

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

This div background color is #DB8678.

Border color

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

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

This div border color is #DB8678.

Opacity

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

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

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

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

This text has shadow with #DB8678 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB8678.

Preview

Color preview on black background

This text has color #DB8678 on black background.


Color preview on white background

This text has color #DB8678 on white background.


Black color preview on #DB8678 background

This text has black color on #DB8678 background.


White color preview on #DB8678 background

This text has white color on #DB8678 background.


Related colors

Complementary color

Complementary color for #hex is #247987.


I love getcolorcode.com

Triadic colors

1 #78DB86 and #8678DB with #DB8678 are triadic colors.

2 #7886DB and #86DB78 with #DB8678 are triadic colors.