COLOR #C6BA84

HEX: #C6BA84
RGB: (198,186,132)

Color info

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

RGB color model

#C6BA84 color RGB value is (198,186,132).

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

RGB channels and saturation

R 198 of 255 = 78%
G 186 of 255 = 73%
B 132 of 255 = 52%

198
186
132

R + G + B ~ 68%. #C6BA84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 186 + 132 = 516 (100%)
R 198 of 516 ~ 38.37%
G 186 of 516 ~ 36.05%
B 132 of 516 ~ 25.58%

%38.37
%36.05
%25.58

CMYK color model

#C6BA84 color CMYK value is (0,6,33,22).

  • cyan value is 0.00%
  • magenta value is 6.06%
  • yellow value is 33.33%
  • key color value is 22.35%
CMYK:
(0,6,33,22)
C0M6Y33K22 
(0%,6%,33%,22%)
(0.00/0.06/0.33/0.22)	

CMYK percentages

%0
%6.06
%33.33
%22.35

Codes

Color #C6BA84 in popluar color models

C6BA84
RGB198186132
HSL49°36.67%64.71%
HSB/HSV49°33.33%77.65%
CMYK0.00%6.06%33.33%
22.35%

Color #C6BA84 in popluar number systems.

HEXC6BA84
Decimal198186132
Binary110001101011101010000100
Octal306272204

Shades and tints

Shades of #C6BA84

#C6BA84
(198,186,132)
#B4AA78
(180,170,120)
#A29A6C
(162,154,108)
#908A60
(144,138,96)
#7E7A54
(126,122,84)
#6C6A48
(108,106,72)
#5A5A3C
(90,90,60)
#484A30
(72,74,48)
#363A24
(54,58,36)
#242A18
(36,42,24)
#121A0C
(18,26,12)
#000000
(0,0,0)

Tints of #C6BA84

#C6BA84
(198,186,132)
#CBC08F
(203,192,143)
#D0C69A
(208,198,154)
#D5CCA5
(213,204,165)
#DAD2B0
(218,210,176)
#DFD8BB
(223,216,187)
#E4DEC6
(228,222,198)
#E9E4D1
(233,228,209)
#EEEADC
(238,234,220)
#F3F0E7
(243,240,231)
#F8F6F2
(248,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BA84; }

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

This text font color is #C6BA84.


Background Color

.myBgColor { background-color: #C6BA84; }

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

This div background color is #C6BA84.


Border color

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

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

This div border color is #C6BA84.


Opacity

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

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

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

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

This text has shadow with #C6BA84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BA84 on black background.


Color preview on white background

This text has color #C6BA84 on white background.



Black color preview on #C6BA84 background

This text has black color on #C6BA84 background.


White color preview on #C6BA84 background

This text has white color on #C6BA84 background.