COLOR #C3BCC6

HEX: #C3BCC6
RGB: (195,188,198)

Color info

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

RGB color model

#C3BCC6 color RGB value is (195,188,198).

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

RGB channels and saturation

R 195 of 255 = 76%
G 188 of 255 = 74%
B 198 of 255 = 78%

195
188
198

R + G + B ~ 76%. #C3BCC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 188 + 198 = 581 (100%)
R 195 of 581 ~ 33.56%
G 188 of 581 ~ 32.36%
B 198 of 581 ~ 34.08%

%33.56
%32.36
%34.08

CMYK color model

#C3BCC6 color CMYK value is (2,5,0,22).

  • cyan value is 1.52%
  • magenta value is 5.05%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(2,5,0,22)
C2M5Y0K22 
(2%,5%,0%,22%)
(0.02/0.05/0.00/0.22)	

CMYK percentages

%1.52
%5.05
%0
%22.35

Codes

Color #C3BCC6 in popluar color models

C3BCC6
RGB195188198
HSL282°8.06%75.69%
HSB/HSV282°5.05%77.65%
CMYK1.52%5.05%0.00%
22.35%

Color #C3BCC6 in popluar number systems.

HEXC3BCC6
Decimal195188198
Binary110000111011110011000110
Octal303274306

Shades and tints

Shades of #C3BCC6

#C3BCC6
(195,188,198)
#B2ABB4
(178,171,180)
#A19AA2
(161,154,162)
#908990
(144,137,144)
#7F787E
(127,120,126)
#6E676C
(110,103,108)
#5D565A
(93,86,90)
#4C4548
(76,69,72)
#3B3436
(59,52,54)
#2A2324
(42,35,36)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #C3BCC6

#C3BCC6
(195,188,198)
#C8C2CB
(200,194,203)
#CDC8D0
(205,200,208)
#D2CED5
(210,206,213)
#D7D4DA
(215,212,218)
#DCDADF
(220,218,223)
#E1E0E4
(225,224,228)
#E6E6E9
(230,230,233)
#EBECEE
(235,236,238)
#F0F2F3
(240,242,243)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3BCC6; }

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

This text font color is #C3BCC6.


Background Color

.myBgColor { background-color: #C3BCC6; }

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

This div background color is #C3BCC6.


Border color

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

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

This div border color is #C3BCC6.


Opacity

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

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

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

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

This text has shadow with #C3BCC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3BCC6 on black background.


Color preview on white background

This text has color #C3BCC6 on white background.



Black color preview on #C3BCC6 background

This text has black color on #C3BCC6 background.


White color preview on #C3BCC6 background

This text has white color on #C3BCC6 background.