COLOR #C6A5A7

HEX: #C6A5A7
RGB: (198,165,167)

Color info

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

RGB color model

#C6A5A7 color RGB value is (198,165,167).

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

RGB channels and saturation

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

198
165
167

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

Portions of RGB colors in percentages

R + G + B =
198 + 165 + 167 = 530 (100%)
R 198 of 530 ~ 37.36%
G 165 of 530 ~ 31.13%
B 167 of 530 ~ 31.51%

%37.36
%31.13
%31.51

CMYK color model

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

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

CMYK percentages

%0
%16.67
%15.66
%22.35

Codes

Color #C6A5A7 in popluar color models

C6A5A7
RGB198165167
HSL356°22.45%71.18%
HSB/HSV356°16.67%77.65%
CMYK0.00%16.67%15.66%
22.35%

Color #C6A5A7 in popluar number systems.

HEXC6A5A7
Decimal198165167
Binary110001101010010110100111
Octal306245247

Shades and tints

Shades of #C6A5A7

#C6A5A7
(198,165,167)
#B49698
(180,150,152)
#A28789
(162,135,137)
#90787A
(144,120,122)
#7E696B
(126,105,107)
#6C5A5C
(108,90,92)
#5A4B4D
(90,75,77)
#483C3E
(72,60,62)
#362D2F
(54,45,47)
#241E20
(36,30,32)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #C6A5A7

#C6A5A7
(198,165,167)
#CBADAF
(203,173,175)
#D0B5B7
(208,181,183)
#D5BDBF
(213,189,191)
#DAC5C7
(218,197,199)
#DFCDCF
(223,205,207)
#E4D5D7
(228,213,215)
#E9DDDF
(233,221,223)
#EEE5E7
(238,229,231)
#F3EDEF
(243,237,239)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A5A7; }

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

This text font color is #C6A5A7.


Background Color

.myBgColor { background-color: #C6A5A7; }

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

This div background color is #C6A5A7.


Border color

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

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

This div border color is #C6A5A7.


Opacity

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

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

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

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

This text has shadow with #C6A5A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A5A7 on black background.


Color preview on white background

This text has color #C6A5A7 on white background.



Black color preview on #C6A5A7 background

This text has black color on #C6A5A7 background.


White color preview on #C6A5A7 background

This text has white color on #C6A5A7 background.