COLOR #C0C7BE

HEX: #C0C7BE
RGB: (192,199,190)

Color info

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

RGB color model

#C0C7BE color RGB value is (192,199,190).

  • red value is 192;
  • green value is 199;
  • blue value is 190.
RGB:
(192,199,190)
(75%,78%,75%)

RGB channels and saturation

R 192 of 255 = 75%
G 199 of 255 = 78%
B 190 of 255 = 75%

192
199
190

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

Portions of RGB colors in percentages

R + G + B =
192 + 199 + 190 = 581 (100%)
R 192 of 581 ~ 33.05%
G 199 of 581 ~ 34.25%
B 190 of 581 ~ 32.7%

%33.05
%34.25
%32.7

CMYK color model

#C0C7BE color CMYK value is (4,0,5,22).

  • cyan value is 3.52%
  • magenta value is 0.00%
  • yellow value is 4.52%
  • key color value is 21.96%
CMYK:
(4,0,5,22)
C4M0Y5K22 
(4%,0%,5%,22%)
(0.04/0.00/0.05/0.22)	

CMYK percentages

%3.52
%0
%4.52
%21.96

Codes

Color #C0C7BE in popluar color models

C0C7BE
RGB192199190
HSL107°7.44%76.27%
HSB/HSV107°4.52%78.04%
CMYK3.52%0.00%4.52%
21.96%

Color #C0C7BE in popluar number systems.

HEXC0C7BE
Decimal192199190
Binary110000001100011110111110
Octal300307276

Shades and tints

Shades of #C0C7BE

#C0C7BE
(192,199,190)
#AFB5AD
(175,181,173)
#9EA39C
(158,163,156)
#8D918B
(141,145,139)
#7C7F7A
(124,127,122)
#6B6D69
(107,109,105)
#5A5B58
(90,91,88)
#494947
(73,73,71)
#383736
(56,55,54)
#272525
(39,37,37)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #C0C7BE

#C0C7BE
(192,199,190)
#C5CCC3
(197,204,195)
#CAD1C8
(202,209,200)
#CFD6CD
(207,214,205)
#D4DBD2
(212,219,210)
#D9E0D7
(217,224,215)
#DEE5DC
(222,229,220)
#E3EAE1
(227,234,225)
#E8EFE6
(232,239,230)
#EDF4EB
(237,244,235)
#F2F9F0
(242,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0C7BE color. Also use rgb(192,199,190) instead hex code.

Text Font Color

.myTextColor { color: #C0C7BE; }

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

This text font color is #C0C7BE.


Background Color

.myBgColor { background-color: #C0C7BE; }

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

This div background color is #C0C7BE.


Border color

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

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

This div border color is #C0C7BE.


Opacity

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

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

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

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

This text has shadow with #C0C7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C7BE on black background.


Color preview on white background

This text has color #C0C7BE on white background.



Black color preview on #C0C7BE background

This text has black color on #C0C7BE background.


White color preview on #C0C7BE background

This text has white color on #C0C7BE background.