COLOR #C5BF97

HEX: #C5BF97 RGB: (197,191,151)

Color info

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

RGB color model

#C5BF97 color RGB value is (197,191,151).

RGB: (197,191,151) (77%, 75%, 59%)

RGB channels and saturation

R 197 of 255 = 77%
G 191 of 255 = 75%
B 151 of 255 = 59%

197
191
151

R + G + B ~ 70%. #C5BF97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 191 + 151 = 539 (100%)
R 197 of 539 ~ 36.55%
G 191 of 539 ~ 35.44%
B 151 of 539 ~ 28.01'%

%36.55
%35.44
%28.01

CMYK color model

#C5BF97 color CMYK value is (0,3,23,23).

  • cyan value is 0.00%
  • magenta value is 3.05%
  • yellow value is 23.35%
  • key color value is 22.75%

CMYK: (0,3,23,23)
C0M3Y23K23 (0%, 3%, 23%, 23%)
(0.00 / 0.03 / 0.23 / 0.23)

CMYK percentages

%0
%3.05
%23.35
%22.75

Codes

Color #C5BF97 in popluar color models

C5 BF 97
RGB 197 191 151
HSL 52° 28.40% 68.24%
HSB/HSV 52° 23.35% 77.25%
CMYK 0.00% 3.05% 23.35%
22.75%

Color #C5BF97 in popluar number systems.

HEX C5 BF 97
Decimal 197 191 151
Binary 11000101 10111111 10010111
Octal 305 277 227

Shades and tints

Shades of #C5BF97

#C5BF97
(197,191,151)
#B4AE8A
(180,174,138)
#A39D7D
(163,157,125)
#928C70
(146,140,112)
#817B63
(129,123,99)
#706A56
(112,106,86)
#5F5949
(95,89,73)
#4E483C
(78,72,60)
#3D372F
(61,55,47)
#2C2622
(44,38,34)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #C5BF97

#C5BF97
(197,191,151)
#CAC4A0
(202,196,160)
#CFC9A9
(207,201,169)
#D4CEB2
(212,206,178)
#D9D3BB
(217,211,187)
#DED8C4
(222,216,196)
#E3DDCD
(227,221,205)
#E8E2D6
(232,226,214)
#EDE7DF
(237,231,223)
#F2ECE8
(242,236,232)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BF97 color. Also use rgb(197,191,151) instead hex code.

Text Font Color

.myTextColor { color: #C5BF97; }

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

This text font color is #C5BF97.

Background Color

.myBgColor { background-color: #C5BF97; }

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

This div background color is #C5BF97.

Border color

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

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

This div border color is #C5BF97.

Opacity

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

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

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

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

This text has shadow with #C5BF97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BF97.

Preview

Color preview on black background

This text has color #C5BF97 on black background.


Color preview on white background

This text has color #C5BF97 on white background.


Black color preview on #C5BF97 background

This text has black color on #C5BF97 background.


White color preview on #C5BF97 background

This text has white color on #C5BF97 background.


Related colors

Complementary color

Complementary color for #hex is #3A4068.


I love getcolorcode.com

Triadic colors

1 #97C5BF and #BF97C5 with #C5BF97 are triadic colors.

2 #97BFC5 and #BFC597 with #C5BF97 are triadic colors.