COLOR #C5C6CB

HEX: #C5C6CB RGB: (197,198,203)

Color info

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

RGB color model

#C5C6CB color RGB value is (197,198,203).

RGB: (197,198,203) (77%, 78%, 80%)

RGB channels and saturation

R 197 of 255 = 77%
G 198 of 255 = 78%
B 203 of 255 = 80%

197
198
203

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

Portions of RGB colors in percentages

R + G + B = 197 + 198 + 203 = 598 (100%)
R 197 of 598 ~ 32.94%
G 198 of 598 ~ 33.11%
B 203 of 598 ~ 33.95'%

%32.94
%33.11
%33.95

CMYK color model

#C5C6CB color CMYK value is (3,2,0,20).

  • cyan value is 2.96%
  • magenta value is 2.46%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (3,2,0,20)
C3M2Y0K20 (3%, 2%, 0%, 20%)
(0.03 / 0.02 / 0.00 / 0.20)

CMYK percentages

%2.96
%2.46
%0
%20.39

Codes

Color #C5C6CB in popluar color models

C5 C6 CB
RGB 197 198 203
HSL 230° 5.45% 78.43%
HSB/HSV 230° 2.96% 79.61%
CMYK 2.96% 2.46% 0.00%
20.39%

Color #C5C6CB in popluar number systems.

HEX C5 C6 CB
Decimal 197 198 203
Binary 11000101 11000110 11001011
Octal 305 306 313

Shades and tints

Shades of #C5C6CB

#C5C6CB
(197,198,203)
#B4B4B9
(180,180,185)
#A3A2A7
(163,162,167)
#929095
(146,144,149)
#817E83
(129,126,131)
#706C71
(112,108,113)
#5F5A5F
(95,90,95)
#4E484D
(78,72,77)
#3D363B
(61,54,59)
#2C2429
(44,36,41)
#1B1217
(27,18,23)
#000000
(0,0,0)

Tints of #C5C6CB

#C5C6CB
(197,198,203)
#CACBCF
(202,203,207)
#CFD0D3
(207,208,211)
#D4D5D7
(212,213,215)
#D9DADB
(217,218,219)
#DEDFDF
(222,223,223)
#E3E4E3
(227,228,227)
#E8E9E7
(232,233,231)
#EDEEEB
(237,238,235)
#F2F3EF
(242,243,239)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C6CB color. Also use rgb(197,198,203) instead hex code.

Text Font Color

.myTextColor { color: #C5C6CB; }

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

This text font color is #C5C6CB.

Background Color

.myBgColor { background-color: #C5C6CB; }

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

This div background color is #C5C6CB.

Border color

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

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

This div border color is #C5C6CB.

Opacity

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

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

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

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

This text has shadow with #C5C6CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5C6CB.

Preview

Color preview on black background

This text has color #C5C6CB on black background.


Color preview on white background

This text has color #C5C6CB on white background.


Black color preview on #C5C6CB background

This text has black color on #C5C6CB background.


White color preview on #C5C6CB background

This text has white color on #C5C6CB background.


Related colors

Complementary color

Complementary color for #hex is #3A3934.


I love getcolorcode.com

Triadic colors

1 #CBC5C6 and #C6CBC5 with #C5C6CB are triadic colors.

2 #CBC6C5 and #C6C5CB with #C5C6CB are triadic colors.