COLOR #C5C1CF

HEX: #C5C1CF RGB: (197,193,207)

Color info

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

RGB color model

#C5C1CF color RGB value is (197,193,207).

RGB: (197,193,207) (77%, 76%, 81%)

RGB channels and saturation

R 197 of 255 = 77%
G 193 of 255 = 76%
B 207 of 255 = 81%

197
193
207

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

Portions of RGB colors in percentages

R + G + B = 197 + 193 + 207 = 597 (100%)
R 197 of 597 ~ 33%
G 193 of 597 ~ 32.33%
B 207 of 597 ~ 34.67'%

%33
%32.33
%34.67

CMYK color model

#C5C1CF color CMYK value is (5,7,0,19).

  • cyan value is 4.83%
  • magenta value is 6.76%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (5,7,0,19)
C5M7Y0K19 (5%, 7%, 0%, 19%)
(0.05 / 0.07 / 0.00 / 0.19)

CMYK percentages

%4.83
%6.76
%0
%18.82

Codes

Color #C5C1CF in popluar color models

C5 C1 CF
RGB 197 193 207
HSL 257° 12.73% 78.43%
HSB/HSV 257° 6.76% 81.18%
CMYK 4.83% 6.76% 0.00%
18.82%

Color #C5C1CF in popluar number systems.

HEX C5 C1 CF
Decimal 197 193 207
Binary 11000101 11000001 11001111
Octal 305 301 317

Shades and tints

Shades of #C5C1CF

#C5C1CF
(197,193,207)
#B4B0BD
(180,176,189)
#A39FAB
(163,159,171)
#928E99
(146,142,153)
#817D87
(129,125,135)
#706C75
(112,108,117)
#5F5B63
(95,91,99)
#4E4A51
(78,74,81)
#3D393F
(61,57,63)
#2C282D
(44,40,45)
#1B171B
(27,23,27)
#000000
(0,0,0)

Tints of #C5C1CF

#C5C1CF
(197,193,207)
#CAC6D3
(202,198,211)
#CFCBD7
(207,203,215)
#D4D0DB
(212,208,219)
#D9D5DF
(217,213,223)
#DEDAE3
(222,218,227)
#E3DFE7
(227,223,231)
#E8E4EB
(232,228,235)
#EDE9EF
(237,233,239)
#F2EEF3
(242,238,243)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C1CF; }

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

This text font color is #C5C1CF.

Background Color

.myBgColor { background-color: #C5C1CF; }

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

This div background color is #C5C1CF.

Border color

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

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

This div border color is #C5C1CF.

Opacity

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

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

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

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

This text has shadow with #C5C1CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5C1CF.

Preview

Color preview on black background

This text has color #C5C1CF on black background.


Color preview on white background

This text has color #C5C1CF on white background.


Black color preview on #C5C1CF background

This text has black color on #C5C1CF background.


White color preview on #C5C1CF background

This text has white color on #C5C1CF background.


Related colors

Complementary color

Complementary color for #hex is #3A3E30.


I love getcolorcode.com

Triadic colors

1 #CFC5C1 and #C1CFC5 with #C5C1CF are triadic colors.

2 #CFC1C5 and #C1C5CF with #C5C1CF are triadic colors.