COLOR #C6A7A9

HEX: #C6A7A9
RGB: (198,167,169)

Color info

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

RGB color model

#C6A7A9 color RGB value is (198,167,169).

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

RGB channels and saturation

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

198
167
169

R + G + B ~ 70%. #C6A7A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 167 + 169 = 534 (100%)
R 198 of 534 ~ 37.08%
G 167 of 534 ~ 31.27%
B 169 of 534 ~ 31.65%

%37.08
%31.27
%31.65

CMYK color model

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

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

CMYK percentages

%0
%15.66
%14.65
%22.35

Codes

Color #C6A7A9 in popluar color models

C6A7A9
RGB198167169
HSL356°21.38%71.57%
HSB/HSV356°15.66%77.65%
CMYK0.00%15.66%14.65%
22.35%

Color #C6A7A9 in popluar number systems.

HEXC6A7A9
Decimal198167169
Binary110001101010011110101001
Octal306247251

Shades and tints

Shades of #C6A7A9

#C6A7A9
(198,167,169)
#B4989A
(180,152,154)
#A2898B
(162,137,139)
#907A7C
(144,122,124)
#7E6B6D
(126,107,109)
#6C5C5E
(108,92,94)
#5A4D4F
(90,77,79)
#483E40
(72,62,64)
#362F31
(54,47,49)
#242022
(36,32,34)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #C6A7A9

#C6A7A9
(198,167,169)
#CBAFB0
(203,175,176)
#D0B7B7
(208,183,183)
#D5BFBE
(213,191,190)
#DAC7C5
(218,199,197)
#DFCFCC
(223,207,204)
#E4D7D3
(228,215,211)
#E9DFDA
(233,223,218)
#EEE7E1
(238,231,225)
#F3EFE8
(243,239,232)
#F8F7EF
(248,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A7A9; }

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

This text font color is #C6A7A9.


Background Color

.myBgColor { background-color: #C6A7A9; }

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

This div background color is #C6A7A9.


Border color

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

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

This div border color is #C6A7A9.


Opacity

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

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

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

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

This text has shadow with #C6A7A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A7A9 on black background.


Color preview on white background

This text has color #C6A7A9 on white background.



Black color preview on #C6A7A9 background

This text has black color on #C6A7A9 background.


White color preview on #C6A7A9 background

This text has white color on #C6A7A9 background.