COLOR #C5C1CD

HEX: #C5C1CD
RGB: (197,193,205)

Color info

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

RGB color model

#C5C1CD color RGB value is (197,193,205).

  • red value is 197;
  • green value is 193;
  • blue value is 205.
RGB:
(197,193,205)
(77%,76%,80%)

RGB channels and saturation

R 197 of 255 = 77%
G 193 of 255 = 76%
B 205 of 255 = 80%

197
193
205

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

Portions of RGB colors in percentages

R + G + B =
197 + 193 + 205 = 595 (100%)
R 197 of 595 ~ 33.11%
G 193 of 595 ~ 32.44%
B 205 of 595 ~ 34.45%

%33.11
%32.44
%34.45

CMYK color model

#C5C1CD color CMYK value is (4,6,0,20).

  • cyan value is 3.90%
  • magenta value is 5.85%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(4,6,0,20)
C4M6Y0K20 
(4%,6%,0%,20%)
(0.04/0.06/0.00/0.20)	

CMYK percentages

%3.9
%5.85
%0
%19.61

Codes

Color #C5C1CD in popluar color models

C5C1CD
RGB197193205
HSL260°10.71%78.04%
HSB/HSV260°5.85%80.39%
CMYK3.90%5.85%0.00%
19.61%

Color #C5C1CD in popluar number systems.

HEXC5C1CD
Decimal197193205
Binary110001011100000111001101
Octal305301315

Shades and tints

Shades of #C5C1CD

#C5C1CD
(197,193,205)
#B4B0BB
(180,176,187)
#A39FA9
(163,159,169)
#928E97
(146,142,151)
#817D85
(129,125,133)
#706C73
(112,108,115)
#5F5B61
(95,91,97)
#4E4A4F
(78,74,79)
#3D393D
(61,57,61)
#2C282B
(44,40,43)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #C5C1CD

#C5C1CD
(197,193,205)
#CAC6D1
(202,198,209)
#CFCBD5
(207,203,213)
#D4D0D9
(212,208,217)
#D9D5DD
(217,213,221)
#DEDAE1
(222,218,225)
#E3DFE5
(227,223,229)
#E8E4E9
(232,228,233)
#EDE9ED
(237,233,237)
#F2EEF1
(242,238,241)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C1CD color. Also use rgb(197,193,205) instead hex code.

Text Font Color

.myTextColor { color: #C5C1CD; }

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

This text font color is #C5C1CD.


Background Color

.myBgColor { background-color: #C5C1CD; }

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

This div background color is #C5C1CD.


Border color

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

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

This div border color is #C5C1CD.


Opacity

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

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

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

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

This text has shadow with #C5C1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C1CD on black background.


Color preview on white background

This text has color #C5C1CD on white background.



Black color preview on #C5C1CD background

This text has black color on #C5C1CD background.


White color preview on #C5C1CD background

This text has white color on #C5C1CD background.