COLOR #C7C6AF

HEX: #C7C6AF RGB: (199,198,175)

Color info

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

RGB color model

#C7C6AF color RGB value is (199,198,175).

RGB: (199,198,175) (78%, 78%, 69%)

RGB channels and saturation

R 199 of 255 = 78%
G 198 of 255 = 78%
B 175 of 255 = 69%

199
198
175

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

Portions of RGB colors in percentages

R + G + B = 199 + 198 + 175 = 572 (100%)
R 199 of 572 ~ 34.79%
G 198 of 572 ~ 34.62%
B 175 of 572 ~ 30.59'%

%34.79
%34.62
%30.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.50%
  • yellow value is 12.06%
  • key color value is 21.96%

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

CMYK percentages

%0
%0.5
%12.06
%21.96

Codes

Color #C7C6AF in popluar color models

C7 C6 AF
RGB 199 198 175
HSL 58° 17.65% 73.33%
HSB/HSV 58° 12.06% 78.04%
CMYK 0.00% 0.50% 12.06%
21.96%

Color #C7C6AF in popluar number systems.

HEX C7 C6 AF
Decimal 199 198 175
Binary 11000111 11000110 10101111
Octal 307 306 257

Shades and tints

Shades of #C7C6AF

#C7C6AF
(199,198,175)
#B5B4A0
(181,180,160)
#A3A291
(163,162,145)
#919082
(145,144,130)
#7F7E73
(127,126,115)
#6D6C64
(109,108,100)
#5B5A55
(91,90,85)
#494846
(73,72,70)
#373637
(55,54,55)
#252428
(37,36,40)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #C7C6AF

#C7C6AF
(199,198,175)
#CCCBB6
(204,203,182)
#D1D0BD
(209,208,189)
#D6D5C4
(214,213,196)
#DBDACB
(219,218,203)
#E0DFD2
(224,223,210)
#E5E4D9
(229,228,217)
#EAE9E0
(234,233,224)
#EFEEE7
(239,238,231)
#F4F3EE
(244,243,238)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C6AF; }

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

This text font color is #C7C6AF.

Background Color

.myBgColor { background-color: #C7C6AF; }

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

This div background color is #C7C6AF.

Border color

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

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

This div border color is #C7C6AF.

Opacity

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

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

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

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

This text has shadow with #C7C6AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C6AF.

Preview

Color preview on black background

This text has color #C7C6AF on black background.


Color preview on white background

This text has color #C7C6AF on white background.


Black color preview on #C7C6AF background

This text has black color on #C7C6AF background.


White color preview on #C7C6AF background

This text has white color on #C7C6AF background.


Related colors

Complementary color

Complementary color for #hex is #383950.


I love getcolorcode.com

Triadic colors

1 #AFC7C6 and #C6AFC7 with #C7C6AF are triadic colors.

2 #AFC6C7 and #C6C7AF with #C7C6AF are triadic colors.