COLOR #C4C8C0

HEX: #C4C8C0 RGB: (196,200,192)

Color info

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

RGB color model

#C4C8C0 color RGB value is (196,200,192).

RGB: (196,200,192) (77%, 78%, 75%)

RGB channels and saturation

R 196 of 255 = 77%
G 200 of 255 = 78%
B 192 of 255 = 75%

196
200
192

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

Portions of RGB colors in percentages

R + G + B = 196 + 200 + 192 = 588 (100%)
R 196 of 588 ~ 33.33%
G 200 of 588 ~ 34.01%
B 192 of 588 ~ 32.65'%

%33.33
%34.01
%32.65

CMYK color model

#C4C8C0 color CMYK value is (2,0,4,22).

  • cyan value is 2.00%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 21.57%
CMYK: (2,0,4,22) C2M0Y4K22 (2%,0%,4%,22%) (0.02/0.00/0.04/0.22) 

CMYK percentages

%2
%0
%4
%21.57

Codes

Color #C4C8C0 in popluar color models

C4 C8 C0
RGB 196 200 192
HSL 90° 6.78% 76.86%
HSB/HSV 90° 4.00% 78.43%
CMYK 2.00% 0.00% 4.00%
21.57%

Color #C4C8C0 in popluar number systems.

HEX C4 C8 C0
Decimal 196 200 192
Binary 11000100 11001000 11000000
Octal 304 310 300

Shades and tints

Shades of #C4C8C0

#C4C8C0
(196,200,192)
#B3B6AF
(179,182,175)
#A2A49E
(162,164,158)
#91928D
(145,146,141)
#80807C
(128,128,124)
#6F6E6B
(111,110,107)
#5E5C5A
(94,92,90)
#4D4A49
(77,74,73)
#3C3838
(60,56,56)
#2B2627
(43,38,39)
#1A1416
(26,20,22)
#000000
(0,0,0)

Tints of #C4C8C0

#C4C8C0
(196,200,192)
#C9CDC5
(201,205,197)
#CED2CA
(206,210,202)
#D3D7CF
(211,215,207)
#D8DCD4
(216,220,212)
#DDE1D9
(221,225,217)
#E2E6DE
(226,230,222)
#E7EBE3
(231,235,227)
#ECF0E8
(236,240,232)
#F1F5ED
(241,245,237)
#F6FAF2
(246,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C8C0; }

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

This text font color is #C4C8C0.


Background Color

.myBgColor { background-color: #C4C8C0; }

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

This div background color is #C4C8C0.


Border color

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

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

This div border color is #C4C8C0.


Opacity

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

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

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

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

This text has shadow with #C4C8C0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C4C8C0 on black background.


Color preview on white background

This text has color #C4C8C0 on white background.



Black color preview on #C4C8C0 background

This text has black color on #C4C8C0 background.


White color preview on #C4C8C0 background

This text has white color on #C4C8C0 background.