COLOR #C5BD8B

HEX: #C5BD8B
RGB: (197,189,139)

Color info

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

RGB color model

#C5BD8B color RGB value is (197,189,139).

  • red value is 197;
  • green value is 189;
  • blue value is 139.
RGB:
(197,189,139)
(77%,74%,55%)

RGB channels and saturation

R 197 of 255 = 77%
G 189 of 255 = 74%
B 139 of 255 = 55%

197
189
139

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

Portions of RGB colors in percentages

R + G + B =
197 + 189 + 139 = 525 (100%)
R 197 of 525 ~ 37.52%
G 189 of 525 ~ 36%
B 139 of 525 ~ 26.48%

%37.52
%36
%26.48

CMYK color model

#C5BD8B color CMYK value is (0,4,29,23).

  • cyan value is 0.00%
  • magenta value is 4.06%
  • yellow value is 29.44%
  • key color value is 22.75%
CMYK:
(0,4,29,23)
C0M4Y29K23 
(0%,4%,29%,23%)
(0.00/0.04/0.29/0.23)	

CMYK percentages

%0
%4.06
%29.44
%22.75

Codes

Color #C5BD8B in popluar color models

C5BD8B
RGB197189139
HSL52°33.33%65.88%
HSB/HSV52°29.44%77.25%
CMYK0.00%4.06%29.44%
22.75%

Color #C5BD8B in popluar number systems.

HEXC5BD8B
Decimal197189139
Binary110001011011110110001011
Octal305275213

Shades and tints

Shades of #C5BD8B

#C5BD8B
(197,189,139)
#B4AC7F
(180,172,127)
#A39B73
(163,155,115)
#928A67
(146,138,103)
#81795B
(129,121,91)
#70684F
(112,104,79)
#5F5743
(95,87,67)
#4E4637
(78,70,55)
#3D352B
(61,53,43)
#2C241F
(44,36,31)
#1B1313
(27,19,19)
#000000
(0,0,0)

Tints of #C5BD8B

#C5BD8B
(197,189,139)
#CAC395
(202,195,149)
#CFC99F
(207,201,159)
#D4CFA9
(212,207,169)
#D9D5B3
(217,213,179)
#DEDBBD
(222,219,189)
#E3E1C7
(227,225,199)
#E8E7D1
(232,231,209)
#EDEDDB
(237,237,219)
#F2F3E5
(242,243,229)
#F7F9EF
(247,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BD8B color. Also use rgb(197,189,139) instead hex code.

Text Font Color

.myTextColor { color: #C5BD8B; }

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

This text font color is #C5BD8B.


Background Color

.myBgColor { background-color: #C5BD8B; }

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

This div background color is #C5BD8B.


Border color

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

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

This div border color is #C5BD8B.


Opacity

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

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

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

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

This text has shadow with #C5BD8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BD8B on black background.


Color preview on white background

This text has color #C5BD8B on white background.



Black color preview on #C5BD8B background

This text has black color on #C5BD8B background.


White color preview on #C5BD8B background

This text has white color on #C5BD8B background.