COLOR #C2C2C7

HEX: #C2C2C7 RGB: (194,194,199)

Color info

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

RGB color model

#C2C2C7 color RGB value is (194,194,199).

RGB: (194,194,199) (76%, 76%, 78%)

RGB channels and saturation

R 194 of 255 = 76%
G 194 of 255 = 76%
B 199 of 255 = 78%

194
194
199

R + G + B ~ 77%. #C2C2C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 194 + 199 = 587 (100%)
R 194 of 587 ~ 33.05%
G 194 of 587 ~ 33.05%
B 199 of 587 ~ 33.9'%

%33.05
%33.05
%33.9

CMYK color model

#C2C2C7 color CMYK value is (3,3,0,22).

  • cyan value is 2.51%
  • magenta value is 2.51%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (3,3,0,22)
C3M3Y0K22 (3%, 3%, 0%, 22%)
(0.03 / 0.03 / 0.00 / 0.22)

CMYK percentages

%2.51
%2.51
%0
%21.96

Codes

Color #C2C2C7 in popluar color models

C2 C2 C7
RGB 194 194 199
HSL 240° 4.27% 77.06%
HSB/HSV 240° 2.51% 78.04%
CMYK 2.51% 2.51% 0.00%
21.96%

Color #C2C2C7 in popluar number systems.

HEX C2 C2 C7
Decimal 194 194 199
Binary 11000010 11000010 11000111
Octal 302 302 307

Shades and tints

Shades of #C2C2C7

#C2C2C7
(194,194,199)
#B1B1B5
(177,177,181)
#A0A0A3
(160,160,163)
#8F8F91
(143,143,145)
#7E7E7F
(126,126,127)
#6D6D6D
(109,109,109)
#5C5C5B
(92,92,91)
#4B4B49
(75,75,73)
#3A3A37
(58,58,55)
#292925
(41,41,37)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #C2C2C7

#C2C2C7
(194,194,199)
#C7C7CC
(199,199,204)
#CCCCD1
(204,204,209)
#D1D1D6
(209,209,214)
#D6D6DB
(214,214,219)
#DBDBE0
(219,219,224)
#E0E0E5
(224,224,229)
#E5E5EA
(229,229,234)
#EAEAEF
(234,234,239)
#EFEFF4
(239,239,244)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C2C7; }

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

This text font color is #C2C2C7.

Background Color

.myBgColor { background-color: #C2C2C7; }

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

This div background color is #C2C2C7.

Border color

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

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

This div border color is #C2C2C7.

Opacity

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

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

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

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

This text has shadow with #C2C2C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2C2C7.

Preview

Color preview on black background

This text has color #C2C2C7 on black background.


Color preview on white background

This text has color #C2C2C7 on white background.


Black color preview on #C2C2C7 background

This text has black color on #C2C2C7 background.


White color preview on #C2C2C7 background

This text has white color on #C2C2C7 background.


Related colors

Complementary color

Complementary color for #hex is #3D3D38.


I love getcolorcode.com