COLOR #C8C8CB

HEX: #C8C8CB
RGB: (200,200,203)

Color info

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

RGB color model

#C8C8CB color RGB value is (200,200,203).

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

RGB channels and saturation

R 200 of 255 = 78%
G 200 of 255 = 78%
B 203 of 255 = 80%

200
200
203

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

Portions of RGB colors in percentages

R + G + B =
200 + 200 + 203 = 603 (100%)
R 200 of 603 ~ 33.17%
G 200 of 603 ~ 33.17%
B 203 of 603 ~ 33.67%

%33.17
%33.17
%33.67

CMYK color model

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

  • cyan value is 1.48%
  • magenta value is 1.48%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(1,1,0,20)
C1M1Y0K20 
(1%,1%,0%,20%)
(0.01/0.01/0.00/0.20)	

CMYK percentages

%1.48
%1.48
%0
%20.39

Codes

Color #C8C8CB in popluar color models

C8C8CB
RGB200200203
HSL240°2.80%79.02%
HSB/HSV240°1.48%79.61%
CMYK1.48%1.48%0.00%
20.39%

Color #C8C8CB in popluar number systems.

HEXC8C8CB
Decimal200200203
Binary110010001100100011001011
Octal310310313

Shades and tints

Shades of #C8C8CB

#C8C8CB
(200,200,203)
#B6B6B9
(182,182,185)
#A4A4A7
(164,164,167)
#929295
(146,146,149)
#808083
(128,128,131)
#6E6E71
(110,110,113)
#5C5C5F
(92,92,95)
#4A4A4D
(74,74,77)
#38383B
(56,56,59)
#262629
(38,38,41)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #C8C8CB

#C8C8CB
(200,200,203)
#CDCDCF
(205,205,207)
#D2D2D3
(210,210,211)
#D7D7D7
(215,215,215)
#DCDCDB
(220,220,219)
#E1E1DF
(225,225,223)
#E6E6E3
(230,230,227)
#EBEBE7
(235,235,231)
#F0F0EB
(240,240,235)
#F5F5EF
(245,245,239)
#FAFAF3
(250,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C8CB; }

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

This text font color is #C8C8CB.


Background Color

.myBgColor { background-color: #C8C8CB; }

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

This div background color is #C8C8CB.


Border color

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

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

This div border color is #C8C8CB.


Opacity

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

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

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

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

This text has shadow with #C8C8CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C8CB on black background.


Color preview on white background

This text has color #C8C8CB on white background.



Black color preview on #C8C8CB background

This text has black color on #C8C8CB background.


White color preview on #C8C8CB background

This text has white color on #C8C8CB background.