COLOR #C7CAB9

HEX: #C7CAB9
RGB: (199,202,185)

Color info

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

RGB color model

#C7CAB9 color RGB value is (199,202,185).

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

RGB channels and saturation

R 199 of 255 = 78%
G 202 of 255 = 79%
B 185 of 255 = 73%

199
202
185

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

Portions of RGB colors in percentages

R + G + B =
199 + 202 + 185 = 586 (100%)
R 199 of 586 ~ 33.96%
G 202 of 586 ~ 34.47%
B 185 of 586 ~ 31.57%

%33.96
%34.47
%31.57

CMYK color model

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

  • cyan value is 1.49%
  • magenta value is 0.00%
  • yellow value is 8.42%
  • key color value is 20.78%
CMYK:
(1,0,8,21)
C1M0Y8K21 
(1%,0%,8%,21%)
(0.01/0.00/0.08/0.21)	

CMYK percentages

%1.49
%0
%8.42
%20.78

Codes

Color #C7CAB9 in popluar color models

C7CAB9
RGB199202185
HSL71°13.82%75.88%
HSB/HSV71°8.42%79.22%
CMYK1.49%0.00%8.42%
20.78%

Color #C7CAB9 in popluar number systems.

HEXC7CAB9
Decimal199202185
Binary110001111100101010111001
Octal307312271

Shades and tints

Shades of #C7CAB9

#C7CAB9
(199,202,185)
#B5B8A9
(181,184,169)
#A3A699
(163,166,153)
#919489
(145,148,137)
#7F8279
(127,130,121)
#6D7069
(109,112,105)
#5B5E59
(91,94,89)
#494C49
(73,76,73)
#373A39
(55,58,57)
#252829
(37,40,41)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #C7CAB9

#C7CAB9
(199,202,185)
#CCCEBF
(204,206,191)
#D1D2C5
(209,210,197)
#D6D6CB
(214,214,203)
#DBDAD1
(219,218,209)
#E0DED7
(224,222,215)
#E5E2DD
(229,226,221)
#EAE6E3
(234,230,227)
#EFEAE9
(239,234,233)
#F4EEEF
(244,238,239)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CAB9; }

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

This text font color is #C7CAB9.


Background Color

.myBgColor { background-color: #C7CAB9; }

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

This div background color is #C7CAB9.


Border color

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

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

This div border color is #C7CAB9.


Opacity

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

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

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

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

This text has shadow with #C7CAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CAB9 on black background.


Color preview on white background

This text has color #C7CAB9 on white background.



Black color preview on #C7CAB9 background

This text has black color on #C7CAB9 background.


White color preview on #C7CAB9 background

This text has white color on #C7CAB9 background.