COLOR #C3B5B6

HEX: #C3B5B6
RGB: (195,181,182)

Color info

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

RGB color model

#C3B5B6 color RGB value is (195,181,182).

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

RGB channels and saturation

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

195
181
182

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

Portions of RGB colors in percentages

R + G + B =
195 + 181 + 182 = 558 (100%)
R 195 of 558 ~ 34.95%
G 181 of 558 ~ 32.44%
B 182 of 558 ~ 32.62%

%34.95
%32.44
%32.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.18%
  • 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
%7.18
%6.67
%23.53

Codes

Color #C3B5B6 in popluar color models

C3B5B6
RGB195181182
HSL356°10.45%73.73%
HSB/HSV356°7.18%76.47%
CMYK0.00%7.18%6.67%
23.53%

Color #C3B5B6 in popluar number systems.

HEXC3B5B6
Decimal195181182
Binary110000111011010110110110
Octal303265266

Shades and tints

Shades of #C3B5B6

#C3B5B6
(195,181,182)
#B2A5A6
(178,165,166)
#A19596
(161,149,150)
#908586
(144,133,134)
#7F7576
(127,117,118)
#6E6566
(110,101,102)
#5D5556
(93,85,86)
#4C4546
(76,69,70)
#3B3536
(59,53,54)
#2A2526
(42,37,38)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #C3B5B6

#C3B5B6
(195,181,182)
#C8BBBC
(200,187,188)
#CDC1C2
(205,193,194)
#D2C7C8
(210,199,200)
#D7CDCE
(215,205,206)
#DCD3D4
(220,211,212)
#E1D9DA
(225,217,218)
#E6DFE0
(230,223,224)
#EBE5E6
(235,229,230)
#F0EBEC
(240,235,236)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3B5B6; }

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

This text font color is #C3B5B6.


Background Color

.myBgColor { background-color: #C3B5B6; }

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

This div background color is #C3B5B6.


Border color

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

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

This div border color is #C3B5B6.


Opacity

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

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

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

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

This text has shadow with #C3B5B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B5B6 on black background.


Color preview on white background

This text has color #C3B5B6 on white background.



Black color preview on #C3B5B6 background

This text has black color on #C3B5B6 background.


White color preview on #C3B5B6 background

This text has white color on #C3B5B6 background.