COLOR #C6C6A7

HEX: #C6C6A7
RGB: (198,198,167)

Color info

#C6C6A7 contains red, green and blue colors in about the same proportion. Web safe color of #C6C6A7 is #CCCC99 (or #CC9).

RGB color model

#C6C6A7 color RGB value is (198,198,167).

  • red value is 198;
  • green value is 198;
  • blue value is 167.
RGB:
(198,198,167)
(78%,78%,65%)

RGB channels and saturation

R 198 of 255 = 78%
G 198 of 255 = 78%
B 167 of 255 = 65%

198
198
167

R + G + B ~ 74%. #C6C6A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 198 + 167 = 563 (100%)
R 198 of 563 ~ 35.17%
G 198 of 563 ~ 35.17%
B 167 of 563 ~ 29.66%

%35.17
%35.17
%29.66

CMYK color model

#C6C6A7 color CMYK value is (0,0,16,22).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 15.66%
  • key color value is 22.35%
CMYK:
(0,0,16,22)
C0M0Y16K22 
(0%,0%,16%,22%)
(0.00/0.00/0.16/0.22)	

CMYK percentages

%0
%0
%15.66
%22.35

Codes

Color #C6C6A7 in popluar color models

C6C6A7
RGB198198167
HSL60°21.38%71.57%
HSB/HSV60°15.66%77.65%
CMYK0.00%0.00%15.66%
22.35%

Color #C6C6A7 in popluar number systems.

HEXC6C6A7
Decimal198198167
Binary110001101100011010100111
Octal306306247

Shades and tints

Shades of #C6C6A7

#C6C6A7
(198,198,167)
#B4B498
(180,180,152)
#A2A289
(162,162,137)
#90907A
(144,144,122)
#7E7E6B
(126,126,107)
#6C6C5C
(108,108,92)
#5A5A4D
(90,90,77)
#48483E
(72,72,62)
#36362F
(54,54,47)
#242420
(36,36,32)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #C6C6A7

#C6C6A7
(198,198,167)
#CBCBAF
(203,203,175)
#D0D0B7
(208,208,183)
#D5D5BF
(213,213,191)
#DADAC7
(218,218,199)
#DFDFCF
(223,223,207)
#E4E4D7
(228,228,215)
#E9E9DF
(233,233,223)
#EEEEE7
(238,238,231)
#F3F3EF
(243,243,239)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C6A7 color. Also use rgb(198,198,167) instead hex code.

Text Font Color

.myTextColor { color: #C6C6A7; }

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

This text font color is #C6C6A7.


Background Color

.myBgColor { background-color: #C6C6A7; }

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

This div background color is #C6C6A7.


Border color

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

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

This div border color is #C6C6A7.


Opacity

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

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

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

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

This text has shadow with #C6C6A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C6A7 on black background.


Color preview on white background

This text has color #C6C6A7 on white background.



Black color preview on #C6C6A7 background

This text has black color on #C6C6A7 background.


White color preview on #C6C6A7 background

This text has white color on #C6C6A7 background.