COLOR #C6C6B2

HEX: #C6C6B2
RGB: (198,198,178)

Color info

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

RGB color model

#C6C6B2 color RGB value is (198,198,178).

  • red value is 198;
  • green value is 198;
  • blue value is 178.
RGB:
(198,198,178)
(78%,78%,70%)

RGB channels and saturation

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

198
198
178

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

Portions of RGB colors in percentages

R + G + B =
198 + 198 + 178 = 574 (100%)
R 198 of 574 ~ 34.49%
G 198 of 574 ~ 34.49%
B 178 of 574 ~ 31.01%

%34.49
%34.49
%31.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 10.10%
  • key color value is 22.35%
CMYK:
(0,0,10,22)
C0M0Y10K22 
(0%,0%,10%,22%)
(0.00/0.00/0.10/0.22)	

CMYK percentages

%0
%0
%10.1
%22.35

Codes

Color #C6C6B2 in popluar color models

C6C6B2
RGB198198178
HSL60°14.93%73.73%
HSB/HSV60°10.10%77.65%
CMYK0.00%0.00%10.10%
22.35%

Color #C6C6B2 in popluar number systems.

HEXC6C6B2
Decimal198198178
Binary110001101100011010110010
Octal306306262

Shades and tints

Shades of #C6C6B2

#C6C6B2
(198,198,178)
#B4B4A2
(180,180,162)
#A2A292
(162,162,146)
#909082
(144,144,130)
#7E7E72
(126,126,114)
#6C6C62
(108,108,98)
#5A5A52
(90,90,82)
#484842
(72,72,66)
#363632
(54,54,50)
#242422
(36,36,34)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #C6C6B2

#C6C6B2
(198,198,178)
#CBCBB9
(203,203,185)
#D0D0C0
(208,208,192)
#D5D5C7
(213,213,199)
#DADACE
(218,218,206)
#DFDFD5
(223,223,213)
#E4E4DC
(228,228,220)
#E9E9E3
(233,233,227)
#EEEEEA
(238,238,234)
#F3F3F1
(243,243,241)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C6B2; }

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

This text font color is #C6C6B2.


Background Color

.myBgColor { background-color: #C6C6B2; }

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

This div background color is #C6C6B2.


Border color

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

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

This div border color is #C6C6B2.


Opacity

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

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

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

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

This text has shadow with #C6C6B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C6B2 on black background.


Color preview on white background

This text has color #C6C6B2 on white background.



Black color preview on #C6C6B2 background

This text has black color on #C6C6B2 background.


White color preview on #C6C6B2 background

This text has white color on #C6C6B2 background.