COLOR #C6CDCD

HEX: #C6CDCD
RGB: (198,205,205)

Color info

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

RGB color model

#C6CDCD color RGB value is (198,205,205).

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

RGB channels and saturation

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

198
205
205

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

Portions of RGB colors in percentages

R + G + B =
198 + 205 + 205 = 608 (100%)
R 198 of 608 ~ 32.57%
G 205 of 608 ~ 33.72%
B 205 of 608 ~ 33.72%

%32.57
%33.72
%33.72

CMYK color model

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

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(3,0,0,20)
C3M0Y0K20 
(3%,0%,0%,20%)
(0.03/0.00/0.00/0.20)	

CMYK percentages

%3.41
%0
%0
%19.61

Codes

Color #C6CDCD in popluar color models

C6CDCD
RGB198205205
HSL180°6.54%79.02%
HSB/HSV180°3.41%80.39%
CMYK3.41%0.00%0.00%
19.61%

Color #C6CDCD in popluar number systems.

HEXC6CDCD
Decimal198205205
Binary110001101100110111001101
Octal306315315

Shades and tints

Shades of #C6CDCD

#C6CDCD
(198,205,205)
#B4BBBB
(180,187,187)
#A2A9A9
(162,169,169)
#909797
(144,151,151)
#7E8585
(126,133,133)
#6C7373
(108,115,115)
#5A6161
(90,97,97)
#484F4F
(72,79,79)
#363D3D
(54,61,61)
#242B2B
(36,43,43)
#121919
(18,25,25)
#000000
(0,0,0)

Tints of #C6CDCD

#C6CDCD
(198,205,205)
#CBD1D1
(203,209,209)
#D0D5D5
(208,213,213)
#D5D9D9
(213,217,217)
#DADDDD
(218,221,221)
#DFE1E1
(223,225,225)
#E4E5E5
(228,229,229)
#E9E9E9
(233,233,233)
#EEEDED
(238,237,237)
#F3F1F1
(243,241,241)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CDCD; }

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

This text font color is #C6CDCD.


Background Color

.myBgColor { background-color: #C6CDCD; }

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

This div background color is #C6CDCD.


Border color

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

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

This div border color is #C6CDCD.


Opacity

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

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

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

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

This text has shadow with #C6CDCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CDCD on black background.


Color preview on white background

This text has color #C6CDCD on white background.



Black color preview on #C6CDCD background

This text has black color on #C6CDCD background.


White color preview on #C6CDCD background

This text has white color on #C6CDCD background.