COLOR #C9BEBB

HEX: #C9BEBB RGB: (201,190,187)

Color info

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

RGB color model

#C9BEBB color RGB value is (201,190,187).

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

RGB channels and saturation

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

201
190
187

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

Portions of RGB colors in percentages

R + G + B = 201 + 190 + 187 = 578 (100%)
R 201 of 578 ~ 34.78%
G 190 of 578 ~ 32.87%
B 187 of 578 ~ 32.35'%

%34.78
%32.87
%32.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.47%
  • 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
%5.47
%6.97
%21.18

Codes

Color #C9BEBB in popluar color models

C9 BE BB
RGB 201 190 187
HSL 13° 11.48% 76.08%
HSB/HSV 13° 6.97% 78.82%
CMYK 0.00% 5.47% 6.97%
21.18%

Color #C9BEBB in popluar number systems.

HEX C9 BE BB
Decimal 201 190 187
Binary 11001001 10111110 10111011
Octal 311 276 273

Shades and tints

Shades of #C9BEBB

#C9BEBB
(201,190,187)
#B7ADAA
(183,173,170)
#A59C99
(165,156,153)
#938B88
(147,139,136)
#817A77
(129,122,119)
#6F6966
(111,105,102)
#5D5855
(93,88,85)
#4B4744
(75,71,68)
#393633
(57,54,51)
#272522
(39,37,34)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #C9BEBB

#C9BEBB
(201,190,187)
#CDC3C1
(205,195,193)
#D1C8C7
(209,200,199)
#D5CDCD
(213,205,205)
#D9D2D3
(217,210,211)
#DDD7D9
(221,215,217)
#E1DCDF
(225,220,223)
#E5E1E5
(229,225,229)
#E9E6EB
(233,230,235)
#EDEBF1
(237,235,241)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BEBB; }

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

This text font color is #C9BEBB.

Background Color

.myBgColor { background-color: #C9BEBB; }

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

This div background color is #C9BEBB.

Border color

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

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

This div border color is #C9BEBB.

Opacity

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

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

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

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

This text has shadow with #C9BEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9BEBB.

Preview

Color preview on black background

This text has color #C9BEBB on black background.


Color preview on white background

This text has color #C9BEBB on white background.


Black color preview on #C9BEBB background

This text has black color on #C9BEBB background.


White color preview on #C9BEBB background

This text has white color on #C9BEBB background.


Related colors

Complementary color

Complementary color for #hex is #364144.


I love getcolorcode.com

Triadic colors

1 #BBC9BE and #BEBBC9 with #C9BEBB are triadic colors.

2 #BBBEC9 and #BEC9BB with #C9BEBB are triadic colors.