COLOR #C3C8CD

HEX: #C3C8CD
RGB: (195,200,205)

Color info

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

RGB color model

#C3C8CD color RGB value is (195,200,205).

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

RGB channels and saturation

R 195 of 255 = 76%
G 200 of 255 = 78%
B 205 of 255 = 80%

195
200
205

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

Portions of RGB colors in percentages

R + G + B =
195 + 200 + 205 = 600 (100%)
R 195 of 600 ~ 32.5%
G 200 of 600 ~ 33.33%
B 205 of 600 ~ 34.17%

%32.5
%33.33
%34.17

CMYK color model

#C3C8CD color CMYK value is (5,2,0,20).

  • cyan value is 4.88%
  • magenta value is 2.44%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(5,2,0,20)
C5M2Y0K20 
(5%,2%,0%,20%)
(0.05/0.02/0.00/0.20)	

CMYK percentages

%4.88
%2.44
%0
%19.61

Codes

Color #C3C8CD in popluar color models

C3C8CD
RGB195200205
HSL210°9.09%78.43%
HSB/HSV210°4.88%80.39%
CMYK4.88%2.44%0.00%
19.61%

Color #C3C8CD in popluar number systems.

HEXC3C8CD
Decimal195200205
Binary110000111100100011001101
Octal303310315

Shades and tints

Shades of #C3C8CD

#C3C8CD
(195,200,205)
#B2B6BB
(178,182,187)
#A1A4A9
(161,164,169)
#909297
(144,146,151)
#7F8085
(127,128,133)
#6E6E73
(110,110,115)
#5D5C61
(93,92,97)
#4C4A4F
(76,74,79)
#3B383D
(59,56,61)
#2A262B
(42,38,43)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #C3C8CD

#C3C8CD
(195,200,205)
#C8CDD1
(200,205,209)
#CDD2D5
(205,210,213)
#D2D7D9
(210,215,217)
#D7DCDD
(215,220,221)
#DCE1E1
(220,225,225)
#E1E6E5
(225,230,229)
#E6EBE9
(230,235,233)
#EBF0ED
(235,240,237)
#F0F5F1
(240,245,241)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3C8CD color. Also use rgb(195,200,205) instead hex code.

Text Font Color

.myTextColor { color: #C3C8CD; }

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

This text font color is #C3C8CD.


Background Color

.myBgColor { background-color: #C3C8CD; }

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

This div background color is #C3C8CD.


Border color

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

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

This div border color is #C3C8CD.


Opacity

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

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

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

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

This text has shadow with #C3C8CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C8CD on black background.


Color preview on white background

This text has color #C3C8CD on white background.



Black color preview on #C3C8CD background

This text has black color on #C3C8CD background.


White color preview on #C3C8CD background

This text has white color on #C3C8CD background.