COLOR #C6C0B8

HEX: #C6C0B8
RGB: (198,192,184)

Color info

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

RGB color model

#C6C0B8 color RGB value is (198,192,184).

  • red value is 198;
  • green value is 192;
  • blue value is 184.
RGB:
(198,192,184)
(78%,75%,72%)

RGB channels and saturation

R 198 of 255 = 78%
G 192 of 255 = 75%
B 184 of 255 = 72%

198
192
184

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

Portions of RGB colors in percentages

R + G + B =
198 + 192 + 184 = 574 (100%)
R 198 of 574 ~ 34.49%
G 192 of 574 ~ 33.45%
B 184 of 574 ~ 32.06%

%34.49
%33.45
%32.06

CMYK color model

#C6C0B8 color CMYK value is (0,3,7,22).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 7.07%
  • key color value is 22.35%
CMYK:
(0,3,7,22)
C0M3Y7K22 
(0%,3%,7%,22%)
(0.00/0.03/0.07/0.22)	

CMYK percentages

%0
%3.03
%7.07
%22.35

Codes

Color #C6C0B8 in popluar color models

C6C0B8
RGB198192184
HSL34°10.94%74.90%
HSB/HSV34°7.07%77.65%
CMYK0.00%3.03%7.07%
22.35%

Color #C6C0B8 in popluar number systems.

HEXC6C0B8
Decimal198192184
Binary110001101100000010111000
Octal306300270

Shades and tints

Shades of #C6C0B8

#C6C0B8
(198,192,184)
#B4AFA8
(180,175,168)
#A29E98
(162,158,152)
#908D88
(144,141,136)
#7E7C78
(126,124,120)
#6C6B68
(108,107,104)
#5A5A58
(90,90,88)
#484948
(72,73,72)
#363838
(54,56,56)
#242728
(36,39,40)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #C6C0B8

#C6C0B8
(198,192,184)
#CBC5BE
(203,197,190)
#D0CAC4
(208,202,196)
#D5CFCA
(213,207,202)
#DAD4D0
(218,212,208)
#DFD9D6
(223,217,214)
#E4DEDC
(228,222,220)
#E9E3E2
(233,227,226)
#EEE8E8
(238,232,232)
#F3EDEE
(243,237,238)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C0B8; }

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

This text font color is #C6C0B8.


Background Color

.myBgColor { background-color: #C6C0B8; }

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

This div background color is #C6C0B8.


Border color

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

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

This div border color is #C6C0B8.


Opacity

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

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

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

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

This text has shadow with #C6C0B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C0B8 on black background.


Color preview on white background

This text has color #C6C0B8 on white background.



Black color preview on #C6C0B8 background

This text has black color on #C6C0B8 background.


White color preview on #C6C0B8 background

This text has white color on #C6C0B8 background.