COLOR #C6C3B6

HEX: #C6C3B6 RGB: (198,195,182)

Color info

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

RGB color model

#C6C3B6 color RGB value is (198,195,182).

RGB: (198,195,182) (78%, 76%, 71%)

RGB channels and saturation

R 198 of 255 = 78%
G 195 of 255 = 76%
B 182 of 255 = 71%

198
195
182

R + G + B ~ 75%. #C6C3B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 195 + 182 = 575 (100%)
R 198 of 575 ~ 34.43%
G 195 of 575 ~ 33.91%
B 182 of 575 ~ 31.65'%

%34.43
%33.91
%31.65

CMYK color model

#C6C3B6 color CMYK value is (0,2,8,22).

  • cyan value is 0.00%
  • magenta value is 1.52%
  • yellow value is 8.08%
  • key color value is 22.35%

CMYK: (0,2,8,22)
C0M2Y8K22 (0%, 2%, 8%, 22%)
(0.00 / 0.02 / 0.08 / 0.22)

CMYK percentages

%0
%1.52
%8.08
%22.35

Codes

Color #C6C3B6 in popluar color models

C6 C3 B6
RGB 198 195 182
HSL 49° 12.31% 74.51%
HSB/HSV 49° 8.08% 77.65%
CMYK 0.00% 1.52% 8.08%
22.35%

Color #C6C3B6 in popluar number systems.

HEX C6 C3 B6
Decimal 198 195 182
Binary 11000110 11000011 10110110
Octal 306 303 266

Shades and tints

Shades of #C6C3B6

#C6C3B6
(198,195,182)
#B4B2A6
(180,178,166)
#A2A196
(162,161,150)
#909086
(144,144,134)
#7E7F76
(126,127,118)
#6C6E66
(108,110,102)
#5A5D56
(90,93,86)
#484C46
(72,76,70)
#363B36
(54,59,54)
#242A26
(36,42,38)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #C6C3B6

#C6C3B6
(198,195,182)
#CBC8BC
(203,200,188)
#D0CDC2
(208,205,194)
#D5D2C8
(213,210,200)
#DAD7CE
(218,215,206)
#DFDCD4
(223,220,212)
#E4E1DA
(228,225,218)
#E9E6E0
(233,230,224)
#EEEBE6
(238,235,230)
#F3F0EC
(243,240,236)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C3B6; }

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

This text font color is #C6C3B6.

Background Color

.myBgColor { background-color: #C6C3B6; }

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

This div background color is #C6C3B6.

Border color

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

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

This div border color is #C6C3B6.

Opacity

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

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

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

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

This text has shadow with #C6C3B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C3B6.

Preview

Color preview on black background

This text has color #C6C3B6 on black background.


Color preview on white background

This text has color #C6C3B6 on white background.


Black color preview on #C6C3B6 background

This text has black color on #C6C3B6 background.


White color preview on #C6C3B6 background

This text has white color on #C6C3B6 background.


Related colors

Complementary color

Complementary color for #hex is #393C49.


I love getcolorcode.com

Triadic colors

1 #B6C6C3 and #C3B6C6 with #C6C3B6 are triadic colors.

2 #B6C3C6 and #C3C6B6 with #C6C3B6 are triadic colors.