COLOR #C6C1BD

HEX: #C6C1BD
RGB: (198,193,189)

Color info

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

RGB color model

#C6C1BD color RGB value is (198,193,189).

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

RGB channels and saturation

R 198 of 255 = 78%
G 193 of 255 = 76%
B 189 of 255 = 74%

198
193
189

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

Portions of RGB colors in percentages

R + G + B =
198 + 193 + 189 = 580 (100%)
R 198 of 580 ~ 34.14%
G 193 of 580 ~ 33.28%
B 189 of 580 ~ 32.59%

%34.14
%33.28
%32.59

CMYK color model

#C6C1BD color CMYK value is (0,3,5,22).

  • cyan value is 0.00%
  • magenta value is 2.53%
  • yellow value is 4.55%
  • key color value is 22.35%
CMYK:
(0,3,5,22)
C0M3Y5K22 
(0%,3%,5%,22%)
(0.00/0.03/0.05/0.22)	

CMYK percentages

%0
%2.53
%4.55
%22.35

Codes

Color #C6C1BD in popluar color models

C6C1BD
RGB198193189
HSL27°7.32%75.88%
HSB/HSV27°4.55%77.65%
CMYK0.00%2.53%4.55%
22.35%

Color #C6C1BD in popluar number systems.

HEXC6C1BD
Decimal198193189
Binary110001101100000110111101
Octal306301275

Shades and tints

Shades of #C6C1BD

#C6C1BD
(198,193,189)
#B4B0AC
(180,176,172)
#A29F9B
(162,159,155)
#908E8A
(144,142,138)
#7E7D79
(126,125,121)
#6C6C68
(108,108,104)
#5A5B57
(90,91,87)
#484A46
(72,74,70)
#363935
(54,57,53)
#242824
(36,40,36)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #C6C1BD

#C6C1BD
(198,193,189)
#CBC6C3
(203,198,195)
#D0CBC9
(208,203,201)
#D5D0CF
(213,208,207)
#DAD5D5
(218,213,213)
#DFDADB
(223,218,219)
#E4DFE1
(228,223,225)
#E9E4E7
(233,228,231)
#EEE9ED
(238,233,237)
#F3EEF3
(243,238,243)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C1BD; }

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

This text font color is #C6C1BD.


Background Color

.myBgColor { background-color: #C6C1BD; }

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

This div background color is #C6C1BD.


Border color

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

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

This div border color is #C6C1BD.


Opacity

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

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

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

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

This text has shadow with #C6C1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C1BD on black background.


Color preview on white background

This text has color #C6C1BD on white background.



Black color preview on #C6C1BD background

This text has black color on #C6C1BD background.


White color preview on #C6C1BD background

This text has white color on #C6C1BD background.