COLOR #C9C7BE

HEX: #C9C7BE
RGB: (201,199,190)

Color info

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

RGB color model

#C9C7BE color RGB value is (201,199,190).

  • red value is 201;
  • green value is 199;
  • blue value is 190.
RGB:
(201,199,190)
(79%,78%,75%)

RGB channels and saturation

R 201 of 255 = 79%
G 199 of 255 = 78%
B 190 of 255 = 75%

201
199
190

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

Portions of RGB colors in percentages

R + G + B =
201 + 199 + 190 = 590 (100%)
R 201 of 590 ~ 34.07%
G 199 of 590 ~ 33.73%
B 190 of 590 ~ 32.2%

%34.07
%33.73
%32.2

CMYK color model

#C9C7BE color CMYK value is (0,1,5,21).

  • cyan value is 0.00%
  • magenta value is 1.00%
  • yellow value is 5.47%
  • key color value is 21.18%
CMYK:
(0,1,5,21)
C0M1Y5K21 
(0%,1%,5%,21%)
(0.00/0.01/0.05/0.21)	

CMYK percentages

%0
%1
%5.47
%21.18

Codes

Color #C9C7BE in popluar color models

C9C7BE
RGB201199190
HSL49°9.24%76.67%
HSB/HSV49°5.47%78.82%
CMYK0.00%1.00%5.47%
21.18%

Color #C9C7BE in popluar number systems.

HEXC9C7BE
Decimal201199190
Binary110010011100011110111110
Octal311307276

Shades and tints

Shades of #C9C7BE

#C9C7BE
(201,199,190)
#B7B5AD
(183,181,173)
#A5A39C
(165,163,156)
#93918B
(147,145,139)
#817F7A
(129,127,122)
#6F6D69
(111,109,105)
#5D5B58
(93,91,88)
#4B4947
(75,73,71)
#393736
(57,55,54)
#272525
(39,37,37)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #C9C7BE

#C9C7BE
(201,199,190)
#CDCCC3
(205,204,195)
#D1D1C8
(209,209,200)
#D5D6CD
(213,214,205)
#D9DBD2
(217,219,210)
#DDE0D7
(221,224,215)
#E1E5DC
(225,229,220)
#E5EAE1
(229,234,225)
#E9EFE6
(233,239,230)
#EDF4EB
(237,244,235)
#F1F9F0
(241,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C7BE color. Also use rgb(201,199,190) instead hex code.

Text Font Color

.myTextColor { color: #C9C7BE; }

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

This text font color is #C9C7BE.


Background Color

.myBgColor { background-color: #C9C7BE; }

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

This div background color is #C9C7BE.


Border color

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

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

This div border color is #C9C7BE.


Opacity

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

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

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

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

This text has shadow with #C9C7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C7BE on black background.


Color preview on white background

This text has color #C9C7BE on white background.



Black color preview on #C9C7BE background

This text has black color on #C9C7BE background.


White color preview on #C9C7BE background

This text has white color on #C9C7BE background.