COLOR #C7C6B7

HEX: #C7C6B7
RGB: (199,198,183)

Color info

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

RGB color model

#C7C6B7 color RGB value is (199,198,183).

  • red value is 199;
  • green value is 198;
  • blue value is 183.
RGB:
(199,198,183)
(78%,78%,72%)

RGB channels and saturation

R 199 of 255 = 78%
G 198 of 255 = 78%
B 183 of 255 = 72%

199
198
183

R + G + B ~ 76%. #C7C6B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 198 + 183 = 580 (100%)
R 199 of 580 ~ 34.31%
G 198 of 580 ~ 34.14%
B 183 of 580 ~ 31.55%

%34.31
%34.14
%31.55

CMYK color model

#C7C6B7 color CMYK value is (0,1,8,22).

  • cyan value is 0.00%
  • magenta value is 0.50%
  • yellow value is 8.04%
  • key color value is 21.96%
CMYK:
(0,1,8,22)
C0M1Y8K22 
(0%,1%,8%,22%)
(0.00/0.01/0.08/0.22)	

CMYK percentages

%0
%0.5
%8.04
%21.96

Codes

Color #C7C6B7 in popluar color models

C7C6B7
RGB199198183
HSL56°12.50%74.90%
HSB/HSV56°8.04%78.04%
CMYK0.00%0.50%8.04%
21.96%

Color #C7C6B7 in popluar number systems.

HEXC7C6B7
Decimal199198183
Binary110001111100011010110111
Octal307306267

Shades and tints

Shades of #C7C6B7

#C7C6B7
(199,198,183)
#B5B4A7
(181,180,167)
#A3A297
(163,162,151)
#919087
(145,144,135)
#7F7E77
(127,126,119)
#6D6C67
(109,108,103)
#5B5A57
(91,90,87)
#494847
(73,72,71)
#373637
(55,54,55)
#252427
(37,36,39)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #C7C6B7

#C7C6B7
(199,198,183)
#CCCBBD
(204,203,189)
#D1D0C3
(209,208,195)
#D6D5C9
(214,213,201)
#DBDACF
(219,218,207)
#E0DFD5
(224,223,213)
#E5E4DB
(229,228,219)
#EAE9E1
(234,233,225)
#EFEEE7
(239,238,231)
#F4F3ED
(244,243,237)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C6B7; }

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

This text font color is #C7C6B7.


Background Color

.myBgColor { background-color: #C7C6B7; }

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

This div background color is #C7C6B7.


Border color

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

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

This div border color is #C7C6B7.


Opacity

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

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

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

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

This text has shadow with #C7C6B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C6B7 on black background.


Color preview on white background

This text has color #C7C6B7 on white background.



Black color preview on #C7C6B7 background

This text has black color on #C7C6B7 background.


White color preview on #C7C6B7 background

This text has white color on #C7C6B7 background.