COLOR #C8CCCB

HEX: #C8CCCB
RGB: (200,204,203)

Color info

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

RGB color model

#C8CCCB color RGB value is (200,204,203).

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

RGB channels and saturation

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

200
204
203

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

Portions of RGB colors in percentages

R + G + B =
200 + 204 + 203 = 607 (100%)
R 200 of 607 ~ 32.95%
G 204 of 607 ~ 33.61%
B 203 of 607 ~ 33.44%

%32.95
%33.61
%33.44

CMYK color model

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

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

CMYK percentages

%1.96
%0
%0.49
%20

Codes

Color #C8CCCB in popluar color models

C8CCCB
RGB200204203
HSL165°3.77%79.22%
HSB/HSV165°1.96%80.00%
CMYK1.96%0.00%0.49%
20.00%

Color #C8CCCB in popluar number systems.

HEXC8CCCB
Decimal200204203
Binary110010001100110011001011
Octal310314313

Shades and tints

Shades of #C8CCCB

#C8CCCB
(200,204,203)
#B6BAB9
(182,186,185)
#A4A8A7
(164,168,167)
#929695
(146,150,149)
#808483
(128,132,131)
#6E7271
(110,114,113)
#5C605F
(92,96,95)
#4A4E4D
(74,78,77)
#383C3B
(56,60,59)
#262A29
(38,42,41)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #C8CCCB

#C8CCCB
(200,204,203)
#CDD0CF
(205,208,207)
#D2D4D3
(210,212,211)
#D7D8D7
(215,216,215)
#DCDCDB
(220,220,219)
#E1E0DF
(225,224,223)
#E6E4E3
(230,228,227)
#EBE8E7
(235,232,231)
#F0ECEB
(240,236,235)
#F5F0EF
(245,240,239)
#FAF4F3
(250,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8CCCB; }

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

This text font color is #C8CCCB.


Background Color

.myBgColor { background-color: #C8CCCB; }

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

This div background color is #C8CCCB.


Border color

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

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

This div border color is #C8CCCB.


Opacity

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

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

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

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

This text has shadow with #C8CCCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8CCCB on black background.


Color preview on white background

This text has color #C8CCCB on white background.



Black color preview on #C8CCCB background

This text has black color on #C8CCCB background.


White color preview on #C8CCCB background

This text has white color on #C8CCCB background.