COLOR #C6C2BD

HEX: #C6C2BD
RGB: (198,194,189)

Color info

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

RGB color model

#C6C2BD color RGB value is (198,194,189).

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

RGB channels and saturation

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

198
194
189

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

Portions of RGB colors in percentages

R + G + B =
198 + 194 + 189 = 581 (100%)
R 198 of 581 ~ 34.08%
G 194 of 581 ~ 33.39%
B 189 of 581 ~ 32.53%

%34.08
%33.39
%32.53

CMYK color model

#C6C2BD color CMYK value is (0,2,5,22).

  • cyan value is 0.00%
  • magenta value is 2.02%
  • yellow value is 4.55%
  • key color value is 22.35%
CMYK:
(0,2,5,22)
C0M2Y5K22 
(0%,2%,5%,22%)
(0.00/0.02/0.05/0.22)	

CMYK percentages

%0
%2.02
%4.55
%22.35

Codes

Color #C6C2BD in popluar color models

C6C2BD
RGB198194189
HSL33°7.32%75.88%
HSB/HSV33°4.55%77.65%
CMYK0.00%2.02%4.55%
22.35%

Color #C6C2BD in popluar number systems.

HEXC6C2BD
Decimal198194189
Binary110001101100001010111101
Octal306302275

Shades and tints

Shades of #C6C2BD

#C6C2BD
(198,194,189)
#B4B1AC
(180,177,172)
#A2A09B
(162,160,155)
#908F8A
(144,143,138)
#7E7E79
(126,126,121)
#6C6D68
(108,109,104)
#5A5C57
(90,92,87)
#484B46
(72,75,70)
#363A35
(54,58,53)
#242924
(36,41,36)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #C6C2BD

#C6C2BD
(198,194,189)
#CBC7C3
(203,199,195)
#D0CCC9
(208,204,201)
#D5D1CF
(213,209,207)
#DAD6D5
(218,214,213)
#DFDBDB
(223,219,219)
#E4E0E1
(228,224,225)
#E9E5E7
(233,229,231)
#EEEAED
(238,234,237)
#F3EFF3
(243,239,243)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C2BD; }

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

This text font color is #C6C2BD.


Background Color

.myBgColor { background-color: #C6C2BD; }

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

This div background color is #C6C2BD.


Border color

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

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

This div border color is #C6C2BD.


Opacity

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

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

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

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

This text has shadow with #C6C2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C2BD on black background.


Color preview on white background

This text has color #C6C2BD on white background.



Black color preview on #C6C2BD background

This text has black color on #C6C2BD background.


White color preview on #C6C2BD background

This text has white color on #C6C2BD background.