COLOR #C4C8C2

HEX: #C4C8C2
RGB: (196,200,194)

Color info

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

RGB color model

#C4C8C2 color RGB value is (196,200,194).

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

RGB channels and saturation

R 196 of 255 = 77%
G 200 of 255 = 78%
B 194 of 255 = 76%

196
200
194

R + G + B ~ 77%. #C4C8C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 200 + 194 = 590 (100%)
R 196 of 590 ~ 33.22%
G 200 of 590 ~ 33.9%
B 194 of 590 ~ 32.88%

%33.22
%33.9
%32.88

CMYK color model

#C4C8C2 color CMYK value is (2,0,3,22).

  • cyan value is 2.00%
  • magenta value is 0.00%
  • yellow value is 3.00%
  • key color value is 21.57%
CMYK:
(2,0,3,22)
C2M0Y3K22 
(2%,0%,3%,22%)
(0.02/0.00/0.03/0.22)	

CMYK percentages

%2
%0
%3
%21.57

Codes

Color #C4C8C2 in popluar color models

C4C8C2
RGB196200194
HSL100°5.17%77.25%
HSB/HSV100°3.00%78.43%
CMYK2.00%0.00%3.00%
21.57%

Color #C4C8C2 in popluar number systems.

HEXC4C8C2
Decimal196200194
Binary110001001100100011000010
Octal304310302

Shades and tints

Shades of #C4C8C2

#C4C8C2
(196,200,194)
#B3B6B1
(179,182,177)
#A2A4A0
(162,164,160)
#91928F
(145,146,143)
#80807E
(128,128,126)
#6F6E6D
(111,110,109)
#5E5C5C
(94,92,92)
#4D4A4B
(77,74,75)
#3C383A
(60,56,58)
#2B2629
(43,38,41)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #C4C8C2

#C4C8C2
(196,200,194)
#C9CDC7
(201,205,199)
#CED2CC
(206,210,204)
#D3D7D1
(211,215,209)
#D8DCD6
(216,220,214)
#DDE1DB
(221,225,219)
#E2E6E0
(226,230,224)
#E7EBE5
(231,235,229)
#ECF0EA
(236,240,234)
#F1F5EF
(241,245,239)
#F6FAF4
(246,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C8C2; }

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

This text font color is #C4C8C2.


Background Color

.myBgColor { background-color: #C4C8C2; }

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

This div background color is #C4C8C2.


Border color

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

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

This div border color is #C4C8C2.


Opacity

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

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

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

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

This text has shadow with #C4C8C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C8C2 on black background.


Color preview on white background

This text has color #C4C8C2 on white background.



Black color preview on #C4C8C2 background

This text has black color on #C4C8C2 background.


White color preview on #C4C8C2 background

This text has white color on #C4C8C2 background.