COLOR #C1C6B9

HEX: #C1C6B9
RGB: (193,198,185)

Color info

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

RGB color model

#C1C6B9 color RGB value is (193,198,185).

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

RGB channels and saturation

R 193 of 255 = 76%
G 198 of 255 = 78%
B 185 of 255 = 73%

193
198
185

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

Portions of RGB colors in percentages

R + G + B =
193 + 198 + 185 = 576 (100%)
R 193 of 576 ~ 33.51%
G 198 of 576 ~ 34.38%
B 185 of 576 ~ 32.12%

%33.51
%34.38
%32.12

CMYK color model

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

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

CMYK percentages

%2.53
%0
%6.57
%22.35

Codes

Color #C1C6B9 in popluar color models

C1C6B9
RGB193198185
HSL83°10.24%75.10%
HSB/HSV83°6.57%77.65%
CMYK2.53%0.00%6.57%
22.35%

Color #C1C6B9 in popluar number systems.

HEXC1C6B9
Decimal193198185
Binary110000011100011010111001
Octal301306271

Shades and tints

Shades of #C1C6B9

#C1C6B9
(193,198,185)
#B0B4A9
(176,180,169)
#9FA299
(159,162,153)
#8E9089
(142,144,137)
#7D7E79
(125,126,121)
#6C6C69
(108,108,105)
#5B5A59
(91,90,89)
#4A4849
(74,72,73)
#393639
(57,54,57)
#282429
(40,36,41)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #C1C6B9

#C1C6B9
(193,198,185)
#C6CBBF
(198,203,191)
#CBD0C5
(203,208,197)
#D0D5CB
(208,213,203)
#D5DAD1
(213,218,209)
#DADFD7
(218,223,215)
#DFE4DD
(223,228,221)
#E4E9E3
(228,233,227)
#E9EEE9
(233,238,233)
#EEF3EF
(238,243,239)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1C6B9 color. Also use rgb(193,198,185) instead hex code.

Text Font Color

.myTextColor { color: #C1C6B9; }

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

This text font color is #C1C6B9.


Background Color

.myBgColor { background-color: #C1C6B9; }

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

This div background color is #C1C6B9.


Border color

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

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

This div border color is #C1C6B9.


Opacity

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

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

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

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

This text has shadow with #C1C6B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C6B9 on black background.


Color preview on white background

This text has color #C1C6B9 on white background.



Black color preview on #C1C6B9 background

This text has black color on #C1C6B9 background.


White color preview on #C1C6B9 background

This text has white color on #C1C6B9 background.