COLOR #C6CBCB

HEX: #C6CBCB
RGB: (198,203,203)

Color info

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

RGB color model

#C6CBCB color RGB value is (198,203,203).

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

RGB channels and saturation

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

198
203
203

R + G + B ~ 79%. #C6CBCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 203 + 203 = 604 (100%)
R 198 of 604 ~ 32.78%
G 203 of 604 ~ 33.61%
B 203 of 604 ~ 33.61%

%32.78
%33.61
%33.61

CMYK color model

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

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

CMYK percentages

%2.46
%0
%0
%20.39

Codes

Color #C6CBCB in popluar color models

C6CBCB
RGB198203203
HSL180°4.59%78.63%
HSB/HSV180°2.46%79.61%
CMYK2.46%0.00%0.00%
20.39%

Color #C6CBCB in popluar number systems.

HEXC6CBCB
Decimal198203203
Binary110001101100101111001011
Octal306313313

Shades and tints

Shades of #C6CBCB

#C6CBCB
(198,203,203)
#B4B9B9
(180,185,185)
#A2A7A7
(162,167,167)
#909595
(144,149,149)
#7E8383
(126,131,131)
#6C7171
(108,113,113)
#5A5F5F
(90,95,95)
#484D4D
(72,77,77)
#363B3B
(54,59,59)
#242929
(36,41,41)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #C6CBCB

#C6CBCB
(198,203,203)
#CBCFCF
(203,207,207)
#D0D3D3
(208,211,211)
#D5D7D7
(213,215,215)
#DADBDB
(218,219,219)
#DFDFDF
(223,223,223)
#E4E3E3
(228,227,227)
#E9E7E7
(233,231,231)
#EEEBEB
(238,235,235)
#F3EFEF
(243,239,239)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CBCB; }

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

This text font color is #C6CBCB.


Background Color

.myBgColor { background-color: #C6CBCB; }

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

This div background color is #C6CBCB.


Border color

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

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

This div border color is #C6CBCB.


Opacity

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

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

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

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

This text has shadow with #C6CBCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CBCB on black background.


Color preview on white background

This text has color #C6CBCB on white background.



Black color preview on #C6CBCB background

This text has black color on #C6CBCB background.


White color preview on #C6CBCB background

This text has white color on #C6CBCB background.