COLOR #C7C8BA

HEX: #C7C8BA
RGB: (199,200,186)

Color info

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

RGB color model

#C7C8BA color RGB value is (199,200,186).

  • red value is 199;
  • green value is 200;
  • blue value is 186.
RGB:
(199,200,186)
(78%,78%,73%)

RGB channels and saturation

R 199 of 255 = 78%
G 200 of 255 = 78%
B 186 of 255 = 73%

199
200
186

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

Portions of RGB colors in percentages

R + G + B =
199 + 200 + 186 = 585 (100%)
R 199 of 585 ~ 34.02%
G 200 of 585 ~ 34.19%
B 186 of 585 ~ 31.79%

%34.02
%34.19
%31.79

CMYK color model

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

  • cyan value is 0.50%
  • magenta value is 0.00%
  • yellow value is 7.00%
  • key color value is 21.57%
CMYK:
(0,0,7,22)
C0M0Y7K22 
(0%,0%,7%,22%)
(0.00/0.00/0.07/0.22)	

CMYK percentages

%0.5
%0
%7
%21.57

Codes

Color #C7C8BA in popluar color models

C7C8BA
RGB199200186
HSL64°11.29%75.69%
HSB/HSV64°7.00%78.43%
CMYK0.50%0.00%7.00%
21.57%

Color #C7C8BA in popluar number systems.

HEXC7C8BA
Decimal199200186
Binary110001111100100010111010
Octal307310272

Shades and tints

Shades of #C7C8BA

#C7C8BA
(199,200,186)
#B5B6AA
(181,182,170)
#A3A49A
(163,164,154)
#91928A
(145,146,138)
#7F807A
(127,128,122)
#6D6E6A
(109,110,106)
#5B5C5A
(91,92,90)
#494A4A
(73,74,74)
#37383A
(55,56,58)
#25262A
(37,38,42)
#13141A
(19,20,26)
#000000
(0,0,0)

Tints of #C7C8BA

#C7C8BA
(199,200,186)
#CCCDC0
(204,205,192)
#D1D2C6
(209,210,198)
#D6D7CC
(214,215,204)
#DBDCD2
(219,220,210)
#E0E1D8
(224,225,216)
#E5E6DE
(229,230,222)
#EAEBE4
(234,235,228)
#EFF0EA
(239,240,234)
#F4F5F0
(244,245,240)
#F9FAF6
(249,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C8BA color. Also use rgb(199,200,186) instead hex code.

Text Font Color

.myTextColor { color: #C7C8BA; }

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

This text font color is #C7C8BA.


Background Color

.myBgColor { background-color: #C7C8BA; }

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

This div background color is #C7C8BA.


Border color

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

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

This div border color is #C7C8BA.


Opacity

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

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

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

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

This text has shadow with #C7C8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C8BA on black background.


Color preview on white background

This text has color #C7C8BA on white background.



Black color preview on #C7C8BA background

This text has black color on #C7C8BA background.


White color preview on #C7C8BA background

This text has white color on #C7C8BA background.