COLOR #C5BE7E

HEX: #C5BE7E
RGB: (197,190,126)

Color info

#C5BE7E contains mainly red and green colors. Web safe color of #C5BE7E is #CCCC66 (or #CC6).

RGB color model

#C5BE7E color RGB value is (197,190,126).

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

RGB channels and saturation

R 197 of 255 = 77%
G 190 of 255 = 75%
B 126 of 255 = 49%

197
190
126

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

Portions of RGB colors in percentages

R + G + B =
197 + 190 + 126 = 513 (100%)
R 197 of 513 ~ 38.4%
G 190 of 513 ~ 37.04%
B 126 of 513 ~ 24.56%

%38.4
%37.04
%24.56

CMYK color model

#C5BE7E color CMYK value is (0,4,36,23).

  • cyan value is 0.00%
  • magenta value is 3.55%
  • yellow value is 36.04%
  • key color value is 22.75%
CMYK:
(0,4,36,23)
C0M4Y36K23 
(0%,4%,36%,23%)
(0.00/0.04/0.36/0.23)	

CMYK percentages

%0
%3.55
%36.04
%22.75

Codes

Color #C5BE7E in popluar color models

C5BE7E
RGB197190126
HSL54°37.97%63.33%
HSB/HSV54°36.04%77.25%
CMYK0.00%3.55%36.04%
22.75%

Color #C5BE7E in popluar number systems.

HEXC5BE7E
Decimal197190126
Binary11000101101111101111110
Octal305276176

Shades and tints

Shades of #C5BE7E

#C5BE7E
(197,190,126)
#B4AD73
(180,173,115)
#A39C68
(163,156,104)
#928B5D
(146,139,93)
#817A52
(129,122,82)
#706947
(112,105,71)
#5F583C
(95,88,60)
#4E4731
(78,71,49)
#3D3626
(61,54,38)
#2C251B
(44,37,27)
#1B1410
(27,20,16)
#000000
(0,0,0)

Tints of #C5BE7E

#C5BE7E
(197,190,126)
#CAC389
(202,195,137)
#CFC894
(207,200,148)
#D4CD9F
(212,205,159)
#D9D2AA
(217,210,170)
#DED7B5
(222,215,181)
#E3DCC0
(227,220,192)
#E8E1CB
(232,225,203)
#EDE6D6
(237,230,214)
#F2EBE1
(242,235,225)
#F7F0EC
(247,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BE7E; }

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

This text font color is #C5BE7E.


Background Color

.myBgColor { background-color: #C5BE7E; }

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

This div background color is #C5BE7E.


Border color

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

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

This div border color is #C5BE7E.


Opacity

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

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

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

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

This text has shadow with #C5BE7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BE7E on black background.


Color preview on white background

This text has color #C5BE7E on white background.



Black color preview on #C5BE7E background

This text has black color on #C5BE7E background.


White color preview on #C5BE7E background

This text has white color on #C5BE7E background.