COLOR #D8946B

HEX: #D8946B
RGB: (216,148,107)

Color info

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

RGB color model

#D8946B color RGB value is (216,148,107).

  • red value is 216;
  • green value is 148;
  • blue value is 107.
RGB:
(216,148,107)
(85%,58%,42%)

RGB channels and saturation

R 216 of 255 = 85%
G 148 of 255 = 58%
B 107 of 255 = 42%

216
148
107

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

Portions of RGB colors in percentages

R + G + B =
216 + 148 + 107 = 471 (100%)
R 216 of 471 ~ 45.86%
G 148 of 471 ~ 31.42%
B 107 of 471 ~ 22.72%

%45.86
%31.42
%22.72

CMYK color model

#D8946B color CMYK value is (0,31,50,15).

  • cyan value is 0.00%
  • magenta value is 31.48%
  • yellow value is 50.46%
  • key color value is 15.29%
CMYK:
(0,31,50,15)
C0M31Y50K15 
(0%,31%,50%,15%)
(0.00/0.31/0.50/0.15)	

CMYK percentages

%0
%31.48
%50.46
%15.29

Codes

Color #D8946B in popluar color models

D8946B
RGB216148107
HSL23°58.29%63.33%
HSB/HSV23°50.46%84.71%
CMYK0.00%31.48%50.46%
15.29%

Color #D8946B in popluar number systems.

HEXD8946B
Decimal216148107
Binary11011000100101001101011
Octal330224153

Shades and tints

Shades of #D8946B

#D8946B
(216,148,107)
#C58762
(197,135,98)
#B27A59
(178,122,89)
#9F6D50
(159,109,80)
#8C6047
(140,96,71)
#79533E
(121,83,62)
#664635
(102,70,53)
#53392C
(83,57,44)
#402C23
(64,44,35)
#2D1F1A
(45,31,26)
#1A1211
(26,18,17)
#000000
(0,0,0)

Tints of #D8946B

#D8946B
(216,148,107)
#DB9D78
(219,157,120)
#DEA685
(222,166,133)
#E1AF92
(225,175,146)
#E4B89F
(228,184,159)
#E7C1AC
(231,193,172)
#EACAB9
(234,202,185)
#EDD3C6
(237,211,198)
#F0DCD3
(240,220,211)
#F3E5E0
(243,229,224)
#F6EEED
(246,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8946B color. Also use rgb(216,148,107) instead hex code.

Text Font Color

.myTextColor { color: #D8946B; }

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

This text font color is #D8946B.


Background Color

.myBgColor { background-color: #D8946B; }

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

This div background color is #D8946B.


Border color

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

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

This div border color is #D8946B.


Opacity

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

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

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

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

This text has shadow with #D8946B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8946B on black background.


Color preview on white background

This text has color #D8946B on white background.



Black color preview on #D8946B background

This text has black color on #D8946B background.


White color preview on #D8946B background

This text has white color on #D8946B background.