COLOR #C7C186

HEX: #C7C186
RGB: (199,193,134)

Color info

#C7C186 contains mainly red and green colors. Web safe color of #C7C186 is #CCCC99 (or #CC9).

RGB color model

#C7C186 color RGB value is (199,193,134).

  • red value is 199;
  • green value is 193;
  • blue value is 134.
RGB:
(199,193,134)
(78%,76%,53%)

RGB channels and saturation

R 199 of 255 = 78%
G 193 of 255 = 76%
B 134 of 255 = 53%

199
193
134

R + G + B ~ 69%. #C7C186 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 193 + 134 = 526 (100%)
R 199 of 526 ~ 37.83%
G 193 of 526 ~ 36.69%
B 134 of 526 ~ 25.48%

%37.83
%36.69
%25.48

CMYK color model

#C7C186 color CMYK value is (0,3,33,22).

  • cyan value is 0.00%
  • magenta value is 3.02%
  • yellow value is 32.66%
  • key color value is 21.96%
CMYK:
(0,3,33,22)
C0M3Y33K22 
(0%,3%,33%,22%)
(0.00/0.03/0.33/0.22)	

CMYK percentages

%0
%3.02
%32.66
%21.96

Codes

Color #C7C186 in popluar color models

C7C186
RGB199193134
HSL54°36.72%65.29%
HSB/HSV54°32.66%78.04%
CMYK0.00%3.02%32.66%
21.96%

Color #C7C186 in popluar number systems.

HEXC7C186
Decimal199193134
Binary110001111100000110000110
Octal307301206

Shades and tints

Shades of #C7C186

#C7C186
(199,193,134)
#B5B07A
(181,176,122)
#A39F6E
(163,159,110)
#918E62
(145,142,98)
#7F7D56
(127,125,86)
#6D6C4A
(109,108,74)
#5B5B3E
(91,91,62)
#494A32
(73,74,50)
#373926
(55,57,38)
#25281A
(37,40,26)
#13170E
(19,23,14)
#000000
(0,0,0)

Tints of #C7C186

#C7C186
(199,193,134)
#CCC691
(204,198,145)
#D1CB9C
(209,203,156)
#D6D0A7
(214,208,167)
#DBD5B2
(219,213,178)
#E0DABD
(224,218,189)
#E5DFC8
(229,223,200)
#EAE4D3
(234,228,211)
#EFE9DE
(239,233,222)
#F4EEE9
(244,238,233)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C186 color. Also use rgb(199,193,134) instead hex code.

Text Font Color

.myTextColor { color: #C7C186; }

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

This text font color is #C7C186.


Background Color

.myBgColor { background-color: #C7C186; }

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

This div background color is #C7C186.


Border color

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

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

This div border color is #C7C186.


Opacity

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

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

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

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

This text has shadow with #C7C186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C186 on black background.


Color preview on white background

This text has color #C7C186 on white background.



Black color preview on #C7C186 background

This text has black color on #C7C186 background.


White color preview on #C7C186 background

This text has white color on #C7C186 background.