COLOR #C4C4AB

HEX: #C4C4AB RGB: (196,196,171)

Color info

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

RGB color model

#C4C4AB color RGB value is (196,196,171).

RGB: (196,196,171) (77%, 77%, 67%)

RGB channels and saturation

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

196
196
171

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

Portions of RGB colors in percentages

R + G + B = 196 + 196 + 171 = 563 (100%)
R 196 of 563 ~ 34.81%
G 196 of 563 ~ 34.81%
B 171 of 563 ~ 30.37'%

%34.81
%34.81
%30.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 12.76%
  • key color value is 23.14%

CMYK: (0,0,13,23)
C0M0Y13K23 (0%, 0%, 13%, 23%)
(0.00 / 0.00 / 0.13 / 0.23)

CMYK percentages

%0
%0
%12.76
%23.14

Codes

Color #C4C4AB in popluar color models

C4 C4 AB
RGB 196 196 171
HSL 60° 17.48% 71.96%
HSB/HSV 60° 12.76% 76.86%
CMYK 0.00% 0.00% 12.76%
23.14%

Color #C4C4AB in popluar number systems.

HEX C4 C4 AB
Decimal 196 196 171
Binary 11000100 11000100 10101011
Octal 304 304 253

Shades and tints

Shades of #C4C4AB

#C4C4AB
(196,196,171)
#B3B39C
(179,179,156)
#A2A28D
(162,162,141)
#91917E
(145,145,126)
#80806F
(128,128,111)
#6F6F60
(111,111,96)
#5E5E51
(94,94,81)
#4D4D42
(77,77,66)
#3C3C33
(60,60,51)
#2B2B24
(43,43,36)
#1A1A15
(26,26,21)
#000000
(0,0,0)

Tints of #C4C4AB

#C4C4AB
(196,196,171)
#C9C9B2
(201,201,178)
#CECEB9
(206,206,185)
#D3D3C0
(211,211,192)
#D8D8C7
(216,216,199)
#DDDDCE
(221,221,206)
#E2E2D5
(226,226,213)
#E7E7DC
(231,231,220)
#ECECE3
(236,236,227)
#F1F1EA
(241,241,234)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C4AB; }

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

This text font color is #C4C4AB.

Background Color

.myBgColor { background-color: #C4C4AB; }

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

This div background color is #C4C4AB.

Border color

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

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

This div border color is #C4C4AB.

Opacity

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

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

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

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

This text has shadow with #C4C4AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4C4AB.

Preview

Color preview on black background

This text has color #C4C4AB on black background.


Color preview on white background

This text has color #C4C4AB on white background.


Black color preview on #C4C4AB background

This text has black color on #C4C4AB background.


White color preview on #C4C4AB background

This text has white color on #C4C4AB background.


Related colors

Complementary color

Complementary color for #hex is #3B3B54.


I love getcolorcode.com