COLOR #C7C9BA

HEX: #C7C9BA
RGB: (199,201,186)

Color info

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

RGB color model

#C7C9BA color RGB value is (199,201,186).

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

RGB channels and saturation

R 199 of 255 = 78%
G 201 of 255 = 79%
B 186 of 255 = 73%

199
201
186

R + G + B ~ 77%. #C7C9BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 201 + 186 = 586 (100%)
R 199 of 586 ~ 33.96%
G 201 of 586 ~ 34.3%
B 186 of 586 ~ 31.74%

%33.96
%34.3
%31.74

CMYK color model

#C7C9BA color CMYK value is (1,0,7,21).

  • cyan value is 1.00%
  • magenta value is 0.00%
  • yellow value is 7.46%
  • key color value is 21.18%
CMYK:
(1,0,7,21)
C1M0Y7K21 
(1%,0%,7%,21%)
(0.01/0.00/0.07/0.21)	

CMYK percentages

%1
%0
%7.46
%21.18

Codes

Color #C7C9BA in popluar color models

C7C9BA
RGB199201186
HSL68°12.20%75.88%
HSB/HSV68°7.46%78.82%
CMYK1.00%0.00%7.46%
21.18%

Color #C7C9BA in popluar number systems.

HEXC7C9BA
Decimal199201186
Binary110001111100100110111010
Octal307311272

Shades and tints

Shades of #C7C9BA

#C7C9BA
(199,201,186)
#B5B7AA
(181,183,170)
#A3A59A
(163,165,154)
#91938A
(145,147,138)
#7F817A
(127,129,122)
#6D6F6A
(109,111,106)
#5B5D5A
(91,93,90)
#494B4A
(73,75,74)
#37393A
(55,57,58)
#25272A
(37,39,42)
#13151A
(19,21,26)
#000000
(0,0,0)

Tints of #C7C9BA

#C7C9BA
(199,201,186)
#CCCDC0
(204,205,192)
#D1D1C6
(209,209,198)
#D6D5CC
(214,213,204)
#DBD9D2
(219,217,210)
#E0DDD8
(224,221,216)
#E5E1DE
(229,225,222)
#EAE5E4
(234,229,228)
#EFE9EA
(239,233,234)
#F4EDF0
(244,237,240)
#F9F1F6
(249,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C9BA; }

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

This text font color is #C7C9BA.


Background Color

.myBgColor { background-color: #C7C9BA; }

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

This div background color is #C7C9BA.


Border color

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

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

This div border color is #C7C9BA.


Opacity

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

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

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

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

This text has shadow with #C7C9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C9BA on black background.


Color preview on white background

This text has color #C7C9BA on white background.



Black color preview on #C7C9BA background

This text has black color on #C7C9BA background.


White color preview on #C7C9BA background

This text has white color on #C7C9BA background.