COLOR #C5BAA0

HEX: #C5BAA0
RGB: (197,186,160)

Color info

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

RGB color model

#C5BAA0 color RGB value is (197,186,160).

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

RGB channels and saturation

R 197 of 255 = 77%
G 186 of 255 = 73%
B 160 of 255 = 63%

197
186
160

R + G + B ~ 71%. #C5BAA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 186 + 160 = 543 (100%)
R 197 of 543 ~ 36.28%
G 186 of 543 ~ 34.25%
B 160 of 543 ~ 29.47%

%36.28
%34.25
%29.47

CMYK color model

#C5BAA0 color CMYK value is (0,6,19,23).

  • cyan value is 0.00%
  • magenta value is 5.58%
  • yellow value is 18.78%
  • key color value is 22.75%
CMYK:
(0,6,19,23)
C0M6Y19K23 
(0%,6%,19%,23%)
(0.00/0.06/0.19/0.23)	

CMYK percentages

%0
%5.58
%18.78
%22.75

Codes

Color #C5BAA0 in popluar color models

C5BAA0
RGB197186160
HSL42°24.18%70.00%
HSB/HSV42°18.78%77.25%
CMYK0.00%5.58%18.78%
22.75%

Color #C5BAA0 in popluar number systems.

HEXC5BAA0
Decimal197186160
Binary110001011011101010100000
Octal305272240

Shades and tints

Shades of #C5BAA0

#C5BAA0
(197,186,160)
#B4AA92
(180,170,146)
#A39A84
(163,154,132)
#928A76
(146,138,118)
#817A68
(129,122,104)
#706A5A
(112,106,90)
#5F5A4C
(95,90,76)
#4E4A3E
(78,74,62)
#3D3A30
(61,58,48)
#2C2A22
(44,42,34)
#1B1A14
(27,26,20)
#000000
(0,0,0)

Tints of #C5BAA0

#C5BAA0
(197,186,160)
#CAC0A8
(202,192,168)
#CFC6B0
(207,198,176)
#D4CCB8
(212,204,184)
#D9D2C0
(217,210,192)
#DED8C8
(222,216,200)
#E3DED0
(227,222,208)
#E8E4D8
(232,228,216)
#EDEAE0
(237,234,224)
#F2F0E8
(242,240,232)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BAA0; }

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

This text font color is #C5BAA0.


Background Color

.myBgColor { background-color: #C5BAA0; }

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

This div background color is #C5BAA0.


Border color

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

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

This div border color is #C5BAA0.


Opacity

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

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

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

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

This text has shadow with #C5BAA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BAA0 on black background.


Color preview on white background

This text has color #C5BAA0 on white background.



Black color preview on #C5BAA0 background

This text has black color on #C5BAA0 background.


White color preview on #C5BAA0 background

This text has white color on #C5BAA0 background.