COLOR #C6C1BB

HEX: #C6C1BB
RGB: (198,193,187)

Color info

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

RGB color model

#C6C1BB color RGB value is (198,193,187).

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

RGB channels and saturation

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

198
193
187

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

Portions of RGB colors in percentages

R + G + B =
198 + 193 + 187 = 578 (100%)
R 198 of 578 ~ 34.26%
G 193 of 578 ~ 33.39%
B 187 of 578 ~ 32.35%

%34.26
%33.39
%32.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.53%
  • yellow value is 5.56%
  • 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
%2.53
%5.56
%22.35

Codes

Color #C6C1BB in popluar color models

C6C1BB
RGB198193187
HSL33°8.80%75.49%
HSB/HSV33°5.56%77.65%
CMYK0.00%2.53%5.56%
22.35%

Color #C6C1BB in popluar number systems.

HEXC6C1BB
Decimal198193187
Binary110001101100000110111011
Octal306301273

Shades and tints

Shades of #C6C1BB

#C6C1BB
(198,193,187)
#B4B0AA
(180,176,170)
#A29F99
(162,159,153)
#908E88
(144,142,136)
#7E7D77
(126,125,119)
#6C6C66
(108,108,102)
#5A5B55
(90,91,85)
#484A44
(72,74,68)
#363933
(54,57,51)
#242822
(36,40,34)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #C6C1BB

#C6C1BB
(198,193,187)
#CBC6C1
(203,198,193)
#D0CBC7
(208,203,199)
#D5D0CD
(213,208,205)
#DAD5D3
(218,213,211)
#DFDAD9
(223,218,217)
#E4DFDF
(228,223,223)
#E9E4E5
(233,228,229)
#EEE9EB
(238,233,235)
#F3EEF1
(243,238,241)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C1BB; }

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

This text font color is #C6C1BB.


Background Color

.myBgColor { background-color: #C6C1BB; }

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

This div background color is #C6C1BB.


Border color

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

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

This div border color is #C6C1BB.


Opacity

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

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

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

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

This text has shadow with #C6C1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C1BB on black background.


Color preview on white background

This text has color #C6C1BB on white background.



Black color preview on #C6C1BB background

This text has black color on #C6C1BB background.


White color preview on #C6C1BB background

This text has white color on #C6C1BB background.