COLOR #D7917B

HEX: #D7917B
RGB: (215,145,123)

Color info

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

RGB color model

#D7917B color RGB value is (215,145,123).

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

RGB channels and saturation

R 215 of 255 = 84%
G 145 of 255 = 57%
B 123 of 255 = 48%

215
145
123

R + G + B ~ 63%. #D7917B is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 145 + 123 = 483 (100%)
R 215 of 483 ~ 44.51%
G 145 of 483 ~ 30.02%
B 123 of 483 ~ 25.47%

%44.51
%30.02
%25.47

CMYK color model

#D7917B color CMYK value is (0,33,43,16).

  • cyan value is 0.00%
  • magenta value is 32.56%
  • yellow value is 42.79%
  • key color value is 15.69%
CMYK:
(0,33,43,16)
C0M33Y43K16 
(0%,33%,43%,16%)
(0.00/0.33/0.43/0.16)	

CMYK percentages

%0
%32.56
%42.79
%15.69

Codes

Color #D7917B in popluar color models

D7917B
RGB215145123
HSL14°53.49%66.27%
HSB/HSV14°42.79%84.31%
CMYK0.00%32.56%42.79%
15.69%

Color #D7917B in popluar number systems.

HEXD7917B
Decimal215145123
Binary11010111100100011111011
Octal327221173

Shades and tints

Shades of #D7917B

#D7917B
(215,145,123)
#C48470
(196,132,112)
#B17765
(177,119,101)
#9E6A5A
(158,106,90)
#8B5D4F
(139,93,79)
#785044
(120,80,68)
#654339
(101,67,57)
#52362E
(82,54,46)
#3F2923
(63,41,35)
#2C1C18
(44,28,24)
#190F0D
(25,15,13)
#000000
(0,0,0)

Tints of #D7917B

#D7917B
(215,145,123)
#DA9B87
(218,155,135)
#DDA593
(221,165,147)
#E0AF9F
(224,175,159)
#E3B9AB
(227,185,171)
#E6C3B7
(230,195,183)
#E9CDC3
(233,205,195)
#ECD7CF
(236,215,207)
#EFE1DB
(239,225,219)
#F2EBE7
(242,235,231)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7917B; }

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

This text font color is #D7917B.


Background Color

.myBgColor { background-color: #D7917B; }

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

This div background color is #D7917B.


Border color

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

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

This div border color is #D7917B.


Opacity

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

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

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

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

This text has shadow with #D7917B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7917B on black background.


Color preview on white background

This text has color #D7917B on white background.



Black color preview on #D7917B background

This text has black color on #D7917B background.


White color preview on #D7917B background

This text has white color on #D7917B background.