COLOR #C9BAB3

HEX: #C9BAB3
RGB: (201,186,179)

Color info

#C9BAB3 contains red, green and blue colors in about the same proportion. Web safe color of #C9BAB3 is #CCCC99 (or #CC9).

RGB color model

#C9BAB3 color RGB value is (201,186,179).

  • red value is 201;
  • green value is 186;
  • blue value is 179.
RGB:
(201,186,179)
(79%,73%,70%)

RGB channels and saturation

R 201 of 255 = 79%
G 186 of 255 = 73%
B 179 of 255 = 70%

201
186
179

R + G + B ~ 74%. #C9BAB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 186 + 179 = 566 (100%)
R 201 of 566 ~ 35.51%
G 186 of 566 ~ 32.86%
B 179 of 566 ~ 31.63%

%35.51
%32.86
%31.63

CMYK color model

#C9BAB3 color CMYK value is (0,7,11,21).

  • cyan value is 0.00%
  • magenta value is 7.46%
  • yellow value is 10.95%
  • key color value is 21.18%
CMYK:
(0,7,11,21)
C0M7Y11K21 
(0%,7%,11%,21%)
(0.00/0.07/0.11/0.21)	

CMYK percentages

%0
%7.46
%10.95
%21.18

Codes

Color #C9BAB3 in popluar color models

C9BAB3
RGB201186179
HSL19°16.92%74.51%
HSB/HSV19°10.95%78.82%
CMYK0.00%7.46%10.95%
21.18%

Color #C9BAB3 in popluar number systems.

HEXC9BAB3
Decimal201186179
Binary110010011011101010110011
Octal311272263

Shades and tints

Shades of #C9BAB3

#C9BAB3
(201,186,179)
#B7AAA3
(183,170,163)
#A59A93
(165,154,147)
#938A83
(147,138,131)
#817A73
(129,122,115)
#6F6A63
(111,106,99)
#5D5A53
(93,90,83)
#4B4A43
(75,74,67)
#393A33
(57,58,51)
#272A23
(39,42,35)
#151A13
(21,26,19)
#000000
(0,0,0)

Tints of #C9BAB3

#C9BAB3
(201,186,179)
#CDC0B9
(205,192,185)
#D1C6BF
(209,198,191)
#D5CCC5
(213,204,197)
#D9D2CB
(217,210,203)
#DDD8D1
(221,216,209)
#E1DED7
(225,222,215)
#E5E4DD
(229,228,221)
#E9EAE3
(233,234,227)
#EDF0E9
(237,240,233)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9BAB3 color. Also use rgb(201,186,179) instead hex code.

Text Font Color

.myTextColor { color: #C9BAB3; }

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

This text font color is #C9BAB3.


Background Color

.myBgColor { background-color: #C9BAB3; }

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

This div background color is #C9BAB3.


Border color

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

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

This div border color is #C9BAB3.


Opacity

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

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

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

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

This text has shadow with #C9BAB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BAB3 on black background.


Color preview on white background

This text has color #C9BAB3 on white background.



Black color preview on #C9BAB3 background

This text has black color on #C9BAB3 background.


White color preview on #C9BAB3 background

This text has white color on #C9BAB3 background.