COLOR #C4C4AC

HEX: #C4C4AC RGB: (196,196,172)

Color info

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

RGB color model

#C4C4AC color RGB value is (196,196,172).

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

RGB channels and saturation

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

196
196
172

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

Portions of RGB colors in percentages

R + G + B = 196 + 196 + 172 = 564 (100%)
R 196 of 564 ~ 34.75%
G 196 of 564 ~ 34.75%
B 172 of 564 ~ 30.5'%

%34.75
%34.75
%30.5

CMYK color model

#C4C4AC color CMYK value is (0,0,12,23).

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

CMYK: (0,0,12,23)
C0M0Y12K23 (0%, 0%, 12%, 23%)
(0.00 / 0.00 / 0.12 / 0.23)

CMYK percentages

%0
%0
%12.24
%23.14

Codes

Color #C4C4AC in popluar color models

C4 C4 AC
RGB 196 196 172
HSL 60° 16.90% 72.16%
HSB/HSV 60° 12.24% 76.86%
CMYK 0.00% 0.00% 12.24%
23.14%

Color #C4C4AC in popluar number systems.

HEX C4 C4 AC
Decimal 196 196 172
Binary 11000100 11000100 10101100
Octal 304 304 254

Shades and tints

Shades of #C4C4AC

#C4C4AC
(196,196,172)
#B3B39D
(179,179,157)
#A2A28E
(162,162,142)
#91917F
(145,145,127)
#808070
(128,128,112)
#6F6F61
(111,111,97)
#5E5E52
(94,94,82)
#4D4D43
(77,77,67)
#3C3C34
(60,60,52)
#2B2B25
(43,43,37)
#1A1A16
(26,26,22)
#000000
(0,0,0)

Tints of #C4C4AC

#C4C4AC
(196,196,172)
#C9C9B3
(201,201,179)
#CECEBA
(206,206,186)
#D3D3C1
(211,211,193)
#D8D8C8
(216,216,200)
#DDDDCF
(221,221,207)
#E2E2D6
(226,226,214)
#E7E7DD
(231,231,221)
#ECECE4
(236,236,228)
#F1F1EB
(241,241,235)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C4AC; }

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

This text font color is #C4C4AC.

Background Color

.myBgColor { background-color: #C4C4AC; }

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

This div background color is #C4C4AC.

Border color

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

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

This div border color is #C4C4AC.

Opacity

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

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

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

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

This text has shadow with #C4C4AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4C4AC.

Preview

Color preview on black background

This text has color #C4C4AC on black background.


Color preview on white background

This text has color #C4C4AC on white background.


Black color preview on #C4C4AC background

This text has black color on #C4C4AC background.


White color preview on #C4C4AC background

This text has white color on #C4C4AC background.


Related colors

Complementary color

Complementary color for #hex is #3B3B53.


I love getcolorcode.com