COLOR #D7826F

HEX: #D7826F RGB: (215,130,111)

Color info

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

RGB color model

#D7826F color RGB value is (215,130,111).

RGB: (215,130,111) (84%, 51%, 44%)

RGB channels and saturation

R 215 of 255 = 84%
G 130 of 255 = 51%
B 111 of 255 = 44%

215
130
111

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

Portions of RGB colors in percentages

R + G + B = 215 + 130 + 111 = 456 (100%)
R 215 of 456 ~ 47.15%
G 130 of 456 ~ 28.51%
B 111 of 456 ~ 24.34'%

%47.15
%28.51
%24.34

CMYK color model

#D7826F color CMYK value is (0,40,48,16).

  • cyan value is 0.00%
  • magenta value is 39.53%
  • yellow value is 48.37%
  • key color value is 15.69%

CMYK: (0,40,48,16)
C0M40Y48K16 (0%, 40%, 48%, 16%)
(0.00 / 0.40 / 0.48 / 0.16)

CMYK percentages

%0
%39.53
%48.37
%15.69

Codes

Color #D7826F in popluar color models

D7 82 6F
RGB 215 130 111
HSL 11° 56.52% 63.92%
HSB/HSV 11° 48.37% 84.31%
CMYK 0.00% 39.53% 48.37%
15.69%

Color #D7826F in popluar number systems.

HEX D7 82 6F
Decimal 215 130 111
Binary 11010111 10000010 1101111
Octal 327 202 157

Shades and tints

Shades of #D7826F

#D7826F
(215,130,111)
#C47765
(196,119,101)
#B16C5B
(177,108,91)
#9E6151
(158,97,81)
#8B5647
(139,86,71)
#784B3D
(120,75,61)
#654033
(101,64,51)
#523529
(82,53,41)
#3F2A1F
(63,42,31)
#2C1F15
(44,31,21)
#19140B
(25,20,11)
#000000
(0,0,0)

Tints of #D7826F

#D7826F
(215,130,111)
#DA8D7C
(218,141,124)
#DD9889
(221,152,137)
#E0A396
(224,163,150)
#E3AEA3
(227,174,163)
#E6B9B0
(230,185,176)
#E9C4BD
(233,196,189)
#ECCFCA
(236,207,202)
#EFDAD7
(239,218,215)
#F2E5E4
(242,229,228)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7826F color. Also use rgb(215,130,111) instead hex code.

Text Font Color

.myTextColor { color: #D7826F; }

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

This text font color is #D7826F.

Background Color

.myBgColor { background-color: #D7826F; }

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

This div background color is #D7826F.

Border color

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

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

This div border color is #D7826F.

Opacity

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

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

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

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

This text has shadow with #D7826F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7826F.

Preview

Color preview on black background

This text has color #D7826F on black background.


Color preview on white background

This text has color #D7826F on white background.


Black color preview on #D7826F background

This text has black color on #D7826F background.


White color preview on #D7826F background

This text has white color on #D7826F background.


Related colors

Complementary color

Complementary color for #hex is #287D90.


I love getcolorcode.com

Triadic colors

1 #6FD782 and #826FD7 with #D7826F are triadic colors.

2 #6F82D7 and #82D76F with #D7826F are triadic colors.