COLOR #978266

HEX: #978266
RGB: (151,130,102)

Color info

#978266 contains red, green and blue colors in about the same proportion. Web safe color of #978266 is #999966 (or #996).

RGB color model

#978266 color RGB value is (151,130,102).

  • red value is 151;
  • green value is 130;
  • blue value is 102.
RGB:
(151,130,102)
(59%,51%,40%)

RGB channels and saturation

R 151 of 255 = 59%
G 130 of 255 = 51%
B 102 of 255 = 40%

151
130
102

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

Portions of RGB colors in percentages

R + G + B =
151 + 130 + 102 = 383 (100%)
R 151 of 383 ~ 39.43%
G 130 of 383 ~ 33.94%
B 102 of 383 ~ 26.63%

%39.43
%33.94
%26.63

CMYK color model

#978266 color CMYK value is (0,14,32,41).

  • cyan value is 0.00%
  • magenta value is 13.91%
  • yellow value is 32.45%
  • key color value is 40.78%
CMYK:
(0,14,32,41)
C0M14Y32K41 
(0%,14%,32%,41%)
(0.00/0.14/0.32/0.41)	

CMYK percentages

%0
%13.91
%32.45
%40.78

Codes

Color #978266 in popluar color models

978266
RGB151130102
HSL34°19.37%49.61%
HSB/HSV34°32.45%59.22%
CMYK0.00%13.91%32.45%
40.78%

Color #978266 in popluar number systems.

HEX978266
Decimal151130102
Binary10010111100000101100110
Octal227202146

Shades and tints

Shades of #978266

#978266
(151,130,102)
#8A775D
(138,119,93)
#7D6C54
(125,108,84)
#70614B
(112,97,75)
#635642
(99,86,66)
#564B39
(86,75,57)
#494030
(73,64,48)
#3C3527
(60,53,39)
#2F2A1E
(47,42,30)
#221F15
(34,31,21)
#15140C
(21,20,12)
#000000
(0,0,0)

Tints of #978266

#978266
(151,130,102)
#A08D73
(160,141,115)
#A99880
(169,152,128)
#B2A38D
(178,163,141)
#BBAE9A
(187,174,154)
#C4B9A7
(196,185,167)
#CDC4B4
(205,196,180)
#D6CFC1
(214,207,193)
#DFDACE
(223,218,206)
#E8E5DB
(232,229,219)
#F1F0E8
(241,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978266 color. Also use rgb(151,130,102) instead hex code.

Text Font Color

.myTextColor { color: #978266; }

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

This text font color is #978266.


Background Color

.myBgColor { background-color: #978266; }

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

This div background color is #978266.


Border color

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

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

This div border color is #978266.


Opacity

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

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

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

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

This text has shadow with #978266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978266 on black background.


Color preview on white background

This text has color #978266 on white background.



Black color preview on #978266 background

This text has black color on #978266 background.


White color preview on #978266 background

This text has white color on #978266 background.