COLOR #C6C7CB

HEX: #C6C7CB RGB: (198,199,203)

Color info

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

RGB color model

#C6C7CB color RGB value is (198,199,203).

RGB: (198,199,203) (78%, 78%, 80%)

RGB channels and saturation

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

198
199
203

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

Portions of RGB colors in percentages

R + G + B = 198 + 199 + 203 = 600 (100%)
R 198 of 600 ~ 33%
G 199 of 600 ~ 33.17%
B 203 of 600 ~ 33.83'%

%33
%33.17
%33.83

CMYK color model

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

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

CMYK: (2,2,0,20)
C2M2Y0K20 (2%, 2%, 0%, 20%)
(0.02 / 0.02 / 0.00 / 0.20)

CMYK percentages

%2.46
%1.97
%0
%20.39

Codes

Color #C6C7CB in popluar color models

C6 C7 CB
RGB 198 199 203
HSL 228° 4.59% 78.63%
HSB/HSV 228° 2.46% 79.61%
CMYK 2.46% 1.97% 0.00%
20.39%

Color #C6C7CB in popluar number systems.

HEX C6 C7 CB
Decimal 198 199 203
Binary 11000110 11000111 11001011
Octal 306 307 313

Shades and tints

Shades of #C6C7CB

#C6C7CB
(198,199,203)
#B4B5B9
(180,181,185)
#A2A3A7
(162,163,167)
#909195
(144,145,149)
#7E7F83
(126,127,131)
#6C6D71
(108,109,113)
#5A5B5F
(90,91,95)
#48494D
(72,73,77)
#36373B
(54,55,59)
#242529
(36,37,41)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #C6C7CB

#C6C7CB
(198,199,203)
#CBCCCF
(203,204,207)
#D0D1D3
(208,209,211)
#D5D6D7
(213,214,215)
#DADBDB
(218,219,219)
#DFE0DF
(223,224,223)
#E4E5E3
(228,229,227)
#E9EAE7
(233,234,231)
#EEEFEB
(238,239,235)
#F3F4EF
(243,244,239)
#F8F9F3
(248,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C7CB; }

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

This text font color is #C6C7CB.

Background Color

.myBgColor { background-color: #C6C7CB; }

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

This div background color is #C6C7CB.

Border color

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

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

This div border color is #C6C7CB.

Opacity

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

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

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

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

This text has shadow with #C6C7CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C7CB.

Preview

Color preview on black background

This text has color #C6C7CB on black background.


Color preview on white background

This text has color #C6C7CB on white background.


Black color preview on #C6C7CB background

This text has black color on #C6C7CB background.


White color preview on #C6C7CB background

This text has white color on #C6C7CB background.


Related colors

Complementary color

Complementary color for #hex is #393834.


I love getcolorcode.com

Triadic colors

1 #CBC6C7 and #C7CBC6 with #C6C7CB are triadic colors.

2 #CBC7C6 and #C7C6CB with #C6C7CB are triadic colors.