COLOR #C9BFBC

HEX: #C9BFBC RGB: (201,191,188)

Color info

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

RGB color model

#C9BFBC color RGB value is (201,191,188).

RGB: (201,191,188) (79%, 75%, 74%)

RGB channels and saturation

R 201 of 255 = 79%
G 191 of 255 = 75%
B 188 of 255 = 74%

201
191
188

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

Portions of RGB colors in percentages

R + G + B = 201 + 191 + 188 = 580 (100%)
R 201 of 580 ~ 34.66%
G 191 of 580 ~ 32.93%
B 188 of 580 ~ 32.41'%

%34.66
%32.93
%32.41

CMYK color model

#C9BFBC color CMYK value is (0,5,6,21).

  • cyan value is 0.00%
  • magenta value is 4.98%
  • yellow value is 6.47%
  • key color value is 21.18%
CMYK: (0,5,6,21) C0M5Y6K21 (0%,5%,6%,21%) (0.00/0.05/0.06/0.21) 

CMYK percentages

%0
%4.98
%6.47
%21.18

Codes

Color #C9BFBC in popluar color models

C9 BF BC
RGB 201 191 188
HSL 14° 10.74% 76.27%
HSB/HSV 14° 6.47% 78.82%
CMYK 0.00% 4.98% 6.47%
21.18%

Color #C9BFBC in popluar number systems.

HEX C9 BF BC
Decimal 201 191 188
Binary 11001001 10111111 10111100
Octal 311 277 274

Shades and tints

Shades of #C9BFBC

#C9BFBC
(201,191,188)
#B7AEAB
(183,174,171)
#A59D9A
(165,157,154)
#938C89
(147,140,137)
#817B78
(129,123,120)
#6F6A67
(111,106,103)
#5D5956
(93,89,86)
#4B4845
(75,72,69)
#393734
(57,55,52)
#272623
(39,38,35)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #C9BFBC

#C9BFBC
(201,191,188)
#CDC4C2
(205,196,194)
#D1C9C8
(209,201,200)
#D5CECE
(213,206,206)
#D9D3D4
(217,211,212)
#DDD8DA
(221,216,218)
#E1DDE0
(225,221,224)
#E5E2E6
(229,226,230)
#E9E7EC
(233,231,236)
#EDECF2
(237,236,242)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BFBC; }

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

This text font color is #C9BFBC.

Background Color

.myBgColor { background-color: #C9BFBC; }

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

This div background color is #C9BFBC.

Border color

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

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

This div border color is #C9BFBC.

Opacity

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

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

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

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

This text has shadow with #C9BFBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9BFBC.

Preview

Color preview on black background

This text has color #C9BFBC on black background.


Color preview on white background

This text has color #C9BFBC on white background.


Black color preview on #C9BFBC background

This text has black color on #C9BFBC background.


White color preview on #C9BFBC background

This text has white color on #C9BFBC background.


Related colors

Complementary color

Complementary color for #hex is #364043.


I love getcolorcode.com

Triadic colors

1 #BCC9BF and #BFBCC9 with #C9BFBC are triadic colors.

2 #BCBFC9 and #BFC9BC with #C9BFBC are triadic colors.