COLOR #C3BCB6

HEX: #C3BCB6
RGB: (195,188,182)

Color info

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

RGB color model

#C3BCB6 color RGB value is (195,188,182).

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

RGB channels and saturation

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

195
188
182

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

Portions of RGB colors in percentages

R + G + B =
195 + 188 + 182 = 565 (100%)
R 195 of 565 ~ 34.51%
G 188 of 565 ~ 33.27%
B 182 of 565 ~ 32.21%

%34.51
%33.27
%32.21

CMYK color model

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

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

CMYK percentages

%0
%3.59
%6.67
%23.53

Codes

Color #C3BCB6 in popluar color models

C3BCB6
RGB195188182
HSL28°9.77%73.92%
HSB/HSV28°6.67%76.47%
CMYK0.00%3.59%6.67%
23.53%

Color #C3BCB6 in popluar number systems.

HEXC3BCB6
Decimal195188182
Binary110000111011110010110110
Octal303274266

Shades and tints

Shades of #C3BCB6

#C3BCB6
(195,188,182)
#B2ABA6
(178,171,166)
#A19A96
(161,154,150)
#908986
(144,137,134)
#7F7876
(127,120,118)
#6E6766
(110,103,102)
#5D5656
(93,86,86)
#4C4546
(76,69,70)
#3B3436
(59,52,54)
#2A2326
(42,35,38)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #C3BCB6

#C3BCB6
(195,188,182)
#C8C2BC
(200,194,188)
#CDC8C2
(205,200,194)
#D2CEC8
(210,206,200)
#D7D4CE
(215,212,206)
#DCDAD4
(220,218,212)
#E1E0DA
(225,224,218)
#E6E6E0
(230,230,224)
#EBECE6
(235,236,230)
#F0F2EC
(240,242,236)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3BCB6; }

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

This text font color is #C3BCB6.


Background Color

.myBgColor { background-color: #C3BCB6; }

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

This div background color is #C3BCB6.


Border color

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

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

This div border color is #C3BCB6.


Opacity

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

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

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

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

This text has shadow with #C3BCB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3BCB6 on black background.


Color preview on white background

This text has color #C3BCB6 on white background.



Black color preview on #C3BCB6 background

This text has black color on #C3BCB6 background.


White color preview on #C3BCB6 background

This text has white color on #C3BCB6 background.