COLOR #C4C5AB

HEX: #C4C5AB
RGB: (196,197,171)

Color info

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

RGB color model

#C4C5AB color RGB value is (196,197,171).

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

RGB channels and saturation

R 196 of 255 = 77%
G 197 of 255 = 77%
B 171 of 255 = 67%

196
197
171

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

Portions of RGB colors in percentages

R + G + B =
196 + 197 + 171 = 564 (100%)
R 196 of 564 ~ 34.75%
G 197 of 564 ~ 34.93%
B 171 of 564 ~ 30.32%

%34.75
%34.93
%30.32

CMYK color model

#C4C5AB color CMYK value is (1,0,13,23).

  • cyan value is 0.51%
  • magenta value is 0.00%
  • yellow value is 13.20%
  • key color value is 22.75%
CMYK:
(1,0,13,23)
C1M0Y13K23 
(1%,0%,13%,23%)
(0.01/0.00/0.13/0.23)	

CMYK percentages

%0.51
%0
%13.2
%22.75

Codes

Color #C4C5AB in popluar color models

C4C5AB
RGB196197171
HSL62°18.31%72.16%
HSB/HSV62°13.20%77.25%
CMYK0.51%0.00%13.20%
22.75%

Color #C4C5AB in popluar number systems.

HEXC4C5AB
Decimal196197171
Binary110001001100010110101011
Octal304305253

Shades and tints

Shades of #C4C5AB

#C4C5AB
(196,197,171)
#B3B49C
(179,180,156)
#A2A38D
(162,163,141)
#91927E
(145,146,126)
#80816F
(128,129,111)
#6F7060
(111,112,96)
#5E5F51
(94,95,81)
#4D4E42
(77,78,66)
#3C3D33
(60,61,51)
#2B2C24
(43,44,36)
#1A1B15
(26,27,21)
#000000
(0,0,0)

Tints of #C4C5AB

#C4C5AB
(196,197,171)
#C9CAB2
(201,202,178)
#CECFB9
(206,207,185)
#D3D4C0
(211,212,192)
#D8D9C7
(216,217,199)
#DDDECE
(221,222,206)
#E2E3D5
(226,227,213)
#E7E8DC
(231,232,220)
#ECEDE3
(236,237,227)
#F1F2EA
(241,242,234)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C5AB; }

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

This text font color is #C4C5AB.


Background Color

.myBgColor { background-color: #C4C5AB; }

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

This div background color is #C4C5AB.


Border color

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

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

This div border color is #C4C5AB.


Opacity

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

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

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

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

This text has shadow with #C4C5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C5AB on black background.


Color preview on white background

This text has color #C4C5AB on white background.



Black color preview on #C4C5AB background

This text has black color on #C4C5AB background.


White color preview on #C4C5AB background

This text has white color on #C4C5AB background.