COLOR #C4C4AF

HEX: #C4C4AF
RGB: (196,196,175)

Color info

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

RGB color model

#C4C4AF color RGB value is (196,196,175).

  • red value is 196;
  • green value is 196;
  • blue value is 175.
RGB:
(196,196,175)
(77%,77%,69%)

RGB channels and saturation

R 196 of 255 = 77%
G 196 of 255 = 77%
B 175 of 255 = 69%

196
196
175

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

Portions of RGB colors in percentages

R + G + B =
196 + 196 + 175 = 567 (100%)
R 196 of 567 ~ 34.57%
G 196 of 567 ~ 34.57%
B 175 of 567 ~ 30.86%

%34.57
%34.57
%30.86

CMYK color model

#C4C4AF color CMYK value is (0,0,11,23).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 23.14%
CMYK:
(0,0,11,23)
C0M0Y11K23 
(0%,0%,11%,23%)
(0.00/0.00/0.11/0.23)	

CMYK percentages

%0
%0
%10.71
%23.14

Codes

Color #C4C4AF in popluar color models

C4C4AF
RGB196196175
HSL60°15.11%72.75%
HSB/HSV60°10.71%76.86%
CMYK0.00%0.00%10.71%
23.14%

Color #C4C4AF in popluar number systems.

HEXC4C4AF
Decimal196196175
Binary110001001100010010101111
Octal304304257

Shades and tints

Shades of #C4C4AF

#C4C4AF
(196,196,175)
#B3B3A0
(179,179,160)
#A2A291
(162,162,145)
#919182
(145,145,130)
#808073
(128,128,115)
#6F6F64
(111,111,100)
#5E5E55
(94,94,85)
#4D4D46
(77,77,70)
#3C3C37
(60,60,55)
#2B2B28
(43,43,40)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #C4C4AF

#C4C4AF
(196,196,175)
#C9C9B6
(201,201,182)
#CECEBD
(206,206,189)
#D3D3C4
(211,211,196)
#D8D8CB
(216,216,203)
#DDDDD2
(221,221,210)
#E2E2D9
(226,226,217)
#E7E7E0
(231,231,224)
#ECECE7
(236,236,231)
#F1F1EE
(241,241,238)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C4AF; }

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

This text font color is #C4C4AF.


Background Color

.myBgColor { background-color: #C4C4AF; }

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

This div background color is #C4C4AF.


Border color

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

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

This div border color is #C4C4AF.


Opacity

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

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

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

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

This text has shadow with #C4C4AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C4AF on black background.


Color preview on white background

This text has color #C4C4AF on white background.



Black color preview on #C4C4AF background

This text has black color on #C4C4AF background.


White color preview on #C4C4AF background

This text has white color on #C4C4AF background.