COLOR #C7C8CC

HEX: #C7C8CC
RGB: (199,200,204)

Color info

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

RGB color model

#C7C8CC color RGB value is (199,200,204).

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

RGB channels and saturation

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

199
200
204

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

Portions of RGB colors in percentages

R + G + B =
199 + 200 + 204 = 603 (100%)
R 199 of 603 ~ 33%
G 200 of 603 ~ 33.17%
B 204 of 603 ~ 33.83%

%33
%33.17
%33.83

CMYK color model

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

  • cyan value is 2.45%
  • magenta value is 1.96%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(2,2,0,20)
C2M2Y0K20 
(2%,2%,0%,20%)
(0.02/0.02/0.00/0.20)	

CMYK percentages

%2.45
%1.96
%0
%20

Codes

Color #C7C8CC in popluar color models

C7C8CC
RGB199200204
HSL228°4.67%79.02%
HSB/HSV228°2.45%80.00%
CMYK2.45%1.96%0.00%
20.00%

Color #C7C8CC in popluar number systems.

HEXC7C8CC
Decimal199200204
Binary110001111100100011001100
Octal307310314

Shades and tints

Shades of #C7C8CC

#C7C8CC
(199,200,204)
#B5B6BA
(181,182,186)
#A3A4A8
(163,164,168)
#919296
(145,146,150)
#7F8084
(127,128,132)
#6D6E72
(109,110,114)
#5B5C60
(91,92,96)
#494A4E
(73,74,78)
#37383C
(55,56,60)
#25262A
(37,38,42)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #C7C8CC

#C7C8CC
(199,200,204)
#CCCDD0
(204,205,208)
#D1D2D4
(209,210,212)
#D6D7D8
(214,215,216)
#DBDCDC
(219,220,220)
#E0E1E0
(224,225,224)
#E5E6E4
(229,230,228)
#EAEBE8
(234,235,232)
#EFF0EC
(239,240,236)
#F4F5F0
(244,245,240)
#F9FAF4
(249,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C8CC; }

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

This text font color is #C7C8CC.


Background Color

.myBgColor { background-color: #C7C8CC; }

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

This div background color is #C7C8CC.


Border color

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

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

This div border color is #C7C8CC.


Opacity

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

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

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

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

This text has shadow with #C7C8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C8CC on black background.


Color preview on white background

This text has color #C7C8CC on white background.



Black color preview on #C7C8CC background

This text has black color on #C7C8CC background.


White color preview on #C7C8CC background

This text has white color on #C7C8CC background.