COLOR #C4C6AF

HEX: #C4C6AF RGB: (196,198,175)

Color info

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

RGB color model

#C4C6AF color RGB value is (196,198,175).

RGB: (196,198,175) (77%, 78%, 69%)

RGB channels and saturation

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

196
198
175

R + G + B ~ 75%. #C4C6AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 198 + 175 = 569 (100%)
R 196 of 569 ~ 34.45%
G 198 of 569 ~ 34.8%
B 175 of 569 ~ 30.76'%

%34.45
%34.8
%30.76

CMYK color model

#C4C6AF color CMYK value is (1,0,12,22).

  • cyan value is 1.01%
  • magenta value is 0.00%
  • yellow value is 11.62%
  • key color value is 22.35%

CMYK: (1,0,12,22)
C1M0Y12K22 (1%, 0%, 12%, 22%)
(0.01 / 0.00 / 0.12 / 0.22)

CMYK percentages

%1.01
%0
%11.62
%22.35

Codes

Color #C4C6AF in popluar color models

C4 C6 AF
RGB 196 198 175
HSL 65° 16.79% 73.14%
HSB/HSV 65° 11.62% 77.65%
CMYK 1.01% 0.00% 11.62%
22.35%

Color #C4C6AF in popluar number systems.

HEX C4 C6 AF
Decimal 196 198 175
Binary 11000100 11000110 10101111
Octal 304 306 257

Shades and tints

Shades of #C4C6AF

#C4C6AF
(196,198,175)
#B3B4A0
(179,180,160)
#A2A291
(162,162,145)
#919082
(145,144,130)
#807E73
(128,126,115)
#6F6C64
(111,108,100)
#5E5A55
(94,90,85)
#4D4846
(77,72,70)
#3C3637
(60,54,55)
#2B2428
(43,36,40)
#1A1219
(26,18,25)
#000000
(0,0,0)

Tints of #C4C6AF

#C4C6AF
(196,198,175)
#C9CBB6
(201,203,182)
#CED0BD
(206,208,189)
#D3D5C4
(211,213,196)
#D8DACB
(216,218,203)
#DDDFD2
(221,223,210)
#E2E4D9
(226,228,217)
#E7E9E0
(231,233,224)
#ECEEE7
(236,238,231)
#F1F3EE
(241,243,238)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C6AF; }

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

This text font color is #C4C6AF.

Background Color

.myBgColor { background-color: #C4C6AF; }

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

This div background color is #C4C6AF.

Border color

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

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

This div border color is #C4C6AF.

Opacity

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

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

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

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

This text has shadow with #C4C6AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4C6AF.

Preview

Color preview on black background

This text has color #C4C6AF on black background.


Color preview on white background

This text has color #C4C6AF on white background.


Black color preview on #C4C6AF background

This text has black color on #C4C6AF background.


White color preview on #C4C6AF background

This text has white color on #C4C6AF background.


Related colors

Complementary color

Complementary color for #hex is #3B3950.


I love getcolorcode.com

Triadic colors

1 #AFC4C6 and #C6AFC4 with #C4C6AF are triadic colors.

2 #AFC6C4 and #C6C4AF with #C4C6AF are triadic colors.