COLOR #CCC7C8

HEX: #CCC7C8 RGB: (204,199,200)

Color info

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

RGB color model

#CCC7C8 color RGB value is (204,199,200).

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

RGB channels and saturation

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

204
199
200

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

Portions of RGB colors in percentages

R + G + B = 204 + 199 + 200 = 603 (100%)
R 204 of 603 ~ 33.83%
G 199 of 603 ~ 33%
B 200 of 603 ~ 33.17'%

%33.83
%33
%33.17

CMYK color model

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

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

CMYK: (0,2,2,20)
C0M2Y2K20 (0%, 2%, 2%, 20%)
(0.00 / 0.02 / 0.02 / 0.20)

CMYK percentages

%0
%2.45
%1.96
%20

Codes

Color #CCC7C8 in popluar color models

CC C7 C8
RGB 204 199 200
HSL 348° 4.67% 79.02%
HSB/HSV 348° 2.45% 80.00%
CMYK 0.00% 2.45% 1.96%
20.00%

Color #CCC7C8 in popluar number systems.

HEX CC C7 C8
Decimal 204 199 200
Binary 11001100 11000111 11001000
Octal 314 307 310

Shades and tints

Shades of #CCC7C8

#CCC7C8
(204,199,200)
#BAB5B6
(186,181,182)
#A8A3A4
(168,163,164)
#969192
(150,145,146)
#847F80
(132,127,128)
#726D6E
(114,109,110)
#605B5C
(96,91,92)
#4E494A
(78,73,74)
#3C3738
(60,55,56)
#2A2526
(42,37,38)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #CCC7C8

#CCC7C8
(204,199,200)
#D0CCCD
(208,204,205)
#D4D1D2
(212,209,210)
#D8D6D7
(216,214,215)
#DCDBDC
(220,219,220)
#E0E0E1
(224,224,225)
#E4E5E6
(228,229,230)
#E8EAEB
(232,234,235)
#ECEFF0
(236,239,240)
#F0F4F5
(240,244,245)
#F4F9FA
(244,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC7C8; }

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

This text font color is #CCC7C8.

Background Color

.myBgColor { background-color: #CCC7C8; }

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

This div background color is #CCC7C8.

Border color

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

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

This div border color is #CCC7C8.

Opacity

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

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

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

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

This text has shadow with #CCC7C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC7C8.

Preview

Color preview on black background

This text has color #CCC7C8 on black background.


Color preview on white background

This text has color #CCC7C8 on white background.


Black color preview on #CCC7C8 background

This text has black color on #CCC7C8 background.


White color preview on #CCC7C8 background

This text has white color on #CCC7C8 background.


Related colors

Complementary color

Complementary color for #hex is #333837.


I love getcolorcode.com

Triadic colors

1 #C8CCC7 and #C7C8CC with #CCC7C8 are triadic colors.

2 #C8C7CC and #C7CCC8 with #CCC7C8 are triadic colors.