COLOR #C4C8A6

HEX: #C4C8A6
RGB: (196,200,166)

Color info

#C4C8A6 contains red, green and blue colors in about the same proportion. Web safe color of #C4C8A6 is #CCCC99 (or #CC9).

RGB color model

#C4C8A6 color RGB value is (196,200,166).

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

RGB channels and saturation

R 196 of 255 = 77%
G 200 of 255 = 78%
B 166 of 255 = 65%

196
200
166

R + G + B ~ 73%. #C4C8A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 200 + 166 = 562 (100%)
R 196 of 562 ~ 34.88%
G 200 of 562 ~ 35.59%
B 166 of 562 ~ 29.54%

%34.88
%35.59
%29.54

CMYK color model

#C4C8A6 color CMYK value is (2,0,17,22).

  • cyan value is 2.00%
  • magenta value is 0.00%
  • yellow value is 17.00%
  • key color value is 21.57%
CMYK:
(2,0,17,22)
C2M0Y17K22 
(2%,0%,17%,22%)
(0.02/0.00/0.17/0.22)	

CMYK percentages

%2
%0
%17
%21.57

Codes

Color #C4C8A6 in popluar color models

C4C8A6
RGB196200166
HSL67°23.61%71.76%
HSB/HSV67°17.00%78.43%
CMYK2.00%0.00%17.00%
21.57%

Color #C4C8A6 in popluar number systems.

HEXC4C8A6
Decimal196200166
Binary110001001100100010100110
Octal304310246

Shades and tints

Shades of #C4C8A6

#C4C8A6
(196,200,166)
#B3B697
(179,182,151)
#A2A488
(162,164,136)
#919279
(145,146,121)
#80806A
(128,128,106)
#6F6E5B
(111,110,91)
#5E5C4C
(94,92,76)
#4D4A3D
(77,74,61)
#3C382E
(60,56,46)
#2B261F
(43,38,31)
#1A1410
(26,20,16)
#000000
(0,0,0)

Tints of #C4C8A6

#C4C8A6
(196,200,166)
#C9CDAE
(201,205,174)
#CED2B6
(206,210,182)
#D3D7BE
(211,215,190)
#D8DCC6
(216,220,198)
#DDE1CE
(221,225,206)
#E2E6D6
(226,230,214)
#E7EBDE
(231,235,222)
#ECF0E6
(236,240,230)
#F1F5EE
(241,245,238)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C8A6; }

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

This text font color is #C4C8A6.


Background Color

.myBgColor { background-color: #C4C8A6; }

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

This div background color is #C4C8A6.


Border color

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

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

This div border color is #C4C8A6.


Opacity

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

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

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

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

This text has shadow with #C4C8A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C8A6 on black background.


Color preview on white background

This text has color #C4C8A6 on white background.



Black color preview on #C4C8A6 background

This text has black color on #C4C8A6 background.


White color preview on #C4C8A6 background

This text has white color on #C4C8A6 background.