COLOR #C7C9CB

HEX: #C7C9CB
RGB: (199,201,203)

Color info

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

RGB color model

#C7C9CB color RGB value is (199,201,203).

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

RGB channels and saturation

R 199 of 255 = 78%
G 201 of 255 = 79%
B 203 of 255 = 80%

199
201
203

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

Portions of RGB colors in percentages

R + G + B =
199 + 201 + 203 = 603 (100%)
R 199 of 603 ~ 33%
G 201 of 603 ~ 33.33%
B 203 of 603 ~ 33.67%

%33
%33.33
%33.67

CMYK color model

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

  • cyan value is 1.97%
  • magenta value is 0.99%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(2,1,0,20)
C2M1Y0K20 
(2%,1%,0%,20%)
(0.02/0.01/0.00/0.20)	

CMYK percentages

%1.97
%0.99
%0
%20.39

Codes

Color #C7C9CB in popluar color models

C7C9CB
RGB199201203
HSL210°3.70%78.82%
HSB/HSV210°1.97%79.61%
CMYK1.97%0.99%0.00%
20.39%

Color #C7C9CB in popluar number systems.

HEXC7C9CB
Decimal199201203
Binary110001111100100111001011
Octal307311313

Shades and tints

Shades of #C7C9CB

#C7C9CB
(199,201,203)
#B5B7B9
(181,183,185)
#A3A5A7
(163,165,167)
#919395
(145,147,149)
#7F8183
(127,129,131)
#6D6F71
(109,111,113)
#5B5D5F
(91,93,95)
#494B4D
(73,75,77)
#37393B
(55,57,59)
#252729
(37,39,41)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #C7C9CB

#C7C9CB
(199,201,203)
#CCCDCF
(204,205,207)
#D1D1D3
(209,209,211)
#D6D5D7
(214,213,215)
#DBD9DB
(219,217,219)
#E0DDDF
(224,221,223)
#E5E1E3
(229,225,227)
#EAE5E7
(234,229,231)
#EFE9EB
(239,233,235)
#F4EDEF
(244,237,239)
#F9F1F3
(249,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C9CB; }

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

This text font color is #C7C9CB.


Background Color

.myBgColor { background-color: #C7C9CB; }

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

This div background color is #C7C9CB.


Border color

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

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

This div border color is #C7C9CB.


Opacity

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

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

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

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

This text has shadow with #C7C9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C9CB on black background.


Color preview on white background

This text has color #C7C9CB on white background.



Black color preview on #C7C9CB background

This text has black color on #C7C9CB background.


White color preview on #C7C9CB background

This text has white color on #C7C9CB background.