COLOR #C6CBC7

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

198
203
199

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

Portions of RGB colors in percentages

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

%33
%33.83
%33.17

CMYK color model

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

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

CMYK percentages

%2.46
%0
%1.97
%20.39

Codes

Color #C6CBC7 in popluar color models

C6CBC7
RGB198203199
HSL132°4.59%78.63%
HSB/HSV132°2.46%79.61%
CMYK2.46%0.00%1.97%
20.39%

Color #C6CBC7 in popluar number systems.

HEXC6CBC7
Decimal198203199
Binary110001101100101111000111
Octal306313307

Shades and tints

Shades of #C6CBC7

#C6CBC7
(198,203,199)
#B4B9B5
(180,185,181)
#A2A7A3
(162,167,163)
#909591
(144,149,145)
#7E837F
(126,131,127)
#6C716D
(108,113,109)
#5A5F5B
(90,95,91)
#484D49
(72,77,73)
#363B37
(54,59,55)
#242925
(36,41,37)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #C6CBC7

#C6CBC7
(198,203,199)
#CBCFCC
(203,207,204)
#D0D3D1
(208,211,209)
#D5D7D6
(213,215,214)
#DADBDB
(218,219,219)
#DFDFE0
(223,223,224)
#E4E3E5
(228,227,229)
#E9E7EA
(233,231,234)
#EEEBEF
(238,235,239)
#F3EFF4
(243,239,244)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CBC7; }

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

This text font color is #C6CBC7.


Background Color

.myBgColor { background-color: #C6CBC7; }

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

This div background color is #C6CBC7.


Border color

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

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

This div border color is #C6CBC7.


Opacity

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

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

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

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

This text has shadow with #C6CBC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CBC7 on black background.


Color preview on white background

This text has color #C6CBC7 on white background.



Black color preview on #C6CBC7 background

This text has black color on #C6CBC7 background.


White color preview on #C6CBC7 background

This text has white color on #C6CBC7 background.