COLOR #C6C2B2

HEX: #C6C2B2 RGB: (198,194,178)

Color info

#C6C2B2 contains red, green and blue colors in about the same proportion. Web safe color of #C6C2B2 is #CCCC99 (or #CC9).

RGB color model

#C6C2B2 color RGB value is (198,194,178).

RGB: (198,194,178) (78%, 76%, 70%)

RGB channels and saturation

R 198 of 255 = 78%
G 194 of 255 = 76%
B 178 of 255 = 70%

198
194
178

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

Portions of RGB colors in percentages

R + G + B = 198 + 194 + 178 = 570 (100%)
R 198 of 570 ~ 34.74%
G 194 of 570 ~ 34.04%
B 178 of 570 ~ 31.23'%

%34.74
%34.04
%31.23

CMYK color model

#C6C2B2 color CMYK value is (0,2,10,22).

  • cyan value is 0.00%
  • magenta value is 2.02%
  • yellow value is 10.10%
  • key color value is 22.35%

CMYK: (0,2,10,22)
C0M2Y10K22 (0%, 2%, 10%, 22%)
(0.00 / 0.02 / 0.10 / 0.22)

CMYK percentages

%0
%2.02
%10.1
%22.35

Codes

Color #C6C2B2 in popluar color models

C6 C2 B2
RGB 198 194 178
HSL 48° 14.93% 73.73%
HSB/HSV 48° 10.10% 77.65%
CMYK 0.00% 2.02% 10.10%
22.35%

Color #C6C2B2 in popluar number systems.

HEX C6 C2 B2
Decimal 198 194 178
Binary 11000110 11000010 10110010
Octal 306 302 262

Shades and tints

Shades of #C6C2B2

#C6C2B2
(198,194,178)
#B4B1A2
(180,177,162)
#A2A092
(162,160,146)
#908F82
(144,143,130)
#7E7E72
(126,126,114)
#6C6D62
(108,109,98)
#5A5C52
(90,92,82)
#484B42
(72,75,66)
#363A32
(54,58,50)
#242922
(36,41,34)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #C6C2B2

#C6C2B2
(198,194,178)
#CBC7B9
(203,199,185)
#D0CCC0
(208,204,192)
#D5D1C7
(213,209,199)
#DAD6CE
(218,214,206)
#DFDBD5
(223,219,213)
#E4E0DC
(228,224,220)
#E9E5E3
(233,229,227)
#EEEAEA
(238,234,234)
#F3EFF1
(243,239,241)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C2B2; }

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

This text font color is #C6C2B2.

Background Color

.myBgColor { background-color: #C6C2B2; }

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

This div background color is #C6C2B2.

Border color

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

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

This div border color is #C6C2B2.

Opacity

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

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

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

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

This text has shadow with #C6C2B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C2B2.

Preview

Color preview on black background

This text has color #C6C2B2 on black background.


Color preview on white background

This text has color #C6C2B2 on white background.


Black color preview on #C6C2B2 background

This text has black color on #C6C2B2 background.


White color preview on #C6C2B2 background

This text has white color on #C6C2B2 background.


Related colors

Complementary color

Complementary color for #hex is #393D4D.


I love getcolorcode.com

Triadic colors

1 #B2C6C2 and #C2B2C6 with #C6C2B2 are triadic colors.

2 #B2C2C6 and #C2C6B2 with #C6C2B2 are triadic colors.