COLOR #C6CFAF

HEX: #C6CFAF RGB: (198,207,175)

Color info

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

RGB color model

#C6CFAF color RGB value is (198,207,175).

RGB: (198,207,175) (78%, 81%, 69%)

RGB channels and saturation

R 198 of 255 = 78%
G 207 of 255 = 81%
B 175 of 255 = 69%

198
207
175

R + G + B ~ 76%. #C6CFAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 207 + 175 = 580 (100%)
R 198 of 580 ~ 34.14%
G 207 of 580 ~ 35.69%
B 175 of 580 ~ 30.17'%

%34.14
%35.69
%30.17

CMYK color model

#C6CFAF color CMYK value is (4,0,15,19).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 15.46%
  • key color value is 18.82%

CMYK: (4,0,15,19)
C4M0Y15K19 (4%, 0%, 15%, 19%)
(0.04 / 0.00 / 0.15 / 0.19)

CMYK percentages

%4.35
%0
%15.46
%18.82

Codes

Color #C6CFAF in popluar color models

C6 CF AF
RGB 198 207 175
HSL 77° 25.00% 74.90%
HSB/HSV 77° 15.46% 81.18%
CMYK 4.35% 0.00% 15.46%
18.82%

Color #C6CFAF in popluar number systems.

HEX C6 CF AF
Decimal 198 207 175
Binary 11000110 11001111 10101111
Octal 306 317 257

Shades and tints

Shades of #C6CFAF

#C6CFAF
(198,207,175)
#B4BDA0
(180,189,160)
#A2AB91
(162,171,145)
#909982
(144,153,130)
#7E8773
(126,135,115)
#6C7564
(108,117,100)
#5A6355
(90,99,85)
#485146
(72,81,70)
#363F37
(54,63,55)
#242D28
(36,45,40)
#121B19
(18,27,25)
#000000
(0,0,0)

Tints of #C6CFAF

#C6CFAF
(198,207,175)
#CBD3B6
(203,211,182)
#D0D7BD
(208,215,189)
#D5DBC4
(213,219,196)
#DADFCB
(218,223,203)
#DFE3D2
(223,227,210)
#E4E7D9
(228,231,217)
#E9EBE0
(233,235,224)
#EEEFE7
(238,239,231)
#F3F3EE
(243,243,238)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CFAF; }

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

This text font color is #C6CFAF.

Background Color

.myBgColor { background-color: #C6CFAF; }

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

This div background color is #C6CFAF.

Border color

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

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

This div border color is #C6CFAF.

Opacity

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

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

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

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

This text has shadow with #C6CFAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CFAF.

Preview

Color preview on black background

This text has color #C6CFAF on black background.


Color preview on white background

This text has color #C6CFAF on white background.


Black color preview on #C6CFAF background

This text has black color on #C6CFAF background.


White color preview on #C6CFAF background

This text has white color on #C6CFAF background.


Related colors

Complementary color

Complementary color for #hex is #393050.


I love getcolorcode.com

Triadic colors

1 #AFC6CF and #CFAFC6 with #C6CFAF are triadic colors.

2 #AFCFC6 and #CFC6AF with #C6CFAF are triadic colors.