COLOR #CCC4C7

HEX: #CCC4C7 RGB: (204,196,199)

Color info

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

RGB color model

#CCC4C7 color RGB value is (204,196,199).

RGB: (204,196,199) (80%, 77%, 78%)

RGB channels and saturation

R 204 of 255 = 80%
G 196 of 255 = 77%
B 199 of 255 = 78%

204
196
199

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

Portions of RGB colors in percentages

R + G + B = 204 + 196 + 199 = 599 (100%)
R 204 of 599 ~ 34.06%
G 196 of 599 ~ 32.72%
B 199 of 599 ~ 33.22'%

%34.06
%32.72
%33.22

CMYK color model

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

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

CMYK: (0,4,2,20)
C0M4Y2K20 (0%, 4%, 2%, 20%)
(0.00 / 0.04 / 0.02 / 0.20)

CMYK percentages

%0
%3.92
%2.45
%20

Codes

Color #CCC4C7 in popluar color models

CC C4 C7
RGB 204 196 199
HSL 338° 7.27% 78.43%
HSB/HSV 338° 3.92% 80.00%
CMYK 0.00% 3.92% 2.45%
20.00%

Color #CCC4C7 in popluar number systems.

HEX CC C4 C7
Decimal 204 196 199
Binary 11001100 11000100 11000111
Octal 314 304 307

Shades and tints

Shades of #CCC4C7

#CCC4C7
(204,196,199)
#BAB3B5
(186,179,181)
#A8A2A3
(168,162,163)
#969191
(150,145,145)
#84807F
(132,128,127)
#726F6D
(114,111,109)
#605E5B
(96,94,91)
#4E4D49
(78,77,73)
#3C3C37
(60,60,55)
#2A2B25
(42,43,37)
#181A13
(24,26,19)
#000000
(0,0,0)

Tints of #CCC4C7

#CCC4C7
(204,196,199)
#D0C9CC
(208,201,204)
#D4CED1
(212,206,209)
#D8D3D6
(216,211,214)
#DCD8DB
(220,216,219)
#E0DDE0
(224,221,224)
#E4E2E5
(228,226,229)
#E8E7EA
(232,231,234)
#ECECEF
(236,236,239)
#F0F1F4
(240,241,244)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC4C7; }

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

This text font color is #CCC4C7.

Background Color

.myBgColor { background-color: #CCC4C7; }

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

This div background color is #CCC4C7.

Border color

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

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

This div border color is #CCC4C7.

Opacity

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

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

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

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

This text has shadow with #CCC4C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC4C7.

Preview

Color preview on black background

This text has color #CCC4C7 on black background.


Color preview on white background

This text has color #CCC4C7 on white background.


Black color preview on #CCC4C7 background

This text has black color on #CCC4C7 background.


White color preview on #CCC4C7 background

This text has white color on #CCC4C7 background.


Related colors

Complementary color

Complementary color for #hex is #333B38.


I love getcolorcode.com

Triadic colors

1 #C7CCC4 and #C4C7CC with #CCC4C7 are triadic colors.

2 #C7C4CC and #C4CCC7 with #CCC4C7 are triadic colors.