COLOR #C5B08D

HEX: #C5B08D
RGB: (197,176,141)

Color info

#C5B08D contains red, green and blue colors in about the same proportion. Web safe color of #C5B08D is #CC9999 (or #C99).

RGB color model

#C5B08D color RGB value is (197,176,141).

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

RGB channels and saturation

R 197 of 255 = 77%
G 176 of 255 = 69%
B 141 of 255 = 55%

197
176
141

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

Portions of RGB colors in percentages

R + G + B =
197 + 176 + 141 = 514 (100%)
R 197 of 514 ~ 38.33%
G 176 of 514 ~ 34.24%
B 141 of 514 ~ 27.43%

%38.33
%34.24
%27.43

CMYK color model

#C5B08D color CMYK value is (0,11,28,23).

  • cyan value is 0.00%
  • magenta value is 10.66%
  • yellow value is 28.43%
  • key color value is 22.75%
CMYK:
(0,11,28,23)
C0M11Y28K23 
(0%,11%,28%,23%)
(0.00/0.11/0.28/0.23)	

CMYK percentages

%0
%10.66
%28.43
%22.75

Codes

Color #C5B08D in popluar color models

C5B08D
RGB197176141
HSL38°32.56%66.27%
HSB/HSV38°28.43%77.25%
CMYK0.00%10.66%28.43%
22.75%

Color #C5B08D in popluar number systems.

HEXC5B08D
Decimal197176141
Binary110001011011000010001101
Octal305260215

Shades and tints

Shades of #C5B08D

#C5B08D
(197,176,141)
#B4A081
(180,160,129)
#A39075
(163,144,117)
#928069
(146,128,105)
#81705D
(129,112,93)
#706051
(112,96,81)
#5F5045
(95,80,69)
#4E4039
(78,64,57)
#3D302D
(61,48,45)
#2C2021
(44,32,33)
#1B1015
(27,16,21)
#000000
(0,0,0)

Tints of #C5B08D

#C5B08D
(197,176,141)
#CAB797
(202,183,151)
#CFBEA1
(207,190,161)
#D4C5AB
(212,197,171)
#D9CCB5
(217,204,181)
#DED3BF
(222,211,191)
#E3DAC9
(227,218,201)
#E8E1D3
(232,225,211)
#EDE8DD
(237,232,221)
#F2EFE7
(242,239,231)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B08D; }

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

This text font color is #C5B08D.


Background Color

.myBgColor { background-color: #C5B08D; }

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

This div background color is #C5B08D.


Border color

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

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

This div border color is #C5B08D.


Opacity

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

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

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

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

This text has shadow with #C5B08D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B08D on black background.


Color preview on white background

This text has color #C5B08D on white background.



Black color preview on #C5B08D background

This text has black color on #C5B08D background.


White color preview on #C5B08D background

This text has white color on #C5B08D background.