COLOR #C4C8AB

HEX: #C4C8AB
RGB: (196,200,171)

Color info

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

RGB color model

#C4C8AB color RGB value is (196,200,171).

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

RGB channels and saturation

R 196 of 255 = 77%
G 200 of 255 = 78%
B 171 of 255 = 67%

196
200
171

R + G + B ~ 74%. #C4C8AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 200 + 171 = 567 (100%)
R 196 of 567 ~ 34.57%
G 200 of 567 ~ 35.27%
B 171 of 567 ~ 30.16%

%34.57
%35.27
%30.16

CMYK color model

#C4C8AB color CMYK value is (2,0,15,22).

  • cyan value is 2.00%
  • magenta value is 0.00%
  • yellow value is 14.50%
  • key color value is 21.57%
CMYK:
(2,0,15,22)
C2M0Y15K22 
(2%,0%,15%,22%)
(0.02/0.00/0.15/0.22)	

CMYK percentages

%2
%0
%14.5
%21.57

Codes

Color #C4C8AB in popluar color models

C4C8AB
RGB196200171
HSL68°20.86%72.75%
HSB/HSV68°14.50%78.43%
CMYK2.00%0.00%14.50%
21.57%

Color #C4C8AB in popluar number systems.

HEXC4C8AB
Decimal196200171
Binary110001001100100010101011
Octal304310253

Shades and tints

Shades of #C4C8AB

#C4C8AB
(196,200,171)
#B3B69C
(179,182,156)
#A2A48D
(162,164,141)
#91927E
(145,146,126)
#80806F
(128,128,111)
#6F6E60
(111,110,96)
#5E5C51
(94,92,81)
#4D4A42
(77,74,66)
#3C3833
(60,56,51)
#2B2624
(43,38,36)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #C4C8AB

#C4C8AB
(196,200,171)
#C9CDB2
(201,205,178)
#CED2B9
(206,210,185)
#D3D7C0
(211,215,192)
#D8DCC7
(216,220,199)
#DDE1CE
(221,225,206)
#E2E6D5
(226,230,213)
#E7EBDC
(231,235,220)
#ECF0E3
(236,240,227)
#F1F5EA
(241,245,234)
#F6FAF1
(246,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C8AB; }

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

This text font color is #C4C8AB.


Background Color

.myBgColor { background-color: #C4C8AB; }

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

This div background color is #C4C8AB.


Border color

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

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

This div border color is #C4C8AB.


Opacity

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

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

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

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

This text has shadow with #C4C8AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C8AB on black background.


Color preview on white background

This text has color #C4C8AB on white background.



Black color preview on #C4C8AB background

This text has black color on #C4C8AB background.


White color preview on #C4C8AB background

This text has white color on #C4C8AB background.