COLOR #C0C6CB

HEX: #C0C6CB RGB: (192,198,203)

Color info

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

RGB color model

#C0C6CB color RGB value is (192,198,203).

RGB: (192,198,203) (75%, 78%, 80%)

RGB channels and saturation

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

192
198
203

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

Portions of RGB colors in percentages

R + G + B = 192 + 198 + 203 = 593 (100%)
R 192 of 593 ~ 32.38%
G 198 of 593 ~ 33.39%
B 203 of 593 ~ 34.23'%

%32.38
%33.39
%34.23

CMYK color model

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

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

CMYK: (5,2,0,20)
C5M2Y0K20 (5%, 2%, 0%, 20%)
(0.05 / 0.02 / 0.00 / 0.20)

CMYK percentages

%5.42
%2.46
%0
%20.39

Codes

Color #C0C6CB in popluar color models

C0 C6 CB
RGB 192 198 203
HSL 207° 9.57% 77.45%
HSB/HSV 207° 5.42% 79.61%
CMYK 5.42% 2.46% 0.00%
20.39%

Color #C0C6CB in popluar number systems.

HEX C0 C6 CB
Decimal 192 198 203
Binary 11000000 11000110 11001011
Octal 300 306 313

Shades and tints

Shades of #C0C6CB

#C0C6CB
(192,198,203)
#AFB4B9
(175,180,185)
#9EA2A7
(158,162,167)
#8D9095
(141,144,149)
#7C7E83
(124,126,131)
#6B6C71
(107,108,113)
#5A5A5F
(90,90,95)
#49484D
(73,72,77)
#38363B
(56,54,59)
#272429
(39,36,41)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #C0C6CB

#C0C6CB
(192,198,203)
#C5CBCF
(197,203,207)
#CAD0D3
(202,208,211)
#CFD5D7
(207,213,215)
#D4DADB
(212,218,219)
#D9DFDF
(217,223,223)
#DEE4E3
(222,228,227)
#E3E9E7
(227,233,231)
#E8EEEB
(232,238,235)
#EDF3EF
(237,243,239)
#F2F8F3
(242,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C6CB; }

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

This text font color is #C0C6CB.

Background Color

.myBgColor { background-color: #C0C6CB; }

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

This div background color is #C0C6CB.

Border color

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

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

This div border color is #C0C6CB.

Opacity

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

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

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

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

This text has shadow with #C0C6CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0C6CB.

Preview

Color preview on black background

This text has color #C0C6CB on black background.


Color preview on white background

This text has color #C0C6CB on white background.


Black color preview on #C0C6CB background

This text has black color on #C0C6CB background.


White color preview on #C0C6CB background

This text has white color on #C0C6CB background.


Related colors

Complementary color

Complementary color for #hex is #3F3934.


I love getcolorcode.com

Triadic colors

1 #CBC0C6 and #C6CBC0 with #C0C6CB are triadic colors.

2 #CBC6C0 and #C6C0CB with #C0C6CB are triadic colors.