COLOR #C3C1B9

HEX: #C3C1B9
RGB: (195,193,185)

Color info

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

RGB color model

#C3C1B9 color RGB value is (195,193,185).

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

RGB channels and saturation

R 195 of 255 = 76%
G 193 of 255 = 76%
B 185 of 255 = 73%

195
193
185

R + G + B ~ 75%. #C3C1B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 193 + 185 = 573 (100%)
R 195 of 573 ~ 34.03%
G 193 of 573 ~ 33.68%
B 185 of 573 ~ 32.29%

%34.03
%33.68
%32.29

CMYK color model

#C3C1B9 color CMYK value is (0,1,5,24).

  • cyan value is 0.00%
  • magenta value is 1.03%
  • yellow value is 5.13%
  • key color value is 23.53%
CMYK:
(0,1,5,24)
C0M1Y5K24 
(0%,1%,5%,24%)
(0.00/0.01/0.05/0.24)	

CMYK percentages

%0
%1.03
%5.13
%23.53

Codes

Color #C3C1B9 in popluar color models

C3C1B9
RGB195193185
HSL48°7.69%74.51%
HSB/HSV48°5.13%76.47%
CMYK0.00%1.03%5.13%
23.53%

Color #C3C1B9 in popluar number systems.

HEXC3C1B9
Decimal195193185
Binary110000111100000110111001
Octal303301271

Shades and tints

Shades of #C3C1B9

#C3C1B9
(195,193,185)
#B2B0A9
(178,176,169)
#A19F99
(161,159,153)
#908E89
(144,142,137)
#7F7D79
(127,125,121)
#6E6C69
(110,108,105)
#5D5B59
(93,91,89)
#4C4A49
(76,74,73)
#3B3939
(59,57,57)
#2A2829
(42,40,41)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #C3C1B9

#C3C1B9
(195,193,185)
#C8C6BF
(200,198,191)
#CDCBC5
(205,203,197)
#D2D0CB
(210,208,203)
#D7D5D1
(215,213,209)
#DCDAD7
(220,218,215)
#E1DFDD
(225,223,221)
#E6E4E3
(230,228,227)
#EBE9E9
(235,233,233)
#F0EEEF
(240,238,239)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C1B9; }

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

This text font color is #C3C1B9.


Background Color

.myBgColor { background-color: #C3C1B9; }

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

This div background color is #C3C1B9.


Border color

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

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

This div border color is #C3C1B9.


Opacity

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

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

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

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

This text has shadow with #C3C1B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C1B9 on black background.


Color preview on white background

This text has color #C3C1B9 on white background.



Black color preview on #C3C1B9 background

This text has black color on #C3C1B9 background.


White color preview on #C3C1B9 background

This text has white color on #C3C1B9 background.