COLOR #C6C6BB

HEX: #C6C6BB
RGB: (198,198,187)

Color info

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

RGB color model

#C6C6BB color RGB value is (198,198,187).

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

RGB channels and saturation

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

198
198
187

R + G + B ~ 76%. #C6C6BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 198 + 187 = 583 (100%)
R 198 of 583 ~ 33.96%
G 198 of 583 ~ 33.96%
B 187 of 583 ~ 32.08%

%33.96
%33.96
%32.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 22.35%
CMYK:
(0,0,6,22)
C0M0Y6K22 
(0%,0%,6%,22%)
(0.00/0.00/0.06/0.22)	

CMYK percentages

%0
%0
%5.56
%22.35

Codes

Color #C6C6BB in popluar color models

C6C6BB
RGB198198187
HSL60°8.80%75.49%
HSB/HSV60°5.56%77.65%
CMYK0.00%0.00%5.56%
22.35%

Color #C6C6BB in popluar number systems.

HEXC6C6BB
Decimal198198187
Binary110001101100011010111011
Octal306306273

Shades and tints

Shades of #C6C6BB

#C6C6BB
(198,198,187)
#B4B4AA
(180,180,170)
#A2A299
(162,162,153)
#909088
(144,144,136)
#7E7E77
(126,126,119)
#6C6C66
(108,108,102)
#5A5A55
(90,90,85)
#484844
(72,72,68)
#363633
(54,54,51)
#242422
(36,36,34)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #C6C6BB

#C6C6BB
(198,198,187)
#CBCBC1
(203,203,193)
#D0D0C7
(208,208,199)
#D5D5CD
(213,213,205)
#DADAD3
(218,218,211)
#DFDFD9
(223,223,217)
#E4E4DF
(228,228,223)
#E9E9E5
(233,233,229)
#EEEEEB
(238,238,235)
#F3F3F1
(243,243,241)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C6BB; }

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

This text font color is #C6C6BB.


Background Color

.myBgColor { background-color: #C6C6BB; }

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

This div background color is #C6C6BB.


Border color

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

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

This div border color is #C6C6BB.


Opacity

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

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

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

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

This text has shadow with #C6C6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C6BB on black background.


Color preview on white background

This text has color #C6C6BB on white background.



Black color preview on #C6C6BB background

This text has black color on #C6C6BB background.


White color preview on #C6C6BB background

This text has white color on #C6C6BB background.