COLOR #C5B084

HEX: #C5B084
RGB: (197,176,132)

Color info

#C5B084 contains mainly red and green colors. Web safe color of #C5B084 is #CC9999 (or #C99).

RGB color model

#C5B084 color RGB value is (197,176,132).

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

RGB channels and saturation

R 197 of 255 = 77%
G 176 of 255 = 69%
B 132 of 255 = 52%

197
176
132

R + G + B ~ 66%. #C5B084 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 176 + 132 = 505 (100%)
R 197 of 505 ~ 39.01%
G 176 of 505 ~ 34.85%
B 132 of 505 ~ 26.14%

%39.01
%34.85
%26.14

CMYK color model

#C5B084 color CMYK value is (0,11,33,23).

  • cyan value is 0.00%
  • magenta value is 10.66%
  • yellow value is 32.99%
  • key color value is 22.75%
CMYK:
(0,11,33,23)
C0M11Y33K23 
(0%,11%,33%,23%)
(0.00/0.11/0.33/0.23)	

CMYK percentages

%0
%10.66
%32.99
%22.75

Codes

Color #C5B084 in popluar color models

C5B084
RGB197176132
HSL41°35.91%64.51%
HSB/HSV41°32.99%77.25%
CMYK0.00%10.66%32.99%
22.75%

Color #C5B084 in popluar number systems.

HEXC5B084
Decimal197176132
Binary110001011011000010000100
Octal305260204

Shades and tints

Shades of #C5B084

#C5B084
(197,176,132)
#B4A078
(180,160,120)
#A3906C
(163,144,108)
#928060
(146,128,96)
#817054
(129,112,84)
#706048
(112,96,72)
#5F503C
(95,80,60)
#4E4030
(78,64,48)
#3D3024
(61,48,36)
#2C2018
(44,32,24)
#1B100C
(27,16,12)
#000000
(0,0,0)

Tints of #C5B084

#C5B084
(197,176,132)
#CAB78F
(202,183,143)
#CFBE9A
(207,190,154)
#D4C5A5
(212,197,165)
#D9CCB0
(217,204,176)
#DED3BB
(222,211,187)
#E3DAC6
(227,218,198)
#E8E1D1
(232,225,209)
#EDE8DC
(237,232,220)
#F2EFE7
(242,239,231)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B084; }

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

This text font color is #C5B084.


Background Color

.myBgColor { background-color: #C5B084; }

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

This div background color is #C5B084.


Border color

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

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

This div border color is #C5B084.


Opacity

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

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

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

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

This text has shadow with #C5B084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B084 on black background.


Color preview on white background

This text has color #C5B084 on white background.



Black color preview on #C5B084 background

This text has black color on #C5B084 background.


White color preview on #C5B084 background

This text has white color on #C5B084 background.