COLOR #C1C7BA

HEX: #C1C7BA
RGB: (193,199,186)

Color info

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

RGB color model

#C1C7BA color RGB value is (193,199,186).

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

RGB channels and saturation

R 193 of 255 = 76%
G 199 of 255 = 78%
B 186 of 255 = 73%

193
199
186

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

Portions of RGB colors in percentages

R + G + B =
193 + 199 + 186 = 578 (100%)
R 193 of 578 ~ 33.39%
G 199 of 578 ~ 34.43%
B 186 of 578 ~ 32.18%

%33.39
%34.43
%32.18

CMYK color model

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

  • cyan value is 3.02%
  • magenta value is 0.00%
  • yellow value is 6.53%
  • key color value is 21.96%
CMYK:
(3,0,7,22)
C3M0Y7K22 
(3%,0%,7%,22%)
(0.03/0.00/0.07/0.22)	

CMYK percentages

%3.02
%0
%6.53
%21.96

Codes

Color #C1C7BA in popluar color models

C1C7BA
RGB193199186
HSL88°10.40%75.49%
HSB/HSV88°6.53%78.04%
CMYK3.02%0.00%6.53%
21.96%

Color #C1C7BA in popluar number systems.

HEXC1C7BA
Decimal193199186
Binary110000011100011110111010
Octal301307272

Shades and tints

Shades of #C1C7BA

#C1C7BA
(193,199,186)
#B0B5AA
(176,181,170)
#9FA39A
(159,163,154)
#8E918A
(142,145,138)
#7D7F7A
(125,127,122)
#6C6D6A
(108,109,106)
#5B5B5A
(91,91,90)
#4A494A
(74,73,74)
#39373A
(57,55,58)
#28252A
(40,37,42)
#17131A
(23,19,26)
#000000
(0,0,0)

Tints of #C1C7BA

#C1C7BA
(193,199,186)
#C6CCC0
(198,204,192)
#CBD1C6
(203,209,198)
#D0D6CC
(208,214,204)
#D5DBD2
(213,219,210)
#DAE0D8
(218,224,216)
#DFE5DE
(223,229,222)
#E4EAE4
(228,234,228)
#E9EFEA
(233,239,234)
#EEF4F0
(238,244,240)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C7BA; }

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

This text font color is #C1C7BA.


Background Color

.myBgColor { background-color: #C1C7BA; }

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

This div background color is #C1C7BA.


Border color

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

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

This div border color is #C1C7BA.


Opacity

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

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

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

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

This text has shadow with #C1C7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C7BA on black background.


Color preview on white background

This text has color #C1C7BA on white background.



Black color preview on #C1C7BA background

This text has black color on #C1C7BA background.


White color preview on #C1C7BA background

This text has white color on #C1C7BA background.