COLOR #C9BFBE

HEX: #C9BFBE
RGB: (201,191,190)

Color info

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

RGB color model

#C9BFBE color RGB value is (201,191,190).

  • red value is 201;
  • green value is 191;
  • blue value is 190.
RGB:
(201,191,190)
(79%,75%,75%)

RGB channels and saturation

R 201 of 255 = 79%
G 191 of 255 = 75%
B 190 of 255 = 75%

201
191
190

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

Portions of RGB colors in percentages

R + G + B =
201 + 191 + 190 = 582 (100%)
R 201 of 582 ~ 34.54%
G 191 of 582 ~ 32.82%
B 190 of 582 ~ 32.65%

%34.54
%32.82
%32.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.98%
  • yellow value is 5.47%
  • key color value is 21.18%
CMYK:
(0,5,5,21)
C0M5Y5K21 
(0%,5%,5%,21%)
(0.00/0.05/0.05/0.21)	

CMYK percentages

%0
%4.98
%5.47
%21.18

Codes

Color #C9BFBE in popluar color models

C9BFBE
RGB201191190
HSL9.24%76.67%
HSB/HSV5.47%78.82%
CMYK0.00%4.98%5.47%
21.18%

Color #C9BFBE in popluar number systems.

HEXC9BFBE
Decimal201191190
Binary110010011011111110111110
Octal311277276

Shades and tints

Shades of #C9BFBE

#C9BFBE
(201,191,190)
#B7AEAD
(183,174,173)
#A59D9C
(165,157,156)
#938C8B
(147,140,139)
#817B7A
(129,123,122)
#6F6A69
(111,106,105)
#5D5958
(93,89,88)
#4B4847
(75,72,71)
#393736
(57,55,54)
#272625
(39,38,37)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #C9BFBE

#C9BFBE
(201,191,190)
#CDC4C3
(205,196,195)
#D1C9C8
(209,201,200)
#D5CECD
(213,206,205)
#D9D3D2
(217,211,210)
#DDD8D7
(221,216,215)
#E1DDDC
(225,221,220)
#E5E2E1
(229,226,225)
#E9E7E6
(233,231,230)
#EDECEB
(237,236,235)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BFBE; }

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

This text font color is #C9BFBE.


Background Color

.myBgColor { background-color: #C9BFBE; }

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

This div background color is #C9BFBE.


Border color

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

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

This div border color is #C9BFBE.


Opacity

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

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

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

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

This text has shadow with #C9BFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BFBE on black background.


Color preview on white background

This text has color #C9BFBE on white background.



Black color preview on #C9BFBE background

This text has black color on #C9BFBE background.


White color preview on #C9BFBE background

This text has white color on #C9BFBE background.