COLOR #C9CAC7

HEX: #C9CAC7
RGB: (201,202,199)

Color info

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

RGB color model

#C9CAC7 color RGB value is (201,202,199).

  • red value is 201;
  • green value is 202;
  • blue value is 199.
RGB:
(201,202,199)
(79%,79%,78%)

RGB channels and saturation

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

201
202
199

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

Portions of RGB colors in percentages

R + G + B =
201 + 202 + 199 = 602 (100%)
R 201 of 602 ~ 33.39%
G 202 of 602 ~ 33.55%
B 199 of 602 ~ 33.06%

%33.39
%33.55
%33.06

CMYK color model

#C9CAC7 color CMYK value is (0,0,1,21).

  • cyan value is 0.50%
  • magenta value is 0.00%
  • yellow value is 1.49%
  • key color value is 20.78%
CMYK:
(0,0,1,21)
C0M0Y1K21 
(0%,0%,1%,21%)
(0.00/0.00/0.01/0.21)	

CMYK percentages

%0.5
%0
%1.49
%20.78

Codes

Color #C9CAC7 in popluar color models

C9CAC7
RGB201202199
HSL80°2.75%78.63%
HSB/HSV80°1.49%79.22%
CMYK0.50%0.00%1.49%
20.78%

Color #C9CAC7 in popluar number systems.

HEXC9CAC7
Decimal201202199
Binary110010011100101011000111
Octal311312307

Shades and tints

Shades of #C9CAC7

#C9CAC7
(201,202,199)
#B7B8B5
(183,184,181)
#A5A6A3
(165,166,163)
#939491
(147,148,145)
#81827F
(129,130,127)
#6F706D
(111,112,109)
#5D5E5B
(93,94,91)
#4B4C49
(75,76,73)
#393A37
(57,58,55)
#272825
(39,40,37)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #C9CAC7

#C9CAC7
(201,202,199)
#CDCECC
(205,206,204)
#D1D2D1
(209,210,209)
#D5D6D6
(213,214,214)
#D9DADB
(217,218,219)
#DDDEE0
(221,222,224)
#E1E2E5
(225,226,229)
#E5E6EA
(229,230,234)
#E9EAEF
(233,234,239)
#EDEEF4
(237,238,244)
#F1F2F9
(241,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CAC7; }

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

This text font color is #C9CAC7.


Background Color

.myBgColor { background-color: #C9CAC7; }

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

This div background color is #C9CAC7.


Border color

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

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

This div border color is #C9CAC7.


Opacity

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

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

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

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

This text has shadow with #C9CAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CAC7 on black background.


Color preview on white background

This text has color #C9CAC7 on white background.



Black color preview on #C9CAC7 background

This text has black color on #C9CAC7 background.


White color preview on #C9CAC7 background

This text has white color on #C9CAC7 background.