COLOR #C6C9BB

HEX: #C6C9BB
RGB: (198,201,187)

Color info

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

RGB color model

#C6C9BB color RGB value is (198,201,187).

  • red value is 198;
  • green value is 201;
  • blue value is 187.
RGB:
(198,201,187)
(78%,79%,73%)

RGB channels and saturation

R 198 of 255 = 78%
G 201 of 255 = 79%
B 187 of 255 = 73%

198
201
187

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

Portions of RGB colors in percentages

R + G + B =
198 + 201 + 187 = 586 (100%)
R 198 of 586 ~ 33.79%
G 201 of 586 ~ 34.3%
B 187 of 586 ~ 31.91%

%33.79
%34.3
%31.91

CMYK color model

#C6C9BB color CMYK value is (1,0,7,21).

  • cyan value is 1.49%
  • magenta value is 0.00%
  • yellow value is 6.97%
  • key color value is 21.18%
CMYK:
(1,0,7,21)
C1M0Y7K21 
(1%,0%,7%,21%)
(0.01/0.00/0.07/0.21)	

CMYK percentages

%1.49
%0
%6.97
%21.18

Codes

Color #C6C9BB in popluar color models

C6C9BB
RGB198201187
HSL73°11.48%76.08%
HSB/HSV73°6.97%78.82%
CMYK1.49%0.00%6.97%
21.18%

Color #C6C9BB in popluar number systems.

HEXC6C9BB
Decimal198201187
Binary110001101100100110111011
Octal306311273

Shades and tints

Shades of #C6C9BB

#C6C9BB
(198,201,187)
#B4B7AA
(180,183,170)
#A2A599
(162,165,153)
#909388
(144,147,136)
#7E8177
(126,129,119)
#6C6F66
(108,111,102)
#5A5D55
(90,93,85)
#484B44
(72,75,68)
#363933
(54,57,51)
#242722
(36,39,34)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #C6C9BB

#C6C9BB
(198,201,187)
#CBCDC1
(203,205,193)
#D0D1C7
(208,209,199)
#D5D5CD
(213,213,205)
#DAD9D3
(218,217,211)
#DFDDD9
(223,221,217)
#E4E1DF
(228,225,223)
#E9E5E5
(233,229,229)
#EEE9EB
(238,233,235)
#F3EDF1
(243,237,241)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C9BB; }

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

This text font color is #C6C9BB.


Background Color

.myBgColor { background-color: #C6C9BB; }

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

This div background color is #C6C9BB.


Border color

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

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

This div border color is #C6C9BB.


Opacity

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

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

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

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

This text has shadow with #C6C9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C9BB on black background.


Color preview on white background

This text has color #C6C9BB on white background.



Black color preview on #C6C9BB background

This text has black color on #C6C9BB background.


White color preview on #C6C9BB background

This text has white color on #C6C9BB background.