COLOR #D7867B

HEX: #D7867B
RGB: (215,134,123)

Color info

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

RGB color model

#D7867B color RGB value is (215,134,123).

  • red value is 215;
  • green value is 134;
  • blue value is 123.
RGB:
(215,134,123)
(84%,53%,48%)

RGB channels and saturation

R 215 of 255 = 84%
G 134 of 255 = 53%
B 123 of 255 = 48%

215
134
123

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

Portions of RGB colors in percentages

R + G + B =
215 + 134 + 123 = 472 (100%)
R 215 of 472 ~ 45.55%
G 134 of 472 ~ 28.39%
B 123 of 472 ~ 26.06%

%45.55
%28.39
%26.06

CMYK color model

#D7867B color CMYK value is (0,38,43,16).

  • cyan value is 0.00%
  • magenta value is 37.67%
  • yellow value is 42.79%
  • key color value is 15.69%
CMYK:
(0,38,43,16)
C0M38Y43K16 
(0%,38%,43%,16%)
(0.00/0.38/0.43/0.16)	

CMYK percentages

%0
%37.67
%42.79
%15.69

Codes

Color #D7867B in popluar color models

D7867B
RGB215134123
HSL53.49%66.27%
HSB/HSV42.79%84.31%
CMYK0.00%37.67%42.79%
15.69%

Color #D7867B in popluar number systems.

HEXD7867B
Decimal215134123
Binary11010111100001101111011
Octal327206173

Shades and tints

Shades of #D7867B

#D7867B
(215,134,123)
#C47A70
(196,122,112)
#B16E65
(177,110,101)
#9E625A
(158,98,90)
#8B564F
(139,86,79)
#784A44
(120,74,68)
#653E39
(101,62,57)
#52322E
(82,50,46)
#3F2623
(63,38,35)
#2C1A18
(44,26,24)
#190E0D
(25,14,13)
#000000
(0,0,0)

Tints of #D7867B

#D7867B
(215,134,123)
#DA9187
(218,145,135)
#DD9C93
(221,156,147)
#E0A79F
(224,167,159)
#E3B2AB
(227,178,171)
#E6BDB7
(230,189,183)
#E9C8C3
(233,200,195)
#ECD3CF
(236,211,207)
#EFDEDB
(239,222,219)
#F2E9E7
(242,233,231)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7867B color. Also use rgb(215,134,123) instead hex code.

Text Font Color

.myTextColor { color: #D7867B; }

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

This text font color is #D7867B.


Background Color

.myBgColor { background-color: #D7867B; }

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

This div background color is #D7867B.


Border color

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

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

This div border color is #D7867B.


Opacity

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

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

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

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

This text has shadow with #D7867B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7867B on black background.


Color preview on white background

This text has color #D7867B on white background.



Black color preview on #D7867B background

This text has black color on #D7867B background.


White color preview on #D7867B background

This text has white color on #D7867B background.