COLOR #C7CACB

HEX: #C7CACB
RGB: (199,202,203)

Color info

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

RGB color model

#C7CACB color RGB value is (199,202,203).

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

RGB channels and saturation

R 199 of 255 = 78%
G 202 of 255 = 79%
B 203 of 255 = 80%

199
202
203

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

Portions of RGB colors in percentages

R + G + B =
199 + 202 + 203 = 604 (100%)
R 199 of 604 ~ 32.95%
G 202 of 604 ~ 33.44%
B 203 of 604 ~ 33.61%

%32.95
%33.44
%33.61

CMYK color model

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

  • cyan value is 1.97%
  • magenta value is 0.49%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(2,0,0,20)
C2M0Y0K20 
(2%,0%,0%,20%)
(0.02/0.00/0.00/0.20)	

CMYK percentages

%1.97
%0.49
%0
%20.39

Codes

Color #C7CACB in popluar color models

C7CACB
RGB199202203
HSL195°3.70%78.82%
HSB/HSV195°1.97%79.61%
CMYK1.97%0.49%0.00%
20.39%

Color #C7CACB in popluar number systems.

HEXC7CACB
Decimal199202203
Binary110001111100101011001011
Octal307312313

Shades and tints

Shades of #C7CACB

#C7CACB
(199,202,203)
#B5B8B9
(181,184,185)
#A3A6A7
(163,166,167)
#919495
(145,148,149)
#7F8283
(127,130,131)
#6D7071
(109,112,113)
#5B5E5F
(91,94,95)
#494C4D
(73,76,77)
#373A3B
(55,58,59)
#252829
(37,40,41)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #C7CACB

#C7CACB
(199,202,203)
#CCCECF
(204,206,207)
#D1D2D3
(209,210,211)
#D6D6D7
(214,214,215)
#DBDADB
(219,218,219)
#E0DEDF
(224,222,223)
#E5E2E3
(229,226,227)
#EAE6E7
(234,230,231)
#EFEAEB
(239,234,235)
#F4EEEF
(244,238,239)
#F9F2F3
(249,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CACB; }

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

This text font color is #C7CACB.


Background Color

.myBgColor { background-color: #C7CACB; }

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

This div background color is #C7CACB.


Border color

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

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

This div border color is #C7CACB.


Opacity

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

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

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

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

This text has shadow with #C7CACB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CACB on black background.


Color preview on white background

This text has color #C7CACB on white background.



Black color preview on #C7CACB background

This text has black color on #C7CACB background.


White color preview on #C7CACB background

This text has white color on #C7CACB background.