COLOR #C5BA84

HEX: #C5BA84
RGB: (197,186,132)

Color info

#C5BA84 contains mainly red and green colors. Web safe color of #C5BA84 is #CCCC99 (or #CC9).

RGB color model

#C5BA84 color RGB value is (197,186,132).

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

RGB channels and saturation

R 197 of 255 = 77%
G 186 of 255 = 73%
B 132 of 255 = 52%

197
186
132

R + G + B ~ 67%. #C5BA84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 186 + 132 = 515 (100%)
R 197 of 515 ~ 38.25%
G 186 of 515 ~ 36.12%
B 132 of 515 ~ 25.63%

%38.25
%36.12
%25.63

CMYK color model

#C5BA84 color CMYK value is (0,6,33,23).

  • cyan value is 0.00%
  • magenta value is 5.58%
  • yellow value is 32.99%
  • key color value is 22.75%
CMYK:
(0,6,33,23)
C0M6Y33K23 
(0%,6%,33%,23%)
(0.00/0.06/0.33/0.23)	

CMYK percentages

%0
%5.58
%32.99
%22.75

Codes

Color #C5BA84 in popluar color models

C5BA84
RGB197186132
HSL50°35.91%64.51%
HSB/HSV50°32.99%77.25%
CMYK0.00%5.58%32.99%
22.75%

Color #C5BA84 in popluar number systems.

HEXC5BA84
Decimal197186132
Binary110001011011101010000100
Octal305272204

Shades and tints

Shades of #C5BA84

#C5BA84
(197,186,132)
#B4AA78
(180,170,120)
#A39A6C
(163,154,108)
#928A60
(146,138,96)
#817A54
(129,122,84)
#706A48
(112,106,72)
#5F5A3C
(95,90,60)
#4E4A30
(78,74,48)
#3D3A24
(61,58,36)
#2C2A18
(44,42,24)
#1B1A0C
(27,26,12)
#000000
(0,0,0)

Tints of #C5BA84

#C5BA84
(197,186,132)
#CAC08F
(202,192,143)
#CFC69A
(207,198,154)
#D4CCA5
(212,204,165)
#D9D2B0
(217,210,176)
#DED8BB
(222,216,187)
#E3DEC6
(227,222,198)
#E8E4D1
(232,228,209)
#EDEADC
(237,234,220)
#F2F0E7
(242,240,231)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BA84; }

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

This text font color is #C5BA84.


Background Color

.myBgColor { background-color: #C5BA84; }

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

This div background color is #C5BA84.


Border color

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

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

This div border color is #C5BA84.


Opacity

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

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

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

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

This text has shadow with #C5BA84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BA84 on black background.


Color preview on white background

This text has color #C5BA84 on white background.



Black color preview on #C5BA84 background

This text has black color on #C5BA84 background.


White color preview on #C5BA84 background

This text has white color on #C5BA84 background.