COLOR #C6C2B4

HEX: #C6C2B4
RGB: (198,194,180)

Color info

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

RGB color model

#C6C2B4 color RGB value is (198,194,180).

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

RGB channels and saturation

R 198 of 255 = 78%
G 194 of 255 = 76%
B 180 of 255 = 71%

198
194
180

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

Portions of RGB colors in percentages

R + G + B =
198 + 194 + 180 = 572 (100%)
R 198 of 572 ~ 34.62%
G 194 of 572 ~ 33.92%
B 180 of 572 ~ 31.47%

%34.62
%33.92
%31.47

CMYK color model

#C6C2B4 color CMYK value is (0,2,9,22).

  • cyan value is 0.00%
  • magenta value is 2.02%
  • yellow value is 9.09%
  • key color value is 22.35%
CMYK:
(0,2,9,22)
C0M2Y9K22 
(0%,2%,9%,22%)
(0.00/0.02/0.09/0.22)	

CMYK percentages

%0
%2.02
%9.09
%22.35

Codes

Color #C6C2B4 in popluar color models

C6C2B4
RGB198194180
HSL47°13.64%74.12%
HSB/HSV47°9.09%77.65%
CMYK0.00%2.02%9.09%
22.35%

Color #C6C2B4 in popluar number systems.

HEXC6C2B4
Decimal198194180
Binary110001101100001010110100
Octal306302264

Shades and tints

Shades of #C6C2B4

#C6C2B4
(198,194,180)
#B4B1A4
(180,177,164)
#A2A094
(162,160,148)
#908F84
(144,143,132)
#7E7E74
(126,126,116)
#6C6D64
(108,109,100)
#5A5C54
(90,92,84)
#484B44
(72,75,68)
#363A34
(54,58,52)
#242924
(36,41,36)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #C6C2B4

#C6C2B4
(198,194,180)
#CBC7BA
(203,199,186)
#D0CCC0
(208,204,192)
#D5D1C6
(213,209,198)
#DAD6CC
(218,214,204)
#DFDBD2
(223,219,210)
#E4E0D8
(228,224,216)
#E9E5DE
(233,229,222)
#EEEAE4
(238,234,228)
#F3EFEA
(243,239,234)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C2B4; }

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

This text font color is #C6C2B4.


Background Color

.myBgColor { background-color: #C6C2B4; }

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

This div background color is #C6C2B4.


Border color

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

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

This div border color is #C6C2B4.


Opacity

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

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

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

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

This text has shadow with #C6C2B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C2B4 on black background.


Color preview on white background

This text has color #C6C2B4 on white background.



Black color preview on #C6C2B4 background

This text has black color on #C6C2B4 background.


White color preview on #C6C2B4 background

This text has white color on #C6C2B4 background.