COLOR #C9C6BD

HEX: #C9C6BD RGB: (201,198,189)

Color info

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

RGB color model

#C9C6BD color RGB value is (201,198,189).

RGB: (201,198,189) (79%, 78%, 74%)

RGB channels and saturation

R 201 of 255 = 79%
G 198 of 255 = 78%
B 189 of 255 = 74%

201
198
189

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

Portions of RGB colors in percentages

R + G + B = 201 + 198 + 189 = 588 (100%)
R 201 of 588 ~ 34.18%
G 198 of 588 ~ 33.67%
B 189 of 588 ~ 32.14'%

%34.18
%33.67
%32.14

CMYK color model

#C9C6BD color CMYK value is (0,1,6,21).

  • cyan value is 0.00%
  • magenta value is 1.49%
  • yellow value is 5.97%
  • key color value is 21.18%

CMYK: (0,1,6,21)
C0M1Y6K21 (0%, 1%, 6%, 21%)
(0.00 / 0.01 / 0.06 / 0.21)

CMYK percentages

%0
%1.49
%5.97
%21.18

Codes

Color #C9C6BD in popluar color models

C9 C6 BD
RGB 201 198 189
HSL 45° 10.00% 76.47%
HSB/HSV 45° 5.97% 78.82%
CMYK 0.00% 1.49% 5.97%
21.18%

Color #C9C6BD in popluar number systems.

HEX C9 C6 BD
Decimal 201 198 189
Binary 11001001 11000110 10111101
Octal 311 306 275

Shades and tints

Shades of #C9C6BD

#C9C6BD
(201,198,189)
#B7B4AC
(183,180,172)
#A5A29B
(165,162,155)
#93908A
(147,144,138)
#817E79
(129,126,121)
#6F6C68
(111,108,104)
#5D5A57
(93,90,87)
#4B4846
(75,72,70)
#393635
(57,54,53)
#272424
(39,36,36)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #C9C6BD

#C9C6BD
(201,198,189)
#CDCBC3
(205,203,195)
#D1D0C9
(209,208,201)
#D5D5CF
(213,213,207)
#D9DAD5
(217,218,213)
#DDDFDB
(221,223,219)
#E1E4E1
(225,228,225)
#E5E9E7
(229,233,231)
#E9EEED
(233,238,237)
#EDF3F3
(237,243,243)
#F1F8F9
(241,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C6BD; }

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

This text font color is #C9C6BD.

Background Color

.myBgColor { background-color: #C9C6BD; }

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

This div background color is #C9C6BD.

Border color

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

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

This div border color is #C9C6BD.

Opacity

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

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

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

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

This text has shadow with #C9C6BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9C6BD.

Preview

Color preview on black background

This text has color #C9C6BD on black background.


Color preview on white background

This text has color #C9C6BD on white background.


Black color preview on #C9C6BD background

This text has black color on #C9C6BD background.


White color preview on #C9C6BD background

This text has white color on #C9C6BD background.


Related colors

Complementary color

Complementary color for #hex is #363942.


I love getcolorcode.com

Triadic colors

1 #BDC9C6 and #C6BDC9 with #C9C6BD are triadic colors.

2 #BDC6C9 and #C6C9BD with #C9C6BD are triadic colors.