COLOR #D7827A

HEX: #D7827A
RGB: (215,130,122)

Color info

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

RGB color model

#D7827A color RGB value is (215,130,122).

  • red value is 215;
  • green value is 130;
  • blue value is 122.
RGB:
(215,130,122)
(84%,51%,48%)

RGB channels and saturation

R 215 of 255 = 84%
G 130 of 255 = 51%
B 122 of 255 = 48%

215
130
122

R + G + B ~ 61%. #D7827A is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 130 + 122 = 467 (100%)
R 215 of 467 ~ 46.04%
G 130 of 467 ~ 27.84%
B 122 of 467 ~ 26.12%

%46.04
%27.84
%26.12

CMYK color model

#D7827A color CMYK value is (0,40,43,16).

  • cyan value is 0.00%
  • magenta value is 39.53%
  • yellow value is 43.26%
  • key color value is 15.69%
CMYK:
(0,40,43,16)
C0M40Y43K16 
(0%,40%,43%,16%)
(0.00/0.40/0.43/0.16)	

CMYK percentages

%0
%39.53
%43.26
%15.69

Codes

Color #D7827A in popluar color models

D7827A
RGB215130122
HSL53.76%66.08%
HSB/HSV43.26%84.31%
CMYK0.00%39.53%43.26%
15.69%

Color #D7827A in popluar number systems.

HEXD7827A
Decimal215130122
Binary11010111100000101111010
Octal327202172

Shades and tints

Shades of #D7827A

#D7827A
(215,130,122)
#C4776F
(196,119,111)
#B16C64
(177,108,100)
#9E6159
(158,97,89)
#8B564E
(139,86,78)
#784B43
(120,75,67)
#654038
(101,64,56)
#52352D
(82,53,45)
#3F2A22
(63,42,34)
#2C1F17
(44,31,23)
#19140C
(25,20,12)
#000000
(0,0,0)

Tints of #D7827A

#D7827A
(215,130,122)
#DA8D86
(218,141,134)
#DD9892
(221,152,146)
#E0A39E
(224,163,158)
#E3AEAA
(227,174,170)
#E6B9B6
(230,185,182)
#E9C4C2
(233,196,194)
#ECCFCE
(236,207,206)
#EFDADA
(239,218,218)
#F2E5E6
(242,229,230)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7827A; }

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

This text font color is #D7827A.


Background Color

.myBgColor { background-color: #D7827A; }

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

This div background color is #D7827A.


Border color

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

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

This div border color is #D7827A.


Opacity

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

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

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

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

This text has shadow with #D7827A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7827A on black background.


Color preview on white background

This text has color #D7827A on white background.



Black color preview on #D7827A background

This text has black color on #D7827A background.


White color preview on #D7827A background

This text has white color on #D7827A background.