COLOR #C6C0BA

HEX: #C6C0BA
RGB: (198,192,186)

Color info

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

RGB color model

#C6C0BA color RGB value is (198,192,186).

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

RGB channels and saturation

R 198 of 255 = 78%
G 192 of 255 = 75%
B 186 of 255 = 73%

198
192
186

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

Portions of RGB colors in percentages

R + G + B =
198 + 192 + 186 = 576 (100%)
R 198 of 576 ~ 34.38%
G 192 of 576 ~ 33.33%
B 186 of 576 ~ 32.29%

%34.38
%33.33
%32.29

CMYK color model

#C6C0BA color CMYK value is (0,3,6,22).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 6.06%
  • key color value is 22.35%
CMYK:
(0,3,6,22)
C0M3Y6K22 
(0%,3%,6%,22%)
(0.00/0.03/0.06/0.22)	

CMYK percentages

%0
%3.03
%6.06
%22.35

Codes

Color #C6C0BA in popluar color models

C6C0BA
RGB198192186
HSL30°9.52%75.29%
HSB/HSV30°6.06%77.65%
CMYK0.00%3.03%6.06%
22.35%

Color #C6C0BA in popluar number systems.

HEXC6C0BA
Decimal198192186
Binary110001101100000010111010
Octal306300272

Shades and tints

Shades of #C6C0BA

#C6C0BA
(198,192,186)
#B4AFAA
(180,175,170)
#A29E9A
(162,158,154)
#908D8A
(144,141,138)
#7E7C7A
(126,124,122)
#6C6B6A
(108,107,106)
#5A5A5A
(90,90,90)
#48494A
(72,73,74)
#36383A
(54,56,58)
#24272A
(36,39,42)
#12161A
(18,22,26)
#000000
(0,0,0)

Tints of #C6C0BA

#C6C0BA
(198,192,186)
#CBC5C0
(203,197,192)
#D0CAC6
(208,202,198)
#D5CFCC
(213,207,204)
#DAD4D2
(218,212,210)
#DFD9D8
(223,217,216)
#E4DEDE
(228,222,222)
#E9E3E4
(233,227,228)
#EEE8EA
(238,232,234)
#F3EDF0
(243,237,240)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C0BA; }

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

This text font color is #C6C0BA.


Background Color

.myBgColor { background-color: #C6C0BA; }

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

This div background color is #C6C0BA.


Border color

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

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

This div border color is #C6C0BA.


Opacity

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

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

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

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

This text has shadow with #C6C0BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C0BA on black background.


Color preview on white background

This text has color #C6C0BA on white background.



Black color preview on #C6C0BA background

This text has black color on #C6C0BA background.


White color preview on #C6C0BA background

This text has white color on #C6C0BA background.