COLOR #C3BCC1

HEX: #C3BCC1 RGB: (195,188,193)

Color info

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

RGB color model

#C3BCC1 color RGB value is (195,188,193).

RGB: (195,188,193) (76%, 74%, 76%)

RGB channels and saturation

R 195 of 255 = 76%
G 188 of 255 = 74%
B 193 of 255 = 76%

195
188
193

R + G + B ~ 75%. #C3BCC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 188 + 193 = 576 (100%)
R 195 of 576 ~ 33.85%
G 188 of 576 ~ 32.64%
B 193 of 576 ~ 33.51'%

%33.85
%32.64
%33.51

CMYK color model

#C3BCC1 color CMYK value is (0,4,1,24).

  • cyan value is 0.00%
  • magenta value is 3.59%
  • yellow value is 1.03%
  • key color value is 23.53%

CMYK: (0,4,1,24)
C0M4Y1K24 (0%, 4%, 1%, 24%)
(0.00 / 0.04 / 0.01 / 0.24)

CMYK percentages

%0
%3.59
%1.03
%23.53

Codes

Color #C3BCC1 in popluar color models

C3 BC C1
RGB 195 188 193
HSL 317° 5.51% 75.10%
HSB/HSV 317° 3.59% 76.47%
CMYK 0.00% 3.59% 1.03%
23.53%

Color #C3BCC1 in popluar number systems.

HEX C3 BC C1
Decimal 195 188 193
Binary 11000011 10111100 11000001
Octal 303 274 301

Shades and tints

Shades of #C3BCC1

#C3BCC1
(195,188,193)
#B2ABB0
(178,171,176)
#A19A9F
(161,154,159)
#90898E
(144,137,142)
#7F787D
(127,120,125)
#6E676C
(110,103,108)
#5D565B
(93,86,91)
#4C454A
(76,69,74)
#3B3439
(59,52,57)
#2A2328
(42,35,40)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #C3BCC1

#C3BCC1
(195,188,193)
#C8C2C6
(200,194,198)
#CDC8CB
(205,200,203)
#D2CED0
(210,206,208)
#D7D4D5
(215,212,213)
#DCDADA
(220,218,218)
#E1E0DF
(225,224,223)
#E6E6E4
(230,230,228)
#EBECE9
(235,236,233)
#F0F2EE
(240,242,238)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3BCC1; }

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

This text font color is #C3BCC1.

Background Color

.myBgColor { background-color: #C3BCC1; }

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

This div background color is #C3BCC1.

Border color

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

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

This div border color is #C3BCC1.

Opacity

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

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

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

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

This text has shadow with #C3BCC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3BCC1.

Preview

Color preview on black background

This text has color #C3BCC1 on black background.


Color preview on white background

This text has color #C3BCC1 on white background.


Black color preview on #C3BCC1 background

This text has black color on #C3BCC1 background.


White color preview on #C3BCC1 background

This text has white color on #C3BCC1 background.


Related colors

Complementary color

Complementary color for #hex is #3C433E.


I love getcolorcode.com

Triadic colors

1 #C1C3BC and #BCC1C3 with #C3BCC1 are triadic colors.

2 #C1BCC3 and #BCC3C1 with #C3BCC1 are triadic colors.