COLOR #C3C2B6

HEX: #C3C2B6
RGB: (195,194,182)

Color info

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

RGB color model

#C3C2B6 color RGB value is (195,194,182).

  • red value is 195;
  • green value is 194;
  • blue value is 182.
RGB:
(195,194,182)
(76%,76%,71%)

RGB channels and saturation

R 195 of 255 = 76%
G 194 of 255 = 76%
B 182 of 255 = 71%

195
194
182

R + G + B ~ 74%. #C3C2B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 194 + 182 = 571 (100%)
R 195 of 571 ~ 34.15%
G 194 of 571 ~ 33.98%
B 182 of 571 ~ 31.87%

%34.15
%33.98
%31.87

CMYK color model

#C3C2B6 color CMYK value is (0,1,7,24).

  • cyan value is 0.00%
  • magenta value is 0.51%
  • yellow value is 6.67%
  • key color value is 23.53%
CMYK:
(0,1,7,24)
C0M1Y7K24 
(0%,1%,7%,24%)
(0.00/0.01/0.07/0.24)	

CMYK percentages

%0
%0.51
%6.67
%23.53

Codes

Color #C3C2B6 in popluar color models

C3C2B6
RGB195194182
HSL55°9.77%73.92%
HSB/HSV55°6.67%76.47%
CMYK0.00%0.51%6.67%
23.53%

Color #C3C2B6 in popluar number systems.

HEXC3C2B6
Decimal195194182
Binary110000111100001010110110
Octal303302266

Shades and tints

Shades of #C3C2B6

#C3C2B6
(195,194,182)
#B2B1A6
(178,177,166)
#A1A096
(161,160,150)
#908F86
(144,143,134)
#7F7E76
(127,126,118)
#6E6D66
(110,109,102)
#5D5C56
(93,92,86)
#4C4B46
(76,75,70)
#3B3A36
(59,58,54)
#2A2926
(42,41,38)
#191816
(25,24,22)
#000000
(0,0,0)

Tints of #C3C2B6

#C3C2B6
(195,194,182)
#C8C7BC
(200,199,188)
#CDCCC2
(205,204,194)
#D2D1C8
(210,209,200)
#D7D6CE
(215,214,206)
#DCDBD4
(220,219,212)
#E1E0DA
(225,224,218)
#E6E5E0
(230,229,224)
#EBEAE6
(235,234,230)
#F0EFEC
(240,239,236)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3C2B6 color. Also use rgb(195,194,182) instead hex code.

Text Font Color

.myTextColor { color: #C3C2B6; }

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

This text font color is #C3C2B6.


Background Color

.myBgColor { background-color: #C3C2B6; }

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

This div background color is #C3C2B6.


Border color

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

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

This div border color is #C3C2B6.


Opacity

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

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

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

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

This text has shadow with #C3C2B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C2B6 on black background.


Color preview on white background

This text has color #C3C2B6 on white background.



Black color preview on #C3C2B6 background

This text has black color on #C3C2B6 background.


White color preview on #C3C2B6 background

This text has white color on #C3C2B6 background.