COLOR #C3C6BC

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

Color info

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

RGB color model

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

RGB: (195,198,188) (76%, 78%, 74%)

RGB channels and saturation

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

195
198
188

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

Portions of RGB colors in percentages

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

%33.56
%34.08
%32.36

CMYK color model

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

  • cyan value is 1.52%
  • magenta value is 0.00%
  • yellow value is 5.05%
  • key color value is 22.35%

CMYK: (2,0,5,22)
C2M0Y5K22 (2%, 0%, 5%, 22%)
(0.02 / 0.00 / 0.05 / 0.22)

CMYK percentages

%1.52
%0
%5.05
%22.35

Codes

Color #C3C6BC in popluar color models

C3 C6 BC
RGB 195 198 188
HSL 78° 8.06% 75.69%
HSB/HSV 78° 5.05% 77.65%
CMYK 1.52% 0.00% 5.05%
22.35%

Color #C3C6BC in popluar number systems.

HEX C3 C6 BC
Decimal 195 198 188
Binary 11000011 11000110 10111100
Octal 303 306 274

Shades and tints

Shades of #C3C6BC

#C3C6BC
(195,198,188)
#B2B4AB
(178,180,171)
#A1A29A
(161,162,154)
#909089
(144,144,137)
#7F7E78
(127,126,120)
#6E6C67
(110,108,103)
#5D5A56
(93,90,86)
#4C4845
(76,72,69)
#3B3634
(59,54,52)
#2A2423
(42,36,35)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #C3C6BC

#C3C6BC
(195,198,188)
#C8CBC2
(200,203,194)
#CDD0C8
(205,208,200)
#D2D5CE
(210,213,206)
#D7DAD4
(215,218,212)
#DCDFDA
(220,223,218)
#E1E4E0
(225,228,224)
#E6E9E6
(230,233,230)
#EBEEEC
(235,238,236)
#F0F3F2
(240,243,242)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C6BC; }

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

This text font color is #C3C6BC.

Background Color

.myBgColor { background-color: #C3C6BC; }

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

This div background color is #C3C6BC.

Border color

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

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

This div border color is #C3C6BC.

Opacity

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

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

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

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

This text has shadow with #C3C6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3C6BC.

Preview

Color preview on black background

This text has color #C3C6BC on black background.


Color preview on white background

This text has color #C3C6BC on white background.


Black color preview on #C3C6BC background

This text has black color on #C3C6BC background.


White color preview on #C3C6BC background

This text has white color on #C3C6BC background.


Related colors

Complementary color

Complementary color for #hex is #3C3943.


I love getcolorcode.com

Triadic colors

1 #BCC3C6 and #C6BCC3 with #C3C6BC are triadic colors.

2 #BCC6C3 and #C6C3BC with #C3C6BC are triadic colors.