COLOR #C7C8AF

HEX: #C7C8AF RGB: (199,200,175)

Color info

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

RGB color model

#C7C8AF color RGB value is (199,200,175).

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

RGB channels and saturation

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

199
200
175

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

Portions of RGB colors in percentages

R + G + B = 199 + 200 + 175 = 574 (100%)
R 199 of 574 ~ 34.67%
G 200 of 574 ~ 34.84%
B 175 of 574 ~ 30.49'%

%34.67
%34.84
%30.49

CMYK color model

#C7C8AF color CMYK value is (0,0,13,22).

  • cyan value is 0.50%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 21.57%

CMYK: (0,0,13,22)
C0M0Y13K22 (0%, 0%, 13%, 22%)
(0.00 / 0.00 / 0.13 / 0.22)

CMYK percentages

%0.5
%0
%12.5
%21.57

Codes

Color #C7C8AF in popluar color models

C7 C8 AF
RGB 199 200 175
HSL 62° 18.52% 73.53%
HSB/HSV 62° 12.50% 78.43%
CMYK 0.50% 0.00% 12.50%
21.57%

Color #C7C8AF in popluar number systems.

HEX C7 C8 AF
Decimal 199 200 175
Binary 11000111 11001000 10101111
Octal 307 310 257

Shades and tints

Shades of #C7C8AF

#C7C8AF
(199,200,175)
#B5B6A0
(181,182,160)
#A3A491
(163,164,145)
#919282
(145,146,130)
#7F8073
(127,128,115)
#6D6E64
(109,110,100)
#5B5C55
(91,92,85)
#494A46
(73,74,70)
#373837
(55,56,55)
#252628
(37,38,40)
#131419
(19,20,25)
#000000
(0,0,0)

Tints of #C7C8AF

#C7C8AF
(199,200,175)
#CCCDB6
(204,205,182)
#D1D2BD
(209,210,189)
#D6D7C4
(214,215,196)
#DBDCCB
(219,220,203)
#E0E1D2
(224,225,210)
#E5E6D9
(229,230,217)
#EAEBE0
(234,235,224)
#EFF0E7
(239,240,231)
#F4F5EE
(244,245,238)
#F9FAF5
(249,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C8AF; }

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

This text font color is #C7C8AF.

Background Color

.myBgColor { background-color: #C7C8AF; }

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

This div background color is #C7C8AF.

Border color

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

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

This div border color is #C7C8AF.

Opacity

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

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

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

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

This text has shadow with #C7C8AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C8AF.

Preview

Color preview on black background

This text has color #C7C8AF on black background.


Color preview on white background

This text has color #C7C8AF on white background.


Black color preview on #C7C8AF background

This text has black color on #C7C8AF background.


White color preview on #C7C8AF background

This text has white color on #C7C8AF background.


Related colors

Complementary color

Complementary color for #hex is #383750.


I love getcolorcode.com

Triadic colors

1 #AFC7C8 and #C8AFC7 with #C7C8AF are triadic colors.

2 #AFC8C7 and #C8C7AF with #C7C8AF are triadic colors.