COLOR #C7C167

HEX: #C7C167
RGB: (199,193,103)

Color info

#C7C167 contains mainly red and green colors. Web safe color of #C7C167 is #CCCC66 (or #CC6).

RGB color model

#C7C167 color RGB value is (199,193,103).

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

RGB channels and saturation

R 199 of 255 = 78%
G 193 of 255 = 76%
B 103 of 255 = 40%

199
193
103

R + G + B ~ 65%. #C7C167 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 193 + 103 = 495 (100%)
R 199 of 495 ~ 40.2%
G 193 of 495 ~ 38.99%
B 103 of 495 ~ 20.81%

%40.2
%38.99
%20.81

CMYK color model

#C7C167 color CMYK value is (0,3,48,22).

  • cyan value is 0.00%
  • magenta value is 3.02%
  • yellow value is 48.24%
  • key color value is 21.96%
CMYK:
(0,3,48,22)
C0M3Y48K22 
(0%,3%,48%,22%)
(0.00/0.03/0.48/0.22)	

CMYK percentages

%0
%3.02
%48.24
%21.96

Codes

Color #C7C167 in popluar color models

C7C167
RGB199193103
HSL56°46.15%59.22%
HSB/HSV56°48.24%78.04%
CMYK0.00%3.02%48.24%
21.96%

Color #C7C167 in popluar number systems.

HEXC7C167
Decimal199193103
Binary11000111110000011100111
Octal307301147

Shades and tints

Shades of #C7C167

#C7C167
(199,193,103)
#B5B05E
(181,176,94)
#A39F55
(163,159,85)
#918E4C
(145,142,76)
#7F7D43
(127,125,67)
#6D6C3A
(109,108,58)
#5B5B31
(91,91,49)
#494A28
(73,74,40)
#37391F
(55,57,31)
#252816
(37,40,22)
#13170D
(19,23,13)
#000000
(0,0,0)

Tints of #C7C167

#C7C167
(199,193,103)
#CCC674
(204,198,116)
#D1CB81
(209,203,129)
#D6D08E
(214,208,142)
#DBD59B
(219,213,155)
#E0DAA8
(224,218,168)
#E5DFB5
(229,223,181)
#EAE4C2
(234,228,194)
#EFE9CF
(239,233,207)
#F4EEDC
(244,238,220)
#F9F3E9
(249,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C167; }

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

This text font color is #C7C167.


Background Color

.myBgColor { background-color: #C7C167; }

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

This div background color is #C7C167.


Border color

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

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

This div border color is #C7C167.


Opacity

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

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

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

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

This text has shadow with #C7C167 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C167 on black background.


Color preview on white background

This text has color #C7C167 on white background.



Black color preview on #C7C167 background

This text has black color on #C7C167 background.


White color preview on #C7C167 background

This text has white color on #C7C167 background.