COLOR #C5BF8D

HEX: #C5BF8D
RGB: (197,191,141)

Color info

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

RGB color model

#C5BF8D color RGB value is (197,191,141).

  • red value is 197;
  • green value is 191;
  • blue value is 141.
RGB:
(197,191,141)
(77%,75%,55%)

RGB channels and saturation

R 197 of 255 = 77%
G 191 of 255 = 75%
B 141 of 255 = 55%

197
191
141

R + G + B ~ 69%. #C5BF8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 191 + 141 = 529 (100%)
R 197 of 529 ~ 37.24%
G 191 of 529 ~ 36.11%
B 141 of 529 ~ 26.65%

%37.24
%36.11
%26.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.05%
  • yellow value is 28.43%
  • key color value is 22.75%
CMYK:
(0,3,28,23)
C0M3Y28K23 
(0%,3%,28%,23%)
(0.00/0.03/0.28/0.23)	

CMYK percentages

%0
%3.05
%28.43
%22.75

Codes

Color #C5BF8D in popluar color models

C5BF8D
RGB197191141
HSL54°32.56%66.27%
HSB/HSV54°28.43%77.25%
CMYK0.00%3.05%28.43%
22.75%

Color #C5BF8D in popluar number systems.

HEXC5BF8D
Decimal197191141
Binary110001011011111110001101
Octal305277215

Shades and tints

Shades of #C5BF8D

#C5BF8D
(197,191,141)
#B4AE81
(180,174,129)
#A39D75
(163,157,117)
#928C69
(146,140,105)
#817B5D
(129,123,93)
#706A51
(112,106,81)
#5F5945
(95,89,69)
#4E4839
(78,72,57)
#3D372D
(61,55,45)
#2C2621
(44,38,33)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #C5BF8D

#C5BF8D
(197,191,141)
#CAC497
(202,196,151)
#CFC9A1
(207,201,161)
#D4CEAB
(212,206,171)
#D9D3B5
(217,211,181)
#DED8BF
(222,216,191)
#E3DDC9
(227,221,201)
#E8E2D3
(232,226,211)
#EDE7DD
(237,231,221)
#F2ECE7
(242,236,231)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BF8D; }

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

This text font color is #C5BF8D.


Background Color

.myBgColor { background-color: #C5BF8D; }

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

This div background color is #C5BF8D.


Border color

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

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

This div border color is #C5BF8D.


Opacity

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

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

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

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

This text has shadow with #C5BF8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BF8D on black background.


Color preview on white background

This text has color #C5BF8D on white background.



Black color preview on #C5BF8D background

This text has black color on #C5BF8D background.


White color preview on #C5BF8D background

This text has white color on #C5BF8D background.