COLOR #C3B6B6

HEX: #C3B6B6
RGB: (195,182,182)

Color info

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

RGB color model

#C3B6B6 color RGB value is (195,182,182).

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

RGB channels and saturation

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

195
182
182

R + G + B ~ 73%. #C3B6B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 182 + 182 = 559 (100%)
R 195 of 559 ~ 34.88%
G 182 of 559 ~ 32.56%
B 182 of 559 ~ 32.56%

%34.88
%32.56
%32.56

CMYK color model

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

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

CMYK percentages

%0
%6.67
%6.67
%23.53

Codes

Color #C3B6B6 in popluar color models

C3B6B6
RGB195182182
HSL9.77%73.92%
HSB/HSV6.67%76.47%
CMYK0.00%6.67%6.67%
23.53%

Color #C3B6B6 in popluar number systems.

HEXC3B6B6
Decimal195182182
Binary110000111011011010110110
Octal303266266

Shades and tints

Shades of #C3B6B6

#C3B6B6
(195,182,182)
#B2A6A6
(178,166,166)
#A19696
(161,150,150)
#908686
(144,134,134)
#7F7676
(127,118,118)
#6E6666
(110,102,102)
#5D5656
(93,86,86)
#4C4646
(76,70,70)
#3B3636
(59,54,54)
#2A2626
(42,38,38)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #C3B6B6

#C3B6B6
(195,182,182)
#C8BCBC
(200,188,188)
#CDC2C2
(205,194,194)
#D2C8C8
(210,200,200)
#D7CECE
(215,206,206)
#DCD4D4
(220,212,212)
#E1DADA
(225,218,218)
#E6E0E0
(230,224,224)
#EBE6E6
(235,230,230)
#F0ECEC
(240,236,236)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3B6B6; }

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

This text font color is #C3B6B6.


Background Color

.myBgColor { background-color: #C3B6B6; }

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

This div background color is #C3B6B6.


Border color

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

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

This div border color is #C3B6B6.


Opacity

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

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

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

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

This text has shadow with #C3B6B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B6B6 on black background.


Color preview on white background

This text has color #C3B6B6 on white background.



Black color preview on #C3B6B6 background

This text has black color on #C3B6B6 background.


White color preview on #C3B6B6 background

This text has white color on #C3B6B6 background.