COLOR #C6C5CB

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

Color info

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

RGB color model

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

  • red value is 198;
  • green value is 197;
  • blue value is 203.
RGB:
(198,197,203)
(78%,77%,80%)

RGB channels and saturation

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

198
197
203

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

Portions of RGB colors in percentages

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

%33.11
%32.94
%33.95

CMYK color model

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

  • cyan value is 2.46%
  • magenta value is 2.96%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(2,3,0,20)
C2M3Y0K20 
(2%,3%,0%,20%)
(0.02/0.03/0.00/0.20)	

CMYK percentages

%2.46
%2.96
%0
%20.39

Codes

Color #C6C5CB in popluar color models

C6C5CB
RGB198197203
HSL250°5.45%78.43%
HSB/HSV250°2.96%79.61%
CMYK2.46%2.96%0.00%
20.39%

Color #C6C5CB in popluar number systems.

HEXC6C5CB
Decimal198197203
Binary110001101100010111001011
Octal306305313

Shades and tints

Shades of #C6C5CB

#C6C5CB
(198,197,203)
#B4B4B9
(180,180,185)
#A2A3A7
(162,163,167)
#909295
(144,146,149)
#7E8183
(126,129,131)
#6C7071
(108,112,113)
#5A5F5F
(90,95,95)
#484E4D
(72,78,77)
#363D3B
(54,61,59)
#242C29
(36,44,41)
#121B17
(18,27,23)
#000000
(0,0,0)

Tints of #C6C5CB

#C6C5CB
(198,197,203)
#CBCACF
(203,202,207)
#D0CFD3
(208,207,211)
#D5D4D7
(213,212,215)
#DAD9DB
(218,217,219)
#DFDEDF
(223,222,223)
#E4E3E3
(228,227,227)
#E9E8E7
(233,232,231)
#EEEDEB
(238,237,235)
#F3F2EF
(243,242,239)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C5CB; }

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

This text font color is #C6C5CB.


Background Color

.myBgColor { background-color: #C6C5CB; }

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

This div background color is #C6C5CB.


Border color

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

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

This div border color is #C6C5CB.


Opacity

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

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

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

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

This text has shadow with #C6C5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C5CB on black background.


Color preview on white background

This text has color #C6C5CB on white background.



Black color preview on #C6C5CB background

This text has black color on #C6C5CB background.


White color preview on #C6C5CB background

This text has white color on #C6C5CB background.