COLOR #C9CACA

HEX: #C9CACA RGB: (201,202,202)

Color info

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

RGB color model

#C9CACA color RGB value is (201,202,202).

RGB: (201,202,202) (79%, 79%, 79%)

RGB channels and saturation

R 201 of 255 = 79%
G 202 of 255 = 79%
B 202 of 255 = 79%

201
202
202

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

Portions of RGB colors in percentages

R + G + B = 201 + 202 + 202 = 605 (100%)
R 201 of 605 ~ 33.22%
G 202 of 605 ~ 33.39%
B 202 of 605 ~ 33.39'%

%33.22
%33.39
%33.39

CMYK color model

#C9CACA color CMYK value is (0,0,0,21).

  • cyan value is 0.50%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (0,0,0,21)
C0M0Y0K21 (0%, 0%, 0%, 21%)
(0.00 / 0.00 / 0.00 / 0.21)

CMYK percentages

%0.5
%0
%0
%20.78

Codes

Color #C9CACA in popluar color models

C9 CA CA
RGB 201 202 202
HSL 180° 0.93% 79.02%
HSB/HSV 180° 0.50% 79.22%
CMYK 0.50% 0.00% 0.00%
20.78%

Color #C9CACA in popluar number systems.

HEX C9 CA CA
Decimal 201 202 202
Binary 11001001 11001010 11001010
Octal 311 312 312

Shades and tints

Shades of #C9CACA

#C9CACA
(201,202,202)
#B7B8B8
(183,184,184)
#A5A6A6
(165,166,166)
#939494
(147,148,148)
#818282
(129,130,130)
#6F7070
(111,112,112)
#5D5E5E
(93,94,94)
#4B4C4C
(75,76,76)
#393A3A
(57,58,58)
#272828
(39,40,40)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #C9CACA

#C9CACA
(201,202,202)
#CDCECE
(205,206,206)
#D1D2D2
(209,210,210)
#D5D6D6
(213,214,214)
#D9DADA
(217,218,218)
#DDDEDE
(221,222,222)
#E1E2E2
(225,226,226)
#E5E6E6
(229,230,230)
#E9EAEA
(233,234,234)
#EDEEEE
(237,238,238)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9CACA color. Also use rgb(201,202,202) instead hex code.

Text Font Color

.myTextColor { color: #C9CACA; }

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

This text font color is #C9CACA.

Background Color

.myBgColor { background-color: #C9CACA; }

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

This div background color is #C9CACA.

Border color

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

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

This div border color is #C9CACA.

Opacity

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

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

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

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

This text has shadow with #C9CACA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9CACA.

Preview

Color preview on black background

This text has color #C9CACA on black background.


Color preview on white background

This text has color #C9CACA on white background.


Black color preview on #C9CACA background

This text has black color on #C9CACA background.


White color preview on #C9CACA background

This text has white color on #C9CACA background.


Related colors

Complementary color

Complementary color for #hex is #363535.


I love getcolorcode.com