COLOR #C1C6A7

HEX: #C1C6A7
RGB: (193,198,167)

Color info

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

RGB color model

#C1C6A7 color RGB value is (193,198,167).

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

RGB channels and saturation

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

193
198
167

R + G + B ~ 73%. #C1C6A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 198 + 167 = 558 (100%)
R 193 of 558 ~ 34.59%
G 198 of 558 ~ 35.48%
B 167 of 558 ~ 29.93%

%34.59
%35.48
%29.93

CMYK color model

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

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

CMYK percentages

%2.53
%0
%15.66
%22.35

Codes

Color #C1C6A7 in popluar color models

C1C6A7
RGB193198167
HSL70°21.38%71.57%
HSB/HSV70°15.66%77.65%
CMYK2.53%0.00%15.66%
22.35%

Color #C1C6A7 in popluar number systems.

HEXC1C6A7
Decimal193198167
Binary110000011100011010100111
Octal301306247

Shades and tints

Shades of #C1C6A7

#C1C6A7
(193,198,167)
#B0B498
(176,180,152)
#9FA289
(159,162,137)
#8E907A
(142,144,122)
#7D7E6B
(125,126,107)
#6C6C5C
(108,108,92)
#5B5A4D
(91,90,77)
#4A483E
(74,72,62)
#39362F
(57,54,47)
#282420
(40,36,32)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #C1C6A7

#C1C6A7
(193,198,167)
#C6CBAF
(198,203,175)
#CBD0B7
(203,208,183)
#D0D5BF
(208,213,191)
#D5DAC7
(213,218,199)
#DADFCF
(218,223,207)
#DFE4D7
(223,228,215)
#E4E9DF
(228,233,223)
#E9EEE7
(233,238,231)
#EEF3EF
(238,243,239)
#F3F8F7
(243,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C6A7; }

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

This text font color is #C1C6A7.


Background Color

.myBgColor { background-color: #C1C6A7; }

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

This div background color is #C1C6A7.


Border color

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

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

This div border color is #C1C6A7.


Opacity

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

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

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

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

This text has shadow with #C1C6A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C6A7 on black background.


Color preview on white background

This text has color #C1C6A7 on white background.



Black color preview on #C1C6A7 background

This text has black color on #C1C6A7 background.


White color preview on #C1C6A7 background

This text has white color on #C1C6A7 background.