COLOR #C7CCCC

HEX: #C7CCCC RGB: (199,204,204)

Color info

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

RGB color model

#C7CCCC color RGB value is (199,204,204).

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

RGB channels and saturation

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

199
204
204

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

Portions of RGB colors in percentages

R + G + B = 199 + 204 + 204 = 607 (100%)
R 199 of 607 ~ 32.78%
G 204 of 607 ~ 33.61%
B 204 of 607 ~ 33.61'%

%32.78
%33.61
%33.61

CMYK color model

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

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

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

CMYK percentages

%2.45
%0
%0
%20

Codes

Color #C7CCCC in popluar color models

C7 CC CC
RGB 199 204 204
HSL 180° 4.67% 79.02%
HSB/HSV 180° 2.45% 80.00%
CMYK 2.45% 0.00% 0.00%
20.00%

Color #C7CCCC in popluar number systems.

HEX C7 CC CC
Decimal 199 204 204
Binary 11000111 11001100 11001100
Octal 307 314 314

Shades and tints

Shades of #C7CCCC

#C7CCCC
(199,204,204)
#B5BABA
(181,186,186)
#A3A8A8
(163,168,168)
#919696
(145,150,150)
#7F8484
(127,132,132)
#6D7272
(109,114,114)
#5B6060
(91,96,96)
#494E4E
(73,78,78)
#373C3C
(55,60,60)
#252A2A
(37,42,42)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #C7CCCC

#C7CCCC
(199,204,204)
#CCD0D0
(204,208,208)
#D1D4D4
(209,212,212)
#D6D8D8
(214,216,216)
#DBDCDC
(219,220,220)
#E0E0E0
(224,224,224)
#E5E4E4
(229,228,228)
#EAE8E8
(234,232,232)
#EFECEC
(239,236,236)
#F4F0F0
(244,240,240)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CCCC; }

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

This text font color is #C7CCCC.

Background Color

.myBgColor { background-color: #C7CCCC; }

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

This div background color is #C7CCCC.

Border color

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

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

This div border color is #C7CCCC.

Opacity

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

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

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

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

This text has shadow with #C7CCCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CCCC.

Preview

Color preview on black background

This text has color #C7CCCC on black background.


Color preview on white background

This text has color #C7CCCC on white background.


Black color preview on #C7CCCC background

This text has black color on #C7CCCC background.


White color preview on #C7CCCC background

This text has white color on #C7CCCC background.


Related colors

Complementary color

Complementary color for #hex is #383333.


I love getcolorcode.com