COLOR #C9C1BF

HEX: #C9C1BF RGB: (201,193,191)

Color info

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

RGB color model

#C9C1BF color RGB value is (201,193,191).

RGB: (201,193,191) (79%, 76%, 75%)

RGB channels and saturation

R 201 of 255 = 79%
G 193 of 255 = 76%
B 191 of 255 = 75%

201
193
191

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

Portions of RGB colors in percentages

R + G + B = 201 + 193 + 191 = 585 (100%)
R 201 of 585 ~ 34.36%
G 193 of 585 ~ 32.99%
B 191 of 585 ~ 32.65'%

%34.36
%32.99
%32.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.98%
  • yellow value is 4.98%
  • key color value is 21.18%

CMYK: (0,4,5,21)
C0M4Y5K21 (0%, 4%, 5%, 21%)
(0.00 / 0.04 / 0.05 / 0.21)

CMYK percentages

%0
%3.98
%4.98
%21.18

Codes

Color #C9C1BF in popluar color models

C9 C1 BF
RGB 201 193 191
HSL 12° 8.47% 76.86%
HSB/HSV 12° 4.98% 78.82%
CMYK 0.00% 3.98% 4.98%
21.18%

Color #C9C1BF in popluar number systems.

HEX C9 C1 BF
Decimal 201 193 191
Binary 11001001 11000001 10111111
Octal 311 301 277

Shades and tints

Shades of #C9C1BF

#C9C1BF
(201,193,191)
#B7B0AE
(183,176,174)
#A59F9D
(165,159,157)
#938E8C
(147,142,140)
#817D7B
(129,125,123)
#6F6C6A
(111,108,106)
#5D5B59
(93,91,89)
#4B4A48
(75,74,72)
#393937
(57,57,55)
#272826
(39,40,38)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #C9C1BF

#C9C1BF
(201,193,191)
#CDC6C4
(205,198,196)
#D1CBC9
(209,203,201)
#D5D0CE
(213,208,206)
#D9D5D3
(217,213,211)
#DDDAD8
(221,218,216)
#E1DFDD
(225,223,221)
#E5E4E2
(229,228,226)
#E9E9E7
(233,233,231)
#EDEEEC
(237,238,236)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C1BF; }

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

This text font color is #C9C1BF.

Background Color

.myBgColor { background-color: #C9C1BF; }

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

This div background color is #C9C1BF.

Border color

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

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

This div border color is #C9C1BF.

Opacity

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

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

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

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

This text has shadow with #C9C1BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9C1BF.

Preview

Color preview on black background

This text has color #C9C1BF on black background.


Color preview on white background

This text has color #C9C1BF on white background.


Black color preview on #C9C1BF background

This text has black color on #C9C1BF background.


White color preview on #C9C1BF background

This text has white color on #C9C1BF background.


Related colors

Complementary color

Complementary color for #hex is #363E40.


I love getcolorcode.com

Triadic colors

1 #BFC9C1 and #C1BFC9 with #C9C1BF are triadic colors.

2 #BFC1C9 and #C1C9BF with #C9C1BF are triadic colors.