COLOR #CCC6C7

HEX: #CCC6C7 RGB: (204,198,199)

Color info

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

RGB color model

#CCC6C7 color RGB value is (204,198,199).

RGB: (204,198,199) (80%, 78%, 78%)

RGB channels and saturation

R 204 of 255 = 80%
G 198 of 255 = 78%
B 199 of 255 = 78%

204
198
199

R + G + B ~ 79%. #CCC6C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 198 + 199 = 601 (100%)
R 204 of 601 ~ 33.94%
G 198 of 601 ~ 32.95%
B 199 of 601 ~ 33.11'%

%33.94
%32.95
%33.11

CMYK color model

#CCC6C7 color CMYK value is (0,3,2,20).

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 2.45%
  • key color value is 20.00%

CMYK: (0,3,2,20)
C0M3Y2K20 (0%, 3%, 2%, 20%)
(0.00 / 0.03 / 0.02 / 0.20)

CMYK percentages

%0
%2.94
%2.45
%20

Codes

Color #CCC6C7 in popluar color models

CC C6 C7
RGB 204 198 199
HSL 350° 5.56% 78.82%
HSB/HSV 350° 2.94% 80.00%
CMYK 0.00% 2.94% 2.45%
20.00%

Color #CCC6C7 in popluar number systems.

HEX CC C6 C7
Decimal 204 198 199
Binary 11001100 11000110 11000111
Octal 314 306 307

Shades and tints

Shades of #CCC6C7

#CCC6C7
(204,198,199)
#BAB4B5
(186,180,181)
#A8A2A3
(168,162,163)
#969091
(150,144,145)
#847E7F
(132,126,127)
#726C6D
(114,108,109)
#605A5B
(96,90,91)
#4E4849
(78,72,73)
#3C3637
(60,54,55)
#2A2425
(42,36,37)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #CCC6C7

#CCC6C7
(204,198,199)
#D0CBCC
(208,203,204)
#D4D0D1
(212,208,209)
#D8D5D6
(216,213,214)
#DCDADB
(220,218,219)
#E0DFE0
(224,223,224)
#E4E4E5
(228,228,229)
#E8E9EA
(232,233,234)
#ECEEEF
(236,238,239)
#F0F3F4
(240,243,244)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC6C7; }

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

This text font color is #CCC6C7.

Background Color

.myBgColor { background-color: #CCC6C7; }

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

This div background color is #CCC6C7.

Border color

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

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

This div border color is #CCC6C7.

Opacity

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

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

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

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

This text has shadow with #CCC6C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC6C7.

Preview

Color preview on black background

This text has color #CCC6C7 on black background.


Color preview on white background

This text has color #CCC6C7 on white background.


Black color preview on #CCC6C7 background

This text has black color on #CCC6C7 background.


White color preview on #CCC6C7 background

This text has white color on #CCC6C7 background.


Related colors

Complementary color

Complementary color for #hex is #333938.


I love getcolorcode.com

Triadic colors

1 #C7CCC6 and #C6C7CC with #CCC6C7 are triadic colors.

2 #C7C6CC and #C6CCC7 with #CCC6C7 are triadic colors.