COLOR #C6C0B7

HEX: #C6C0B7
RGB: (198,192,183)

Color info

#C6C0B7 contains red, green and blue colors in about the same proportion. Web safe color of #C6C0B7 is #CCCCCC (or #CCC).

RGB color model

#C6C0B7 color RGB value is (198,192,183).

  • red value is 198;
  • green value is 192;
  • blue value is 183.
RGB:
(198,192,183)
(78%,75%,72%)

RGB channels and saturation

R 198 of 255 = 78%
G 192 of 255 = 75%
B 183 of 255 = 72%

198
192
183

R + G + B ~ 75%. #C6C0B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 192 + 183 = 573 (100%)
R 198 of 573 ~ 34.55%
G 192 of 573 ~ 33.51%
B 183 of 573 ~ 31.94%

%34.55
%33.51
%31.94

CMYK color model

#C6C0B7 color CMYK value is (0,3,8,22).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 7.58%
  • key color value is 22.35%
CMYK:
(0,3,8,22)
C0M3Y8K22 
(0%,3%,8%,22%)
(0.00/0.03/0.08/0.22)	

CMYK percentages

%0
%3.03
%7.58
%22.35

Codes

Color #C6C0B7 in popluar color models

C6C0B7
RGB198192183
HSL36°11.63%74.71%
HSB/HSV36°7.58%77.65%
CMYK0.00%3.03%7.58%
22.35%

Color #C6C0B7 in popluar number systems.

HEXC6C0B7
Decimal198192183
Binary110001101100000010110111
Octal306300267

Shades and tints

Shades of #C6C0B7

#C6C0B7
(198,192,183)
#B4AFA7
(180,175,167)
#A29E97
(162,158,151)
#908D87
(144,141,135)
#7E7C77
(126,124,119)
#6C6B67
(108,107,103)
#5A5A57
(90,90,87)
#484947
(72,73,71)
#363837
(54,56,55)
#242727
(36,39,39)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #C6C0B7

#C6C0B7
(198,192,183)
#CBC5BD
(203,197,189)
#D0CAC3
(208,202,195)
#D5CFC9
(213,207,201)
#DAD4CF
(218,212,207)
#DFD9D5
(223,217,213)
#E4DEDB
(228,222,219)
#E9E3E1
(233,227,225)
#EEE8E7
(238,232,231)
#F3EDED
(243,237,237)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C0B7; }

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

This text font color is #C6C0B7.


Background Color

.myBgColor { background-color: #C6C0B7; }

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

This div background color is #C6C0B7.


Border color

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

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

This div border color is #C6C0B7.


Opacity

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

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

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

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

This text has shadow with #C6C0B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C0B7 on black background.


Color preview on white background

This text has color #C6C0B7 on white background.



Black color preview on #C6C0B7 background

This text has black color on #C6C0B7 background.


White color preview on #C6C0B7 background

This text has white color on #C6C0B7 background.