COLOR #C4C8CC

HEX: #C4C8CC
RGB: (196,200,204)

Color info

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

RGB color model

#C4C8CC color RGB value is (196,200,204).

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

RGB channels and saturation

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

196
200
204

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

Portions of RGB colors in percentages

R + G + B =
196 + 200 + 204 = 600 (100%)
R 196 of 600 ~ 32.67%
G 200 of 600 ~ 33.33%
B 204 of 600 ~ 34%

%32.67
%33.33
%34

CMYK color model

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

  • cyan value is 3.92%
  • magenta value is 1.96%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(4,2,0,20)
C4M2Y0K20 
(4%,2%,0%,20%)
(0.04/0.02/0.00/0.20)	

CMYK percentages

%3.92
%1.96
%0
%20

Codes

Color #C4C8CC in popluar color models

C4C8CC
RGB196200204
HSL210°7.27%78.43%
HSB/HSV210°3.92%80.00%
CMYK3.92%1.96%0.00%
20.00%

Color #C4C8CC in popluar number systems.

HEXC4C8CC
Decimal196200204
Binary110001001100100011001100
Octal304310314

Shades and tints

Shades of #C4C8CC

#C4C8CC
(196,200,204)
#B3B6BA
(179,182,186)
#A2A4A8
(162,164,168)
#919296
(145,146,150)
#808084
(128,128,132)
#6F6E72
(111,110,114)
#5E5C60
(94,92,96)
#4D4A4E
(77,74,78)
#3C383C
(60,56,60)
#2B262A
(43,38,42)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #C4C8CC

#C4C8CC
(196,200,204)
#C9CDD0
(201,205,208)
#CED2D4
(206,210,212)
#D3D7D8
(211,215,216)
#D8DCDC
(216,220,220)
#DDE1E0
(221,225,224)
#E2E6E4
(226,230,228)
#E7EBE8
(231,235,232)
#ECF0EC
(236,240,236)
#F1F5F0
(241,245,240)
#F6FAF4
(246,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C8CC; }

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

This text font color is #C4C8CC.


Background Color

.myBgColor { background-color: #C4C8CC; }

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

This div background color is #C4C8CC.


Border color

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

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

This div border color is #C4C8CC.


Opacity

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

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

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

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

This text has shadow with #C4C8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C8CC on black background.


Color preview on white background

This text has color #C4C8CC on white background.



Black color preview on #C4C8CC background

This text has black color on #C4C8CC background.


White color preview on #C4C8CC background

This text has white color on #C4C8CC background.