COLOR #C6CAC5

HEX: #C6CAC5 RGB: (198,202,197)

Color info

#C6CAC5 contains red, green and blue colors in about the same proportion. Web safe color of #C6CAC5 is #CCCCCC (or #CCC).

RGB color model

#C6CAC5 color RGB value is (198,202,197).

RGB: (198,202,197) (78%, 79%, 77%)

RGB channels and saturation

R 198 of 255 = 78%
G 202 of 255 = 79%
B 197 of 255 = 77%

198
202
197

R + G + B ~ 78%. #C6CAC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 202 + 197 = 597 (100%)
R 198 of 597 ~ 33.17%
G 202 of 597 ~ 33.84%
B 197 of 597 ~ 33'%

%33.17
%33.84
%33

CMYK color model

#C6CAC5 color CMYK value is (2,0,2,21).

  • cyan value is 1.98%
  • magenta value is 0.00%
  • yellow value is 2.48%
  • key color value is 20.78%

CMYK: (2,0,2,21)
C2M0Y2K21 (2%, 0%, 2%, 21%)
(0.02 / 0.00 / 0.02 / 0.21)

CMYK percentages

%1.98
%0
%2.48
%20.78

Codes

Color #C6CAC5 in popluar color models

C6 CA C5
RGB 198 202 197
HSL 108° 4.50% 78.24%
HSB/HSV 108° 2.48% 79.22%
CMYK 1.98% 0.00% 2.48%
20.78%

Color #C6CAC5 in popluar number systems.

HEX C6 CA C5
Decimal 198 202 197
Binary 11000110 11001010 11000101
Octal 306 312 305

Shades and tints

Shades of #C6CAC5

#C6CAC5
(198,202,197)
#B4B8B4
(180,184,180)
#A2A6A3
(162,166,163)
#909492
(144,148,146)
#7E8281
(126,130,129)
#6C7070
(108,112,112)
#5A5E5F
(90,94,95)
#484C4E
(72,76,78)
#363A3D
(54,58,61)
#24282C
(36,40,44)
#12161B
(18,22,27)
#000000
(0,0,0)

Tints of #C6CAC5

#C6CAC5
(198,202,197)
#CBCECA
(203,206,202)
#D0D2CF
(208,210,207)
#D5D6D4
(213,214,212)
#DADAD9
(218,218,217)
#DFDEDE
(223,222,222)
#E4E2E3
(228,226,227)
#E9E6E8
(233,230,232)
#EEEAED
(238,234,237)
#F3EEF2
(243,238,242)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CAC5 color. Also use rgb(198,202,197) instead hex code.

Text Font Color

.myTextColor { color: #C6CAC5; }

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

This text font color is #C6CAC5.

Background Color

.myBgColor { background-color: #C6CAC5; }

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

This div background color is #C6CAC5.

Border color

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

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

This div border color is #C6CAC5.

Opacity

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

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

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

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

This text has shadow with #C6CAC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CAC5.

Preview

Color preview on black background

This text has color #C6CAC5 on black background.


Color preview on white background

This text has color #C6CAC5 on white background.


Black color preview on #C6CAC5 background

This text has black color on #C6CAC5 background.


White color preview on #C6CAC5 background

This text has white color on #C6CAC5 background.


Related colors

Complementary color

Complementary color for #hex is #39353A.


I love getcolorcode.com

Triadic colors

1 #C5C6CA and #CAC5C6 with #C6CAC5 are triadic colors.

2 #C5CAC6 and #CAC6C5 with #C6CAC5 are triadic colors.