COLOR #C5BE89

HEX: #C5BE89
RGB: (197,190,137)

Color info

#C5BE89 contains mainly red and green colors. Web safe color of #C5BE89 is #CCCC99 (or #CC9).

RGB color model

#C5BE89 color RGB value is (197,190,137).

  • red value is 197;
  • green value is 190;
  • blue value is 137.
RGB:
(197,190,137)
(77%,75%,54%)

RGB channels and saturation

R 197 of 255 = 77%
G 190 of 255 = 75%
B 137 of 255 = 54%

197
190
137

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

Portions of RGB colors in percentages

R + G + B =
197 + 190 + 137 = 524 (100%)
R 197 of 524 ~ 37.6%
G 190 of 524 ~ 36.26%
B 137 of 524 ~ 26.15%

%37.6
%36.26
%26.15

CMYK color model

#C5BE89 color CMYK value is (0,4,30,23).

  • cyan value is 0.00%
  • magenta value is 3.55%
  • yellow value is 30.46%
  • key color value is 22.75%
CMYK:
(0,4,30,23)
C0M4Y30K23 
(0%,4%,30%,23%)
(0.00/0.04/0.30/0.23)	

CMYK percentages

%0
%3.55
%30.46
%22.75

Codes

Color #C5BE89 in popluar color models

C5BE89
RGB197190137
HSL53°34.09%65.49%
HSB/HSV53°30.46%77.25%
CMYK0.00%3.55%30.46%
22.75%

Color #C5BE89 in popluar number systems.

HEXC5BE89
Decimal197190137
Binary110001011011111010001001
Octal305276211

Shades and tints

Shades of #C5BE89

#C5BE89
(197,190,137)
#B4AD7D
(180,173,125)
#A39C71
(163,156,113)
#928B65
(146,139,101)
#817A59
(129,122,89)
#70694D
(112,105,77)
#5F5841
(95,88,65)
#4E4735
(78,71,53)
#3D3629
(61,54,41)
#2C251D
(44,37,29)
#1B1411
(27,20,17)
#000000
(0,0,0)

Tints of #C5BE89

#C5BE89
(197,190,137)
#CAC393
(202,195,147)
#CFC89D
(207,200,157)
#D4CDA7
(212,205,167)
#D9D2B1
(217,210,177)
#DED7BB
(222,215,187)
#E3DCC5
(227,220,197)
#E8E1CF
(232,225,207)
#EDE6D9
(237,230,217)
#F2EBE3
(242,235,227)
#F7F0ED
(247,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BE89 color. Also use rgb(197,190,137) instead hex code.

Text Font Color

.myTextColor { color: #C5BE89; }

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

This text font color is #C5BE89.


Background Color

.myBgColor { background-color: #C5BE89; }

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

This div background color is #C5BE89.


Border color

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

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

This div border color is #C5BE89.


Opacity

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

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

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

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

This text has shadow with #C5BE89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BE89 on black background.


Color preview on white background

This text has color #C5BE89 on white background.



Black color preview on #C5BE89 background

This text has black color on #C5BE89 background.


White color preview on #C5BE89 background

This text has white color on #C5BE89 background.