COLOR #C6C8BF

HEX: #C6C8BF
RGB: (198,200,191)

Color info

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

RGB color model

#C6C8BF color RGB value is (198,200,191).

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

RGB channels and saturation

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

198
200
191

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

Portions of RGB colors in percentages

R + G + B =
198 + 200 + 191 = 589 (100%)
R 198 of 589 ~ 33.62%
G 200 of 589 ~ 33.96%
B 191 of 589 ~ 32.43%

%33.62
%33.96
%32.43

CMYK color model

#C6C8BF color CMYK value is (1,0,5,22).

  • cyan value is 1.00%
  • magenta value is 0.00%
  • yellow value is 4.50%
  • key color value is 21.57%
CMYK:
(1,0,5,22)
C1M0Y5K22 
(1%,0%,5%,22%)
(0.01/0.00/0.05/0.22)	

CMYK percentages

%1
%0
%4.5
%21.57

Codes

Color #C6C8BF in popluar color models

C6C8BF
RGB198200191
HSL73°7.56%76.67%
HSB/HSV73°4.50%78.43%
CMYK1.00%0.00%4.50%
21.57%

Color #C6C8BF in popluar number systems.

HEXC6C8BF
Decimal198200191
Binary110001101100100010111111
Octal306310277

Shades and tints

Shades of #C6C8BF

#C6C8BF
(198,200,191)
#B4B6AE
(180,182,174)
#A2A49D
(162,164,157)
#90928C
(144,146,140)
#7E807B
(126,128,123)
#6C6E6A
(108,110,106)
#5A5C59
(90,92,89)
#484A48
(72,74,72)
#363837
(54,56,55)
#242626
(36,38,38)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #C6C8BF

#C6C8BF
(198,200,191)
#CBCDC4
(203,205,196)
#D0D2C9
(208,210,201)
#D5D7CE
(213,215,206)
#DADCD3
(218,220,211)
#DFE1D8
(223,225,216)
#E4E6DD
(228,230,221)
#E9EBE2
(233,235,226)
#EEF0E7
(238,240,231)
#F3F5EC
(243,245,236)
#F8FAF1
(248,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C8BF; }

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

This text font color is #C6C8BF.


Background Color

.myBgColor { background-color: #C6C8BF; }

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

This div background color is #C6C8BF.


Border color

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

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

This div border color is #C6C8BF.


Opacity

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

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

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

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

This text has shadow with #C6C8BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C8BF on black background.


Color preview on white background

This text has color #C6C8BF on white background.



Black color preview on #C6C8BF background

This text has black color on #C6C8BF background.


White color preview on #C6C8BF background

This text has white color on #C6C8BF background.