COLOR #C9CAB3

HEX: #C9CAB3
RGB: (201,202,179)

Color info

#C9CAB3 contains red, green and blue colors in about the same proportion. Web safe color of #C9CAB3 is #CCCC99 (or #CC9).

RGB color model

#C9CAB3 color RGB value is (201,202,179).

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

RGB channels and saturation

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

201
202
179

R + G + B ~ 76%. #C9CAB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 202 + 179 = 582 (100%)
R 201 of 582 ~ 34.54%
G 202 of 582 ~ 34.71%
B 179 of 582 ~ 30.76%

%34.54
%34.71
%30.76

CMYK color model

#C9CAB3 color CMYK value is (0,0,11,21).

  • cyan value is 0.50%
  • magenta value is 0.00%
  • yellow value is 11.39%
  • key color value is 20.78%
CMYK:
(0,0,11,21)
C0M0Y11K21 
(0%,0%,11%,21%)
(0.00/0.00/0.11/0.21)	

CMYK percentages

%0.5
%0
%11.39
%20.78

Codes

Color #C9CAB3 in popluar color models

C9CAB3
RGB201202179
HSL63°17.83%74.71%
HSB/HSV63°11.39%79.22%
CMYK0.50%0.00%11.39%
20.78%

Color #C9CAB3 in popluar number systems.

HEXC9CAB3
Decimal201202179
Binary110010011100101010110011
Octal311312263

Shades and tints

Shades of #C9CAB3

#C9CAB3
(201,202,179)
#B7B8A3
(183,184,163)
#A5A693
(165,166,147)
#939483
(147,148,131)
#818273
(129,130,115)
#6F7063
(111,112,99)
#5D5E53
(93,94,83)
#4B4C43
(75,76,67)
#393A33
(57,58,51)
#272823
(39,40,35)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #C9CAB3

#C9CAB3
(201,202,179)
#CDCEB9
(205,206,185)
#D1D2BF
(209,210,191)
#D5D6C5
(213,214,197)
#D9DACB
(217,218,203)
#DDDED1
(221,222,209)
#E1E2D7
(225,226,215)
#E5E6DD
(229,230,221)
#E9EAE3
(233,234,227)
#EDEEE9
(237,238,233)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CAB3; }

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

This text font color is #C9CAB3.


Background Color

.myBgColor { background-color: #C9CAB3; }

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

This div background color is #C9CAB3.


Border color

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

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

This div border color is #C9CAB3.


Opacity

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

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

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

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

This text has shadow with #C9CAB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CAB3 on black background.


Color preview on white background

This text has color #C9CAB3 on white background.



Black color preview on #C9CAB3 background

This text has black color on #C9CAB3 background.


White color preview on #C9CAB3 background

This text has white color on #C9CAB3 background.