COLOR #C3CFC6

HEX: #C3CFC6 RGB: (195,207,198)

Color info

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

RGB color model

#C3CFC6 color RGB value is (195,207,198).

RGB: (195,207,198) (76%, 81%, 78%)

RGB channels and saturation

R 195 of 255 = 76%
G 207 of 255 = 81%
B 198 of 255 = 78%

195
207
198

R + G + B ~ 78%. #C3CFC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 207 + 198 = 600 (100%)
R 195 of 600 ~ 32.5%
G 207 of 600 ~ 34.5%
B 198 of 600 ~ 33'%

%32.5
%34.5
%33

CMYK color model

#C3CFC6 color CMYK value is (6,0,4,19).

  • cyan value is 5.80%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 18.82%

CMYK: (6,0,4,19)
C6M0Y4K19 (6%, 0%, 4%, 19%)
(0.06 / 0.00 / 0.04 / 0.19)

CMYK percentages

%5.8
%0
%4.35
%18.82

Codes

Color #C3CFC6 in popluar color models

C3 CF C6
RGB 195 207 198
HSL 135° 11.11% 78.82%
HSB/HSV 135° 5.80% 81.18%
CMYK 5.80% 0.00% 4.35%
18.82%

Color #C3CFC6 in popluar number systems.

HEX C3 CF C6
Decimal 195 207 198
Binary 11000011 11001111 11000110
Octal 303 317 306

Shades and tints

Shades of #C3CFC6

#C3CFC6
(195,207,198)
#B2BDB4
(178,189,180)
#A1ABA2
(161,171,162)
#909990
(144,153,144)
#7F877E
(127,135,126)
#6E756C
(110,117,108)
#5D635A
(93,99,90)
#4C5148
(76,81,72)
#3B3F36
(59,63,54)
#2A2D24
(42,45,36)
#191B12
(25,27,18)
#000000
(0,0,0)

Tints of #C3CFC6

#C3CFC6
(195,207,198)
#C8D3CB
(200,211,203)
#CDD7D0
(205,215,208)
#D2DBD5
(210,219,213)
#D7DFDA
(215,223,218)
#DCE3DF
(220,227,223)
#E1E7E4
(225,231,228)
#E6EBE9
(230,235,233)
#EBEFEE
(235,239,238)
#F0F3F3
(240,243,243)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CFC6; }

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

This text font color is #C3CFC6.

Background Color

.myBgColor { background-color: #C3CFC6; }

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

This div background color is #C3CFC6.

Border color

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

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

This div border color is #C3CFC6.

Opacity

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

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

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

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

This text has shadow with #C3CFC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3CFC6.

Preview

Color preview on black background

This text has color #C3CFC6 on black background.


Color preview on white background

This text has color #C3CFC6 on white background.


Black color preview on #C3CFC6 background

This text has black color on #C3CFC6 background.


White color preview on #C3CFC6 background

This text has white color on #C3CFC6 background.


Related colors

Complementary color

Complementary color for #hex is #3C3039.


I love getcolorcode.com

Triadic colors

1 #C6C3CF and #CFC6C3 with #C3CFC6 are triadic colors.

2 #C6CFC3 and #CFC3C6 with #C3CFC6 are triadic colors.