COLOR #C9CBA7

HEX: #C9CBA7
RGB: (201,203,167)

Color info

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

RGB color model

#C9CBA7 color RGB value is (201,203,167).

  • red value is 201;
  • green value is 203;
  • blue value is 167.
RGB:
(201,203,167)
(79%,80%,65%)

RGB channels and saturation

R 201 of 255 = 79%
G 203 of 255 = 80%
B 167 of 255 = 65%

201
203
167

R + G + B ~ 75%. #C9CBA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 203 + 167 = 571 (100%)
R 201 of 571 ~ 35.2%
G 203 of 571 ~ 35.55%
B 167 of 571 ~ 29.25%

%35.2
%35.55
%29.25

CMYK color model

#C9CBA7 color CMYK value is (1,0,18,20).

  • cyan value is 0.99%
  • magenta value is 0.00%
  • yellow value is 17.73%
  • key color value is 20.39%
CMYK:
(1,0,18,20)
C1M0Y18K20 
(1%,0%,18%,20%)
(0.01/0.00/0.18/0.20)	

CMYK percentages

%0.99
%0
%17.73
%20.39

Codes

Color #C9CBA7 in popluar color models

C9CBA7
RGB201203167
HSL63°25.71%72.55%
HSB/HSV63°17.73%79.61%
CMYK0.99%0.00%17.73%
20.39%

Color #C9CBA7 in popluar number systems.

HEXC9CBA7
Decimal201203167
Binary110010011100101110100111
Octal311313247

Shades and tints

Shades of #C9CBA7

#C9CBA7
(201,203,167)
#B7B998
(183,185,152)
#A5A789
(165,167,137)
#93957A
(147,149,122)
#81836B
(129,131,107)
#6F715C
(111,113,92)
#5D5F4D
(93,95,77)
#4B4D3E
(75,77,62)
#393B2F
(57,59,47)
#272920
(39,41,32)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #C9CBA7

#C9CBA7
(201,203,167)
#CDCFAF
(205,207,175)
#D1D3B7
(209,211,183)
#D5D7BF
(213,215,191)
#D9DBC7
(217,219,199)
#DDDFCF
(221,223,207)
#E1E3D7
(225,227,215)
#E5E7DF
(229,231,223)
#E9EBE7
(233,235,231)
#EDEFEF
(237,239,239)
#F1F3F7
(241,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9CBA7 color. Also use rgb(201,203,167) instead hex code.

Text Font Color

.myTextColor { color: #C9CBA7; }

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

This text font color is #C9CBA7.


Background Color

.myBgColor { background-color: #C9CBA7; }

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

This div background color is #C9CBA7.


Border color

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

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

This div border color is #C9CBA7.


Opacity

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

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

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

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

This text has shadow with #C9CBA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CBA7 on black background.


Color preview on white background

This text has color #C9CBA7 on white background.



Black color preview on #C9CBA7 background

This text has black color on #C9CBA7 background.


White color preview on #C9CBA7 background

This text has white color on #C9CBA7 background.