COLOR #C9CABA

HEX: #C9CABA
RGB: (201,202,186)

Color info

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

RGB color model

#C9CABA color RGB value is (201,202,186).

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

RGB channels and saturation

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

201
202
186

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

Portions of RGB colors in percentages

R + G + B =
201 + 202 + 186 = 589 (100%)
R 201 of 589 ~ 34.13%
G 202 of 589 ~ 34.3%
B 186 of 589 ~ 31.58%

%34.13
%34.3
%31.58

CMYK color model

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

  • cyan value is 0.50%
  • magenta value is 0.00%
  • yellow value is 7.92%
  • key color value is 20.78%
CMYK:
(0,0,8,21)
C0M0Y8K21 
(0%,0%,8%,21%)
(0.00/0.00/0.08/0.21)	

CMYK percentages

%0.5
%0
%7.92
%20.78

Codes

Color #C9CABA in popluar color models

C9CABA
RGB201202186
HSL64°13.11%76.08%
HSB/HSV64°7.92%79.22%
CMYK0.50%0.00%7.92%
20.78%

Color #C9CABA in popluar number systems.

HEXC9CABA
Decimal201202186
Binary110010011100101010111010
Octal311312272

Shades and tints

Shades of #C9CABA

#C9CABA
(201,202,186)
#B7B8AA
(183,184,170)
#A5A69A
(165,166,154)
#93948A
(147,148,138)
#81827A
(129,130,122)
#6F706A
(111,112,106)
#5D5E5A
(93,94,90)
#4B4C4A
(75,76,74)
#393A3A
(57,58,58)
#27282A
(39,40,42)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #C9CABA

#C9CABA
(201,202,186)
#CDCEC0
(205,206,192)
#D1D2C6
(209,210,198)
#D5D6CC
(213,214,204)
#D9DAD2
(217,218,210)
#DDDED8
(221,222,216)
#E1E2DE
(225,226,222)
#E5E6E4
(229,230,228)
#E9EAEA
(233,234,234)
#EDEEF0
(237,238,240)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CABA; }

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

This text font color is #C9CABA.


Background Color

.myBgColor { background-color: #C9CABA; }

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

This div background color is #C9CABA.


Border color

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

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

This div border color is #C9CABA.


Opacity

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

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

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

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

This text has shadow with #C9CABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CABA on black background.


Color preview on white background

This text has color #C9CABA on white background.



Black color preview on #C9CABA background

This text has black color on #C9CABA background.


White color preview on #C9CABA background

This text has white color on #C9CABA background.