COLOR #C7C8CD

HEX: #C7C8CD
RGB: (199,200,205)

Color info

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

RGB color model

#C7C8CD color RGB value is (199,200,205).

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

RGB channels and saturation

R 199 of 255 = 78%
G 200 of 255 = 78%
B 205 of 255 = 80%

199
200
205

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

Portions of RGB colors in percentages

R + G + B =
199 + 200 + 205 = 604 (100%)
R 199 of 604 ~ 32.95%
G 200 of 604 ~ 33.11%
B 205 of 604 ~ 33.94%

%32.95
%33.11
%33.94

CMYK color model

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

  • cyan value is 2.93%
  • magenta value is 2.44%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(3,2,0,20)
C3M2Y0K20 
(3%,2%,0%,20%)
(0.03/0.02/0.00/0.20)	

CMYK percentages

%2.93
%2.44
%0
%19.61

Codes

Color #C7C8CD in popluar color models

C7C8CD
RGB199200205
HSL230°5.66%79.22%
HSB/HSV230°2.93%80.39%
CMYK2.93%2.44%0.00%
19.61%

Color #C7C8CD in popluar number systems.

HEXC7C8CD
Decimal199200205
Binary110001111100100011001101
Octal307310315

Shades and tints

Shades of #C7C8CD

#C7C8CD
(199,200,205)
#B5B6BB
(181,182,187)
#A3A4A9
(163,164,169)
#919297
(145,146,151)
#7F8085
(127,128,133)
#6D6E73
(109,110,115)
#5B5C61
(91,92,97)
#494A4F
(73,74,79)
#37383D
(55,56,61)
#25262B
(37,38,43)
#131419
(19,20,25)
#000000
(0,0,0)

Tints of #C7C8CD

#C7C8CD
(199,200,205)
#CCCDD1
(204,205,209)
#D1D2D5
(209,210,213)
#D6D7D9
(214,215,217)
#DBDCDD
(219,220,221)
#E0E1E1
(224,225,225)
#E5E6E5
(229,230,229)
#EAEBE9
(234,235,233)
#EFF0ED
(239,240,237)
#F4F5F1
(244,245,241)
#F9FAF5
(249,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C8CD; }

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

This text font color is #C7C8CD.


Background Color

.myBgColor { background-color: #C7C8CD; }

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

This div background color is #C7C8CD.


Border color

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

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

This div border color is #C7C8CD.


Opacity

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

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

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

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

This text has shadow with #C7C8CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C8CD on black background.


Color preview on white background

This text has color #C7C8CD on white background.



Black color preview on #C7C8CD background

This text has black color on #C7C8CD background.


White color preview on #C7C8CD background

This text has white color on #C7C8CD background.