COLOR #C5BA7F

HEX: #C5BA7F RGB: (197,186,127)

Color info

#C5BA7F contains mainly red and green colors. Web safe color of #C5BA7F is #CCCC66 (or #CC6).

RGB color model

#C5BA7F color RGB value is (197,186,127).

RGB: (197,186,127) (77%, 73%, 50%)

RGB channels and saturation

R 197 of 255 = 77%
G 186 of 255 = 73%
B 127 of 255 = 50%

197
186
127

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

Portions of RGB colors in percentages

R + G + B = 197 + 186 + 127 = 510 (100%)
R 197 of 510 ~ 38.63%
G 186 of 510 ~ 36.47%
B 127 of 510 ~ 24.9'%

%38.63
%36.47
%24.9

CMYK color model

#C5BA7F color CMYK value is (0,6,36,23).

  • cyan value is 0.00%
  • magenta value is 5.58%
  • yellow value is 35.53%
  • key color value is 22.75%

CMYK: (0,6,36,23)
C0M6Y36K23 (0%, 6%, 36%, 23%)
(0.00 / 0.06 / 0.36 / 0.23)

CMYK percentages

%0
%5.58
%35.53
%22.75

Codes

Color #C5BA7F in popluar color models

C5 BA 7F
RGB 197 186 127
HSL 51° 37.63% 63.53%
HSB/HSV 51° 35.53% 77.25%
CMYK 0.00% 5.58% 35.53%
22.75%

Color #C5BA7F in popluar number systems.

HEX C5 BA 7F
Decimal 197 186 127
Binary 11000101 10111010 1111111
Octal 305 272 177

Shades and tints

Shades of #C5BA7F

#C5BA7F
(197,186,127)
#B4AA74
(180,170,116)
#A39A69
(163,154,105)
#928A5E
(146,138,94)
#817A53
(129,122,83)
#706A48
(112,106,72)
#5F5A3D
(95,90,61)
#4E4A32
(78,74,50)
#3D3A27
(61,58,39)
#2C2A1C
(44,42,28)
#1B1A11
(27,26,17)
#000000
(0,0,0)

Tints of #C5BA7F

#C5BA7F
(197,186,127)
#CAC08A
(202,192,138)
#CFC695
(207,198,149)
#D4CCA0
(212,204,160)
#D9D2AB
(217,210,171)
#DED8B6
(222,216,182)
#E3DEC1
(227,222,193)
#E8E4CC
(232,228,204)
#EDEAD7
(237,234,215)
#F2F0E2
(242,240,226)
#F7F6ED
(247,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BA7F; }

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

This text font color is #C5BA7F.

Background Color

.myBgColor { background-color: #C5BA7F; }

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

This div background color is #C5BA7F.

Border color

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

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

This div border color is #C5BA7F.

Opacity

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

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

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

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

This text has shadow with #C5BA7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BA7F.

Preview

Color preview on black background

This text has color #C5BA7F on black background.


Color preview on white background

This text has color #C5BA7F on white background.


Black color preview on #C5BA7F background

This text has black color on #C5BA7F background.


White color preview on #C5BA7F background

This text has white color on #C5BA7F background.


Related colors

Complementary color

Complementary color for #hex is #3A4580.


I love getcolorcode.com

Triadic colors

1 #7FC5BA and #BA7FC5 with #C5BA7F are triadic colors.

2 #7FBAC5 and #BAC57F with #C5BA7F are triadic colors.