COLOR #C9C6BE

HEX: #C9C6BE
RGB: (201,198,190)

Color info

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

RGB color model

#C9C6BE color RGB value is (201,198,190).

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

RGB channels and saturation

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

201
198
190

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

Portions of RGB colors in percentages

R + G + B =
201 + 198 + 190 = 589 (100%)
R 201 of 589 ~ 34.13%
G 198 of 589 ~ 33.62%
B 190 of 589 ~ 32.26%

%34.13
%33.62
%32.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.49%
  • 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.49
%5.47
%21.18

Codes

Color #C9C6BE in popluar color models

C9C6BE
RGB201198190
HSL44°9.24%76.67%
HSB/HSV44°5.47%78.82%
CMYK0.00%1.49%5.47%
21.18%

Color #C9C6BE in popluar number systems.

HEXC9C6BE
Decimal201198190
Binary110010011100011010111110
Octal311306276

Shades and tints

Shades of #C9C6BE

#C9C6BE
(201,198,190)
#B7B4AD
(183,180,173)
#A5A29C
(165,162,156)
#93908B
(147,144,139)
#817E7A
(129,126,122)
#6F6C69
(111,108,105)
#5D5A58
(93,90,88)
#4B4847
(75,72,71)
#393636
(57,54,54)
#272425
(39,36,37)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #C9C6BE

#C9C6BE
(201,198,190)
#CDCBC3
(205,203,195)
#D1D0C8
(209,208,200)
#D5D5CD
(213,213,205)
#D9DAD2
(217,218,210)
#DDDFD7
(221,223,215)
#E1E4DC
(225,228,220)
#E5E9E1
(229,233,225)
#E9EEE6
(233,238,230)
#EDF3EB
(237,243,235)
#F1F8F0
(241,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C6BE; }

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

This text font color is #C9C6BE.


Background Color

.myBgColor { background-color: #C9C6BE; }

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

This div background color is #C9C6BE.


Border color

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

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

This div border color is #C9C6BE.


Opacity

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

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

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

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

This text has shadow with #C9C6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C6BE on black background.


Color preview on white background

This text has color #C9C6BE on white background.



Black color preview on #C9C6BE background

This text has black color on #C9C6BE background.


White color preview on #C9C6BE background

This text has white color on #C9C6BE background.