COLOR #C6C3AF

HEX: #C6C3AF RGB: (198,195,175)

Color info

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

RGB color model

#C6C3AF color RGB value is (198,195,175).

RGB: (198,195,175) (78%, 76%, 69%)

RGB channels and saturation

R 198 of 255 = 78%
G 195 of 255 = 76%
B 175 of 255 = 69%

198
195
175

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

Portions of RGB colors in percentages

R + G + B = 198 + 195 + 175 = 568 (100%)
R 198 of 568 ~ 34.86%
G 195 of 568 ~ 34.33%
B 175 of 568 ~ 30.81'%

%34.86
%34.33
%30.81

CMYK color model

#C6C3AF color CMYK value is (0,2,12,22).

  • cyan value is 0.00%
  • magenta value is 1.52%
  • yellow value is 11.62%
  • key color value is 22.35%
CMYK: (0,2,12,22) C0M2Y12K22 (0%,2%,12%,22%) (0.00/0.02/0.12/0.22) 

CMYK percentages

%0
%1.52
%11.62
%22.35

Codes

Color #C6C3AF in popluar color models

C6 C3 AF
RGB 198 195 175
HSL 52° 16.79% 73.14%
HSB/HSV 52° 11.62% 77.65%
CMYK 0.00% 1.52% 11.62%
22.35%

Color #C6C3AF in popluar number systems.

HEX C6 C3 AF
Decimal 198 195 175
Binary 11000110 11000011 10101111
Octal 306 303 257

Shades and tints

Shades of #C6C3AF

#C6C3AF
(198,195,175)
#B4B2A0
(180,178,160)
#A2A191
(162,161,145)
#909082
(144,144,130)
#7E7F73
(126,127,115)
#6C6E64
(108,110,100)
#5A5D55
(90,93,85)
#484C46
(72,76,70)
#363B37
(54,59,55)
#242A28
(36,42,40)
#121919
(18,25,25)
#000000
(0,0,0)

Tints of #C6C3AF

#C6C3AF
(198,195,175)
#CBC8B6
(203,200,182)
#D0CDBD
(208,205,189)
#D5D2C4
(213,210,196)
#DAD7CB
(218,215,203)
#DFDCD2
(223,220,210)
#E4E1D9
(228,225,217)
#E9E6E0
(233,230,224)
#EEEBE7
(238,235,231)
#F3F0EE
(243,240,238)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C3AF; }

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

This text font color is #C6C3AF.

Background Color

.myBgColor { background-color: #C6C3AF; }

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

This div background color is #C6C3AF.

Border color

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

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

This div border color is #C6C3AF.

Opacity

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

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

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

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

This text has shadow with #C6C3AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C3AF.

Preview

Color preview on black background

This text has color #C6C3AF on black background.


Color preview on white background

This text has color #C6C3AF on white background.


Black color preview on #C6C3AF background

This text has black color on #C6C3AF background.


White color preview on #C6C3AF background

This text has white color on #C6C3AF background.


Related colors

Complementary color

Complementary color for #hex is #393C50.


I love getcolorcode.com

Triadic colors

1 #AFC6C3 and #C3AFC6 with #C6C3AF are triadic colors.

2 #AFC3C6 and #C3C6AF with #C6C3AF are triadic colors.