COLOR #C9C9BE

HEX: #C9C9BE
RGB: (201,201,190)

Color info

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

RGB color model

#C9C9BE color RGB value is (201,201,190).

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

RGB channels and saturation

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

201
201
190

R + G + B ~ 78%. #C9C9BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 201 + 190 = 592 (100%)
R 201 of 592 ~ 33.95%
G 201 of 592 ~ 33.95%
B 190 of 592 ~ 32.09%

%33.95
%33.95
%32.09

CMYK color model

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

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

CMYK percentages

%0
%0
%5.47
%21.18

Codes

Color #C9C9BE in popluar color models

C9C9BE
RGB201201190
HSL60°9.24%76.67%
HSB/HSV60°5.47%78.82%
CMYK0.00%0.00%5.47%
21.18%

Color #C9C9BE in popluar number systems.

HEXC9C9BE
Decimal201201190
Binary110010011100100110111110
Octal311311276

Shades and tints

Shades of #C9C9BE

#C9C9BE
(201,201,190)
#B7B7AD
(183,183,173)
#A5A59C
(165,165,156)
#93938B
(147,147,139)
#81817A
(129,129,122)
#6F6F69
(111,111,105)
#5D5D58
(93,93,88)
#4B4B47
(75,75,71)
#393936
(57,57,54)
#272725
(39,39,37)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #C9C9BE

#C9C9BE
(201,201,190)
#CDCDC3
(205,205,195)
#D1D1C8
(209,209,200)
#D5D5CD
(213,213,205)
#D9D9D2
(217,217,210)
#DDDDD7
(221,221,215)
#E1E1DC
(225,225,220)
#E5E5E1
(229,229,225)
#E9E9E6
(233,233,230)
#EDEDEB
(237,237,235)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C9BE; }

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

This text font color is #C9C9BE.


Background Color

.myBgColor { background-color: #C9C9BE; }

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

This div background color is #C9C9BE.


Border color

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

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

This div border color is #C9C9BE.


Opacity

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

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

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

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

This text has shadow with #C9C9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C9BE on black background.


Color preview on white background

This text has color #C9C9BE on white background.



Black color preview on #C9C9BE background

This text has black color on #C9C9BE background.


White color preview on #C9C9BE background

This text has white color on #C9C9BE background.