COLOR #C5BAA6

HEX: #C5BAA6
RGB: (197,186,166)

Color info

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

RGB color model

#C5BAA6 color RGB value is (197,186,166).

  • red value is 197;
  • green value is 186;
  • blue value is 166.
RGB:
(197,186,166)
(77%,73%,65%)

RGB channels and saturation

R 197 of 255 = 77%
G 186 of 255 = 73%
B 166 of 255 = 65%

197
186
166

R + G + B ~ 72%. #C5BAA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 186 + 166 = 549 (100%)
R 197 of 549 ~ 35.88%
G 186 of 549 ~ 33.88%
B 166 of 549 ~ 30.24%

%35.88
%33.88
%30.24

CMYK color model

#C5BAA6 color CMYK value is (0,6,16,23).

  • cyan value is 0.00%
  • magenta value is 5.58%
  • yellow value is 15.74%
  • key color value is 22.75%
CMYK:
(0,6,16,23)
C0M6Y16K23 
(0%,6%,16%,23%)
(0.00/0.06/0.16/0.23)	

CMYK percentages

%0
%5.58
%15.74
%22.75

Codes

Color #C5BAA6 in popluar color models

C5BAA6
RGB197186166
HSL39°21.09%71.18%
HSB/HSV39°15.74%77.25%
CMYK0.00%5.58%15.74%
22.75%

Color #C5BAA6 in popluar number systems.

HEXC5BAA6
Decimal197186166
Binary110001011011101010100110
Octal305272246

Shades and tints

Shades of #C5BAA6

#C5BAA6
(197,186,166)
#B4AA97
(180,170,151)
#A39A88
(163,154,136)
#928A79
(146,138,121)
#817A6A
(129,122,106)
#706A5B
(112,106,91)
#5F5A4C
(95,90,76)
#4E4A3D
(78,74,61)
#3D3A2E
(61,58,46)
#2C2A1F
(44,42,31)
#1B1A10
(27,26,16)
#000000
(0,0,0)

Tints of #C5BAA6

#C5BAA6
(197,186,166)
#CAC0AE
(202,192,174)
#CFC6B6
(207,198,182)
#D4CCBE
(212,204,190)
#D9D2C6
(217,210,198)
#DED8CE
(222,216,206)
#E3DED6
(227,222,214)
#E8E4DE
(232,228,222)
#EDEAE6
(237,234,230)
#F2F0EE
(242,240,238)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BAA6 color. Also use rgb(197,186,166) instead hex code.

Text Font Color

.myTextColor { color: #C5BAA6; }

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

This text font color is #C5BAA6.


Background Color

.myBgColor { background-color: #C5BAA6; }

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

This div background color is #C5BAA6.


Border color

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

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

This div border color is #C5BAA6.


Opacity

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

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

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

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

This text has shadow with #C5BAA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BAA6 on black background.


Color preview on white background

This text has color #C5BAA6 on white background.



Black color preview on #C5BAA6 background

This text has black color on #C5BAA6 background.


White color preview on #C5BAA6 background

This text has white color on #C5BAA6 background.