COLOR #C6C6BF

HEX: #C6C6BF
RGB: (198,198,191)

Color info

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

RGB color model

#C6C6BF color RGB value is (198,198,191).

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

RGB channels and saturation

R 198 of 255 = 78%
G 198 of 255 = 78%
B 191 of 255 = 75%

198
198
191

R + G + B ~ 77%. #C6C6BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 198 + 191 = 587 (100%)
R 198 of 587 ~ 33.73%
G 198 of 587 ~ 33.73%
B 191 of 587 ~ 32.54%

%33.73
%33.73
%32.54

CMYK color model

#C6C6BF color CMYK value is (0,0,4,22).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 3.54%
  • key color value is 22.35%
CMYK:
(0,0,4,22)
C0M0Y4K22 
(0%,0%,4%,22%)
(0.00/0.00/0.04/0.22)	

CMYK percentages

%0
%0
%3.54
%22.35

Codes

Color #C6C6BF in popluar color models

C6C6BF
RGB198198191
HSL60°5.79%76.27%
HSB/HSV60°3.54%77.65%
CMYK0.00%0.00%3.54%
22.35%

Color #C6C6BF in popluar number systems.

HEXC6C6BF
Decimal198198191
Binary110001101100011010111111
Octal306306277

Shades and tints

Shades of #C6C6BF

#C6C6BF
(198,198,191)
#B4B4AE
(180,180,174)
#A2A29D
(162,162,157)
#90908C
(144,144,140)
#7E7E7B
(126,126,123)
#6C6C6A
(108,108,106)
#5A5A59
(90,90,89)
#484848
(72,72,72)
#363637
(54,54,55)
#242426
(36,36,38)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #C6C6BF

#C6C6BF
(198,198,191)
#CBCBC4
(203,203,196)
#D0D0C9
(208,208,201)
#D5D5CE
(213,213,206)
#DADAD3
(218,218,211)
#DFDFD8
(223,223,216)
#E4E4DD
(228,228,221)
#E9E9E2
(233,233,226)
#EEEEE7
(238,238,231)
#F3F3EC
(243,243,236)
#F8F8F1
(248,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C6BF; }

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

This text font color is #C6C6BF.


Background Color

.myBgColor { background-color: #C6C6BF; }

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

This div background color is #C6C6BF.


Border color

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

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

This div border color is #C6C6BF.


Opacity

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

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

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

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

This text has shadow with #C6C6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C6BF on black background.


Color preview on white background

This text has color #C6C6BF on white background.



Black color preview on #C6C6BF background

This text has black color on #C6C6BF background.


White color preview on #C6C6BF background

This text has white color on #C6C6BF background.