COLOR #C9BBBD

HEX: #C9BBBD RGB: (201,187,189)

Color info

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

RGB color model

#C9BBBD color RGB value is (201,187,189).

RGB: (201,187,189) (79%, 73%, 74%)

RGB channels and saturation

R 201 of 255 = 79%
G 187 of 255 = 73%
B 189 of 255 = 74%

201
187
189

R + G + B ~ 75%. #C9BBBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 187 + 189 = 577 (100%)
R 201 of 577 ~ 34.84%
G 187 of 577 ~ 32.41%
B 189 of 577 ~ 32.76'%

%34.84
%32.41
%32.76

CMYK color model

#C9BBBD color CMYK value is (0,7,6,21).

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

CMYK: (0,7,6,21)
C0M7Y6K21 (0%, 7%, 6%, 21%)
(0.00 / 0.07 / 0.06 / 0.21)

CMYK percentages

%0
%6.97
%5.97
%21.18

Codes

Color #C9BBBD in popluar color models

C9 BB BD
RGB 201 187 189
HSL 351° 11.48% 76.08%
HSB/HSV 351° 6.97% 78.82%
CMYK 0.00% 6.97% 5.97%
21.18%

Color #C9BBBD in popluar number systems.

HEX C9 BB BD
Decimal 201 187 189
Binary 11001001 10111011 10111101
Octal 311 273 275

Shades and tints

Shades of #C9BBBD

#C9BBBD
(201,187,189)
#B7AAAC
(183,170,172)
#A5999B
(165,153,155)
#93888A
(147,136,138)
#817779
(129,119,121)
#6F6668
(111,102,104)
#5D5557
(93,85,87)
#4B4446
(75,68,70)
#393335
(57,51,53)
#272224
(39,34,36)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #C9BBBD

#C9BBBD
(201,187,189)
#CDC1C3
(205,193,195)
#D1C7C9
(209,199,201)
#D5CDCF
(213,205,207)
#D9D3D5
(217,211,213)
#DDD9DB
(221,217,219)
#E1DFE1
(225,223,225)
#E5E5E7
(229,229,231)
#E9EBED
(233,235,237)
#EDF1F3
(237,241,243)
#F1F7F9
(241,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BBBD; }

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

This text font color is #C9BBBD.

Background Color

.myBgColor { background-color: #C9BBBD; }

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

This div background color is #C9BBBD.

Border color

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

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

This div border color is #C9BBBD.

Opacity

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

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

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

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

This text has shadow with #C9BBBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9BBBD.

Preview

Color preview on black background

This text has color #C9BBBD on black background.


Color preview on white background

This text has color #C9BBBD on white background.


Black color preview on #C9BBBD background

This text has black color on #C9BBBD background.


White color preview on #C9BBBD background

This text has white color on #C9BBBD background.


Related colors

Complementary color

Complementary color for #hex is #364442.


I love getcolorcode.com

Triadic colors

1 #BDC9BB and #BBBDC9 with #C9BBBD are triadic colors.

2 #BDBBC9 and #BBC9BD with #C9BBBD are triadic colors.