COLOR #C9BFBB

HEX: #C9BFBB RGB: (201,191,187)

Color info

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

RGB color model

#C9BFBB color RGB value is (201,191,187).

RGB: (201,191,187) (79%, 75%, 73%)

RGB channels and saturation

R 201 of 255 = 79%
G 191 of 255 = 75%
B 187 of 255 = 73%

201
191
187

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

Portions of RGB colors in percentages

R + G + B = 201 + 191 + 187 = 579 (100%)
R 201 of 579 ~ 34.72%
G 191 of 579 ~ 32.99%
B 187 of 579 ~ 32.3'%

%34.72
%32.99
%32.3

CMYK color model

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

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

CMYK: (0,5,7,21)
C0M5Y7K21 (0%, 5%, 7%, 21%)
(0.00 / 0.05 / 0.07 / 0.21)

CMYK percentages

%0
%4.98
%6.97
%21.18

Codes

Color #C9BFBB in popluar color models

C9 BF BB
RGB 201 191 187
HSL 17° 11.48% 76.08%
HSB/HSV 17° 6.97% 78.82%
CMYK 0.00% 4.98% 6.97%
21.18%

Color #C9BFBB in popluar number systems.

HEX C9 BF BB
Decimal 201 191 187
Binary 11001001 10111111 10111011
Octal 311 277 273

Shades and tints

Shades of #C9BFBB

#C9BFBB
(201,191,187)
#B7AEAA
(183,174,170)
#A59D99
(165,157,153)
#938C88
(147,140,136)
#817B77
(129,123,119)
#6F6A66
(111,106,102)
#5D5955
(93,89,85)
#4B4844
(75,72,68)
#393733
(57,55,51)
#272622
(39,38,34)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #C9BFBB

#C9BFBB
(201,191,187)
#CDC4C1
(205,196,193)
#D1C9C7
(209,201,199)
#D5CECD
(213,206,205)
#D9D3D3
(217,211,211)
#DDD8D9
(221,216,217)
#E1DDDF
(225,221,223)
#E5E2E5
(229,226,229)
#E9E7EB
(233,231,235)
#EDECF1
(237,236,241)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BFBB; }

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

This text font color is #C9BFBB.

Background Color

.myBgColor { background-color: #C9BFBB; }

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

This div background color is #C9BFBB.

Border color

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

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

This div border color is #C9BFBB.

Opacity

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

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

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

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

This text has shadow with #C9BFBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9BFBB.

Preview

Color preview on black background

This text has color #C9BFBB on black background.


Color preview on white background

This text has color #C9BFBB on white background.


Black color preview on #C9BFBB background

This text has black color on #C9BFBB background.


White color preview on #C9BFBB background

This text has white color on #C9BFBB background.


Related colors

Complementary color

Complementary color for #hex is #364044.


I love getcolorcode.com

Triadic colors

1 #BBC9BF and #BFBBC9 with #C9BFBB are triadic colors.

2 #BBBFC9 and #BFC9BB with #C9BFBB are triadic colors.