COLOR #C5C1CC

HEX: #C5C1CC
RGB: (197,193,204)

Color info

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

RGB color model

#C5C1CC color RGB value is (197,193,204).

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

RGB channels and saturation

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

197
193
204

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

Portions of RGB colors in percentages

R + G + B =
197 + 193 + 204 = 594 (100%)
R 197 of 594 ~ 33.16%
G 193 of 594 ~ 32.49%
B 204 of 594 ~ 34.34%

%33.16
%32.49
%34.34

CMYK color model

#C5C1CC color CMYK value is (3,5,0,20).

  • cyan value is 3.43%
  • magenta value is 5.39%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(3,5,0,20)
C3M5Y0K20 
(3%,5%,0%,20%)
(0.03/0.05/0.00/0.20)	

CMYK percentages

%3.43
%5.39
%0
%20

Codes

Color #C5C1CC in popluar color models

C5C1CC
RGB197193204
HSL262°9.73%77.84%
HSB/HSV262°5.39%80.00%
CMYK3.43%5.39%0.00%
20.00%

Color #C5C1CC in popluar number systems.

HEXC5C1CC
Decimal197193204
Binary110001011100000111001100
Octal305301314

Shades and tints

Shades of #C5C1CC

#C5C1CC
(197,193,204)
#B4B0BA
(180,176,186)
#A39FA8
(163,159,168)
#928E96
(146,142,150)
#817D84
(129,125,132)
#706C72
(112,108,114)
#5F5B60
(95,91,96)
#4E4A4E
(78,74,78)
#3D393C
(61,57,60)
#2C282A
(44,40,42)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #C5C1CC

#C5C1CC
(197,193,204)
#CAC6D0
(202,198,208)
#CFCBD4
(207,203,212)
#D4D0D8
(212,208,216)
#D9D5DC
(217,213,220)
#DEDAE0
(222,218,224)
#E3DFE4
(227,223,228)
#E8E4E8
(232,228,232)
#EDE9EC
(237,233,236)
#F2EEF0
(242,238,240)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C1CC; }

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

This text font color is #C5C1CC.


Background Color

.myBgColor { background-color: #C5C1CC; }

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

This div background color is #C5C1CC.


Border color

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

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

This div border color is #C5C1CC.


Opacity

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

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

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

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

This text has shadow with #C5C1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C1CC on black background.


Color preview on white background

This text has color #C5C1CC on white background.



Black color preview on #C5C1CC background

This text has black color on #C5C1CC background.


White color preview on #C5C1CC background

This text has white color on #C5C1CC background.