COLOR #C3CCC6

HEX: #C3CCC6
RGB: (195,204,198)

Color info

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

RGB color model

#C3CCC6 color RGB value is (195,204,198).

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

RGB channels and saturation

R 195 of 255 = 76%
G 204 of 255 = 80%
B 198 of 255 = 78%

195
204
198

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

Portions of RGB colors in percentages

R + G + B =
195 + 204 + 198 = 597 (100%)
R 195 of 597 ~ 32.66%
G 204 of 597 ~ 34.17%
B 198 of 597 ~ 33.17%

%32.66
%34.17
%33.17

CMYK color model

#C3CCC6 color CMYK value is (4,0,3,20).

  • cyan value is 4.41%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 20.00%
CMYK:
(4,0,3,20)
C4M0Y3K20 
(4%,0%,3%,20%)
(0.04/0.00/0.03/0.20)	

CMYK percentages

%4.41
%0
%2.94
%20

Codes

Color #C3CCC6 in popluar color models

C3CCC6
RGB195204198
HSL140°8.11%78.24%
HSB/HSV140°4.41%80.00%
CMYK4.41%0.00%2.94%
20.00%

Color #C3CCC6 in popluar number systems.

HEXC3CCC6
Decimal195204198
Binary110000111100110011000110
Octal303314306

Shades and tints

Shades of #C3CCC6

#C3CCC6
(195,204,198)
#B2BAB4
(178,186,180)
#A1A8A2
(161,168,162)
#909690
(144,150,144)
#7F847E
(127,132,126)
#6E726C
(110,114,108)
#5D605A
(93,96,90)
#4C4E48
(76,78,72)
#3B3C36
(59,60,54)
#2A2A24
(42,42,36)
#191812
(25,24,18)
#000000
(0,0,0)

Tints of #C3CCC6

#C3CCC6
(195,204,198)
#C8D0CB
(200,208,203)
#CDD4D0
(205,212,208)
#D2D8D5
(210,216,213)
#D7DCDA
(215,220,218)
#DCE0DF
(220,224,223)
#E1E4E4
(225,228,228)
#E6E8E9
(230,232,233)
#EBECEE
(235,236,238)
#F0F0F3
(240,240,243)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CCC6; }

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

This text font color is #C3CCC6.


Background Color

.myBgColor { background-color: #C3CCC6; }

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

This div background color is #C3CCC6.


Border color

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

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

This div border color is #C3CCC6.


Opacity

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

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

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

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

This text has shadow with #C3CCC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CCC6 on black background.


Color preview on white background

This text has color #C3CCC6 on white background.



Black color preview on #C3CCC6 background

This text has black color on #C3CCC6 background.


White color preview on #C3CCC6 background

This text has white color on #C3CCC6 background.