COLOR #C9C3BD

HEX: #C9C3BD RGB: (201,195,189)

Color info

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

RGB color model

#C9C3BD color RGB value is (201,195,189).

RGB: (201,195,189) (79%, 76%, 74%)

RGB channels and saturation

R 201 of 255 = 79%
G 195 of 255 = 76%
B 189 of 255 = 74%

201
195
189

R + G + B ~ 76%. #C9C3BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 195 + 189 = 585 (100%)
R 201 of 585 ~ 34.36%
G 195 of 585 ~ 33.33%
B 189 of 585 ~ 32.31'%

%34.36
%33.33
%32.31

CMYK color model

#C9C3BD color CMYK value is (0,3,6,21).

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

CMYK: (0,3,6,21)
C0M3Y6K21 (0%, 3%, 6%, 21%)
(0.00 / 0.03 / 0.06 / 0.21)

CMYK percentages

%0
%2.99
%5.97
%21.18

Codes

Color #C9C3BD in popluar color models

C9 C3 BD
RGB 201 195 189
HSL 30° 10.00% 76.47%
HSB/HSV 30° 5.97% 78.82%
CMYK 0.00% 2.99% 5.97%
21.18%

Color #C9C3BD in popluar number systems.

HEX C9 C3 BD
Decimal 201 195 189
Binary 11001001 11000011 10111101
Octal 311 303 275

Shades and tints

Shades of #C9C3BD

#C9C3BD
(201,195,189)
#B7B2AC
(183,178,172)
#A5A19B
(165,161,155)
#93908A
(147,144,138)
#817F79
(129,127,121)
#6F6E68
(111,110,104)
#5D5D57
(93,93,87)
#4B4C46
(75,76,70)
#393B35
(57,59,53)
#272A24
(39,42,36)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #C9C3BD

#C9C3BD
(201,195,189)
#CDC8C3
(205,200,195)
#D1CDC9
(209,205,201)
#D5D2CF
(213,210,207)
#D9D7D5
(217,215,213)
#DDDCDB
(221,220,219)
#E1E1E1
(225,225,225)
#E5E6E7
(229,230,231)
#E9EBED
(233,235,237)
#EDF0F3
(237,240,243)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C3BD; }

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

This text font color is #C9C3BD.

Background Color

.myBgColor { background-color: #C9C3BD; }

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

This div background color is #C9C3BD.

Border color

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

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

This div border color is #C9C3BD.

Opacity

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

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

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

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

This text has shadow with #C9C3BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9C3BD.

Preview

Color preview on black background

This text has color #C9C3BD on black background.


Color preview on white background

This text has color #C9C3BD on white background.


Black color preview on #C9C3BD background

This text has black color on #C9C3BD background.


White color preview on #C9C3BD background

This text has white color on #C9C3BD background.


Related colors

Complementary color

Complementary color for #hex is #363C42.


I love getcolorcode.com

Triadic colors

1 #BDC9C3 and #C3BDC9 with #C9C3BD are triadic colors.

2 #BDC3C9 and #C3C9BD with #C9C3BD are triadic colors.