COLOR #C3B6B9

HEX: #C3B6B9
RGB: (195,182,185)

Color info

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

RGB color model

#C3B6B9 color RGB value is (195,182,185).

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

RGB channels and saturation

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

195
182
185

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

Portions of RGB colors in percentages

R + G + B =
195 + 182 + 185 = 562 (100%)
R 195 of 562 ~ 34.7%
G 182 of 562 ~ 32.38%
B 185 of 562 ~ 32.92%

%34.7
%32.38
%32.92

CMYK color model

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

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

CMYK percentages

%0
%6.67
%5.13
%23.53

Codes

Color #C3B6B9 in popluar color models

C3B6B9
RGB195182185
HSL346°9.77%73.92%
HSB/HSV346°6.67%76.47%
CMYK0.00%6.67%5.13%
23.53%

Color #C3B6B9 in popluar number systems.

HEXC3B6B9
Decimal195182185
Binary110000111011011010111001
Octal303266271

Shades and tints

Shades of #C3B6B9

#C3B6B9
(195,182,185)
#B2A6A9
(178,166,169)
#A19699
(161,150,153)
#908689
(144,134,137)
#7F7679
(127,118,121)
#6E6669
(110,102,105)
#5D5659
(93,86,89)
#4C4649
(76,70,73)
#3B3639
(59,54,57)
#2A2629
(42,38,41)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #C3B6B9

#C3B6B9
(195,182,185)
#C8BCBF
(200,188,191)
#CDC2C5
(205,194,197)
#D2C8CB
(210,200,203)
#D7CED1
(215,206,209)
#DCD4D7
(220,212,215)
#E1DADD
(225,218,221)
#E6E0E3
(230,224,227)
#EBE6E9
(235,230,233)
#F0ECEF
(240,236,239)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3B6B9; }

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

This text font color is #C3B6B9.


Background Color

.myBgColor { background-color: #C3B6B9; }

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

This div background color is #C3B6B9.


Border color

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

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

This div border color is #C3B6B9.


Opacity

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

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

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

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

This text has shadow with #C3B6B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B6B9 on black background.


Color preview on white background

This text has color #C3B6B9 on white background.



Black color preview on #C3B6B9 background

This text has black color on #C3B6B9 background.


White color preview on #C3B6B9 background

This text has white color on #C3B6B9 background.