COLOR #C6A7A7

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

Color info

#C6A7A7 contains red, green and blue colors in about the same proportion. Web safe color of #C6A7A7 is #CC9999 (or #C99).

RGB color model

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

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

RGB channels and saturation

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

198
167
167

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

Portions of RGB colors in percentages

R + G + B =
198 + 167 + 167 = 532 (100%)
R 198 of 532 ~ 37.22%
G 167 of 532 ~ 31.39%
B 167 of 532 ~ 31.39%

%37.22
%31.39
%31.39

CMYK color model

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

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

CMYK percentages

%0
%15.66
%15.66
%22.35

Codes

Color #C6A7A7 in popluar color models

C6A7A7
RGB198167167
HSL21.38%71.57%
HSB/HSV15.66%77.65%
CMYK0.00%15.66%15.66%
22.35%

Color #C6A7A7 in popluar number systems.

HEXC6A7A7
Decimal198167167
Binary110001101010011110100111
Octal306247247

Shades and tints

Shades of #C6A7A7

#C6A7A7
(198,167,167)
#B49898
(180,152,152)
#A28989
(162,137,137)
#907A7A
(144,122,122)
#7E6B6B
(126,107,107)
#6C5C5C
(108,92,92)
#5A4D4D
(90,77,77)
#483E3E
(72,62,62)
#362F2F
(54,47,47)
#242020
(36,32,32)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #C6A7A7

#C6A7A7
(198,167,167)
#CBAFAF
(203,175,175)
#D0B7B7
(208,183,183)
#D5BFBF
(213,191,191)
#DAC7C7
(218,199,199)
#DFCFCF
(223,207,207)
#E4D7D7
(228,215,215)
#E9DFDF
(233,223,223)
#EEE7E7
(238,231,231)
#F3EFEF
(243,239,239)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A7A7; }

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

This text font color is #C6A7A7.


Background Color

.myBgColor { background-color: #C6A7A7; }

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

This div background color is #C6A7A7.


Border color

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

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

This div border color is #C6A7A7.


Opacity

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

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

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

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

This text has shadow with #C6A7A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A7A7 on black background.


Color preview on white background

This text has color #C6A7A7 on white background.



Black color preview on #C6A7A7 background

This text has black color on #C6A7A7 background.


White color preview on #C6A7A7 background

This text has white color on #C6A7A7 background.