COLOR #C9986C

HEX: #C9986C
RGB: (201,152,108)

Color info

#C9986C contains mainly red and green colors. Web safe color of #C9986C is #CC9966 (or #C96).

RGB color model

#C9986C color RGB value is (201,152,108).

  • red value is 201;
  • green value is 152;
  • blue value is 108.
RGB:
(201,152,108)
(79%,60%,42%)

RGB channels and saturation

R 201 of 255 = 79%
G 152 of 255 = 60%
B 108 of 255 = 42%

201
152
108

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

Portions of RGB colors in percentages

R + G + B =
201 + 152 + 108 = 461 (100%)
R 201 of 461 ~ 43.6%
G 152 of 461 ~ 32.97%
B 108 of 461 ~ 23.43%

%43.6
%32.97
%23.43

CMYK color model

#C9986C color CMYK value is (0,24,46,21).

  • cyan value is 0.00%
  • magenta value is 24.38%
  • yellow value is 46.27%
  • key color value is 21.18%
CMYK:
(0,24,46,21)
C0M24Y46K21 
(0%,24%,46%,21%)
(0.00/0.24/0.46/0.21)	

CMYK percentages

%0
%24.38
%46.27
%21.18

Codes

Color #C9986C in popluar color models

C9986C
RGB201152108
HSL28°46.27%60.59%
HSB/HSV28°46.27%78.82%
CMYK0.00%24.38%46.27%
21.18%

Color #C9986C in popluar number systems.

HEXC9986C
Decimal201152108
Binary11001001100110001101100
Octal311230154

Shades and tints

Shades of #C9986C

#C9986C
(201,152,108)
#B78B63
(183,139,99)
#A57E5A
(165,126,90)
#937151
(147,113,81)
#816448
(129,100,72)
#6F573F
(111,87,63)
#5D4A36
(93,74,54)
#4B3D2D
(75,61,45)
#393024
(57,48,36)
#27231B
(39,35,27)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #C9986C

#C9986C
(201,152,108)
#CDA179
(205,161,121)
#D1AA86
(209,170,134)
#D5B393
(213,179,147)
#D9BCA0
(217,188,160)
#DDC5AD
(221,197,173)
#E1CEBA
(225,206,186)
#E5D7C7
(229,215,199)
#E9E0D4
(233,224,212)
#EDE9E1
(237,233,225)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9986C color. Also use rgb(201,152,108) instead hex code.

Text Font Color

.myTextColor { color: #C9986C; }

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

This text font color is #C9986C.


Background Color

.myBgColor { background-color: #C9986C; }

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

This div background color is #C9986C.


Border color

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

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

This div border color is #C9986C.


Opacity

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

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

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

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

This text has shadow with #C9986C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9986C on black background.


Color preview on white background

This text has color #C9986C on white background.



Black color preview on #C9986C background

This text has black color on #C9986C background.


White color preview on #C9986C background

This text has white color on #C9986C background.