COLOR #C9BCA7

HEX: #C9BCA7
RGB: (201,188,167)

Color info

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

RGB color model

#C9BCA7 color RGB value is (201,188,167).

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

RGB channels and saturation

R 201 of 255 = 79%
G 188 of 255 = 74%
B 167 of 255 = 65%

201
188
167

R + G + B ~ 73%. #C9BCA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 188 + 167 = 556 (100%)
R 201 of 556 ~ 36.15%
G 188 of 556 ~ 33.81%
B 167 of 556 ~ 30.04%

%36.15
%33.81
%30.04

CMYK color model

#C9BCA7 color CMYK value is (0,6,17,21).

  • cyan value is 0.00%
  • magenta value is 6.47%
  • yellow value is 16.92%
  • key color value is 21.18%
CMYK:
(0,6,17,21)
C0M6Y17K21 
(0%,6%,17%,21%)
(0.00/0.06/0.17/0.21)	

CMYK percentages

%0
%6.47
%16.92
%21.18

Codes

Color #C9BCA7 in popluar color models

C9BCA7
RGB201188167
HSL37°23.94%72.16%
HSB/HSV37°16.92%78.82%
CMYK0.00%6.47%16.92%
21.18%

Color #C9BCA7 in popluar number systems.

HEXC9BCA7
Decimal201188167
Binary110010011011110010100111
Octal311274247

Shades and tints

Shades of #C9BCA7

#C9BCA7
(201,188,167)
#B7AB98
(183,171,152)
#A59A89
(165,154,137)
#93897A
(147,137,122)
#81786B
(129,120,107)
#6F675C
(111,103,92)
#5D564D
(93,86,77)
#4B453E
(75,69,62)
#39342F
(57,52,47)
#272320
(39,35,32)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #C9BCA7

#C9BCA7
(201,188,167)
#CDC2AF
(205,194,175)
#D1C8B7
(209,200,183)
#D5CEBF
(213,206,191)
#D9D4C7
(217,212,199)
#DDDACF
(221,218,207)
#E1E0D7
(225,224,215)
#E5E6DF
(229,230,223)
#E9ECE7
(233,236,231)
#EDF2EF
(237,242,239)
#F1F8F7
(241,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BCA7; }

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

This text font color is #C9BCA7.


Background Color

.myBgColor { background-color: #C9BCA7; }

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

This div background color is #C9BCA7.


Border color

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

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

This div border color is #C9BCA7.


Opacity

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

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

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

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

This text has shadow with #C9BCA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BCA7 on black background.


Color preview on white background

This text has color #C9BCA7 on white background.



Black color preview on #C9BCA7 background

This text has black color on #C9BCA7 background.


White color preview on #C9BCA7 background

This text has white color on #C9BCA7 background.