COLOR #C4C8CB

HEX: #C4C8CB
RGB: (196,200,203)

Color info

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

RGB color model

#C4C8CB color RGB value is (196,200,203).

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

RGB channels and saturation

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

196
200
203

R + G + B ~ 78%. #C4C8CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 200 + 203 = 599 (100%)
R 196 of 599 ~ 32.72%
G 200 of 599 ~ 33.39%
B 203 of 599 ~ 33.89%

%32.72
%33.39
%33.89

CMYK color model

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

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

CMYK percentages

%3.45
%1.48
%0
%20.39

Codes

Color #C4C8CB in popluar color models

C4C8CB
RGB196200203
HSL206°6.31%78.24%
HSB/HSV206°3.45%79.61%
CMYK3.45%1.48%0.00%
20.39%

Color #C4C8CB in popluar number systems.

HEXC4C8CB
Decimal196200203
Binary110001001100100011001011
Octal304310313

Shades and tints

Shades of #C4C8CB

#C4C8CB
(196,200,203)
#B3B6B9
(179,182,185)
#A2A4A7
(162,164,167)
#919295
(145,146,149)
#808083
(128,128,131)
#6F6E71
(111,110,113)
#5E5C5F
(94,92,95)
#4D4A4D
(77,74,77)
#3C383B
(60,56,59)
#2B2629
(43,38,41)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #C4C8CB

#C4C8CB
(196,200,203)
#C9CDCF
(201,205,207)
#CED2D3
(206,210,211)
#D3D7D7
(211,215,215)
#D8DCDB
(216,220,219)
#DDE1DF
(221,225,223)
#E2E6E3
(226,230,227)
#E7EBE7
(231,235,231)
#ECF0EB
(236,240,235)
#F1F5EF
(241,245,239)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C8CB; }

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

This text font color is #C4C8CB.


Background Color

.myBgColor { background-color: #C4C8CB; }

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

This div background color is #C4C8CB.


Border color

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

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

This div border color is #C4C8CB.


Opacity

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

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

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

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

This text has shadow with #C4C8CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C8CB on black background.


Color preview on white background

This text has color #C4C8CB on white background.



Black color preview on #C4C8CB background

This text has black color on #C4C8CB background.


White color preview on #C4C8CB background

This text has white color on #C4C8CB background.