COLOR #C7C0BF

HEX: #C7C0BF
RGB: (199,192,191)

Color info

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

RGB color model

#C7C0BF color RGB value is (199,192,191).

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

RGB channels and saturation

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

199
192
191

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

Portions of RGB colors in percentages

R + G + B =
199 + 192 + 191 = 582 (100%)
R 199 of 582 ~ 34.19%
G 192 of 582 ~ 32.99%
B 191 of 582 ~ 32.82%

%34.19
%32.99
%32.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.52%
  • yellow value is 4.02%
  • key color value is 21.96%
CMYK:
(0,4,4,22)
C0M4Y4K22 
(0%,4%,4%,22%)
(0.00/0.04/0.04/0.22)	

CMYK percentages

%0
%3.52
%4.02
%21.96

Codes

Color #C7C0BF in popluar color models

C7C0BF
RGB199192191
HSL6.67%76.47%
HSB/HSV4.02%78.04%
CMYK0.00%3.52%4.02%
21.96%

Color #C7C0BF in popluar number systems.

HEXC7C0BF
Decimal199192191
Binary110001111100000010111111
Octal307300277

Shades and tints

Shades of #C7C0BF

#C7C0BF
(199,192,191)
#B5AFAE
(181,175,174)
#A39E9D
(163,158,157)
#918D8C
(145,141,140)
#7F7C7B
(127,124,123)
#6D6B6A
(109,107,106)
#5B5A59
(91,90,89)
#494948
(73,73,72)
#373837
(55,56,55)
#252726
(37,39,38)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #C7C0BF

#C7C0BF
(199,192,191)
#CCC5C4
(204,197,196)
#D1CAC9
(209,202,201)
#D6CFCE
(214,207,206)
#DBD4D3
(219,212,211)
#E0D9D8
(224,217,216)
#E5DEDD
(229,222,221)
#EAE3E2
(234,227,226)
#EFE8E7
(239,232,231)
#F4EDEC
(244,237,236)
#F9F2F1
(249,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C0BF; }

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

This text font color is #C7C0BF.


Background Color

.myBgColor { background-color: #C7C0BF; }

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

This div background color is #C7C0BF.


Border color

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

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

This div border color is #C7C0BF.


Opacity

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

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

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

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

This text has shadow with #C7C0BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C0BF on black background.


Color preview on white background

This text has color #C7C0BF on white background.



Black color preview on #C7C0BF background

This text has black color on #C7C0BF background.


White color preview on #C7C0BF background

This text has white color on #C7C0BF background.