COLOR #DB9682

HEX: #DB9682 RGB: (219,150,130)

Color info

#DB9682 contains mainly red color. Web safe color of #DB9682 is #CC9999 (or #C99).

RGB color model

#DB9682 color RGB value is (219,150,130).

RGB: (219,150,130) (86%, 59%, 51%)

RGB channels and saturation

R 219 of 255 = 86%
G 150 of 255 = 59%
B 130 of 255 = 51%

219
150
130

R + G + B ~ 65%. #DB9682 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 150 + 130 = 499 (100%)
R 219 of 499 ~ 43.89%
G 150 of 499 ~ 30.06%
B 130 of 499 ~ 26.05'%

%43.89
%30.06
%26.05

CMYK color model

#DB9682 color CMYK value is (0,32,41,14).

  • cyan value is 0.00%
  • magenta value is 31.51%
  • yellow value is 40.64%
  • key color value is 14.12%

CMYK: (0,32,41,14)
C0M32Y41K14 (0%, 32%, 41%, 14%)
(0.00 / 0.32 / 0.41 / 0.14)

CMYK percentages

%0
%31.51
%40.64
%14.12

Codes

Color #DB9682 in popluar color models

DB 96 82
RGB 219 150 130
HSL 13° 55.28% 68.43%
HSB/HSV 13° 40.64% 85.88%
CMYK 0.00% 31.51% 40.64%
14.12%

Color #DB9682 in popluar number systems.

HEX DB 96 82
Decimal 219 150 130
Binary 11011011 10010110 10000010
Octal 333 226 202

Shades and tints

Shades of #DB9682

#DB9682
(219,150,130)
#C88977
(200,137,119)
#B57C6C
(181,124,108)
#A26F61
(162,111,97)
#8F6256
(143,98,86)
#7C554B
(124,85,75)
#694840
(105,72,64)
#563B35
(86,59,53)
#432E2A
(67,46,42)
#30211F
(48,33,31)
#1D1414
(29,20,20)
#000000
(0,0,0)

Tints of #DB9682

#DB9682
(219,150,130)
#DE9F8D
(222,159,141)
#E1A898
(225,168,152)
#E4B1A3
(228,177,163)
#E7BAAE
(231,186,174)
#EAC3B9
(234,195,185)
#EDCCC4
(237,204,196)
#F0D5CF
(240,213,207)
#F3DEDA
(243,222,218)
#F6E7E5
(246,231,229)
#F9F0F0
(249,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB9682 color. Also use rgb(219,150,130) instead hex code.

Text Font Color

.myTextColor { color: #DB9682; }

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

This text font color is #DB9682.

Background Color

.myBgColor { background-color: #DB9682; }

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

This div background color is #DB9682.

Border color

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

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

This div border color is #DB9682.

Opacity

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

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

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

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

This text has shadow with #DB9682 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB9682.

Preview

Color preview on black background

This text has color #DB9682 on black background.


Color preview on white background

This text has color #DB9682 on white background.


Black color preview on #DB9682 background

This text has black color on #DB9682 background.


White color preview on #DB9682 background

This text has white color on #DB9682 background.


Related colors

Complementary color

Complementary color for #hex is #24697D.


I love getcolorcode.com

Triadic colors

1 #82DB96 and #9682DB with #DB9682 are triadic colors.

2 #8296DB and #96DB82 with #DB9682 are triadic colors.