COLOR #C9BFBD

HEX: #C9BFBD
RGB: (201,191,189)

Color info

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

RGB color model

#C9BFBD color RGB value is (201,191,189).

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

RGB channels and saturation

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

201
191
189

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

Portions of RGB colors in percentages

R + G + B =
201 + 191 + 189 = 581 (100%)
R 201 of 581 ~ 34.6%
G 191 of 581 ~ 32.87%
B 189 of 581 ~ 32.53%

%34.6
%32.87
%32.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.98%
  • yellow value is 5.97%
  • 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
%5.97
%21.18

Codes

Color #C9BFBD in popluar color models

C9BFBD
RGB201191189
HSL10°10.00%76.47%
HSB/HSV10°5.97%78.82%
CMYK0.00%4.98%5.97%
21.18%

Color #C9BFBD in popluar number systems.

HEXC9BFBD
Decimal201191189
Binary110010011011111110111101
Octal311277275

Shades and tints

Shades of #C9BFBD

#C9BFBD
(201,191,189)
#B7AEAC
(183,174,172)
#A59D9B
(165,157,155)
#938C8A
(147,140,138)
#817B79
(129,123,121)
#6F6A68
(111,106,104)
#5D5957
(93,89,87)
#4B4846
(75,72,70)
#393735
(57,55,53)
#272624
(39,38,36)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #C9BFBD

#C9BFBD
(201,191,189)
#CDC4C3
(205,196,195)
#D1C9C9
(209,201,201)
#D5CECF
(213,206,207)
#D9D3D5
(217,211,213)
#DDD8DB
(221,216,219)
#E1DDE1
(225,221,225)
#E5E2E7
(229,226,231)
#E9E7ED
(233,231,237)
#EDECF3
(237,236,243)
#F1F1F9
(241,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BFBD; }

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

This text font color is #C9BFBD.


Background Color

.myBgColor { background-color: #C9BFBD; }

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

This div background color is #C9BFBD.


Border color

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

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

This div border color is #C9BFBD.


Opacity

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

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

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

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

This text has shadow with #C9BFBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BFBD on black background.


Color preview on white background

This text has color #C9BFBD on white background.



Black color preview on #C9BFBD background

This text has black color on #C9BFBD background.


White color preview on #C9BFBD background

This text has white color on #C9BFBD background.