COLOR #C5BD93

HEX: #C5BD93
RGB: (197,189,147)

Color info

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

RGB color model

#C5BD93 color RGB value is (197,189,147).

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

RGB channels and saturation

R 197 of 255 = 77%
G 189 of 255 = 74%
B 147 of 255 = 58%

197
189
147

R + G + B ~ 70%. #C5BD93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 189 + 147 = 533 (100%)
R 197 of 533 ~ 36.96%
G 189 of 533 ~ 35.46%
B 147 of 533 ~ 27.58%

%36.96
%35.46
%27.58

CMYK color model

#C5BD93 color CMYK value is (0,4,25,23).

  • cyan value is 0.00%
  • magenta value is 4.06%
  • yellow value is 25.38%
  • key color value is 22.75%
CMYK:
(0,4,25,23)
C0M4Y25K23 
(0%,4%,25%,23%)
(0.00/0.04/0.25/0.23)	

CMYK percentages

%0
%4.06
%25.38
%22.75

Codes

Color #C5BD93 in popluar color models

C5BD93
RGB197189147
HSL50°30.12%67.45%
HSB/HSV50°25.38%77.25%
CMYK0.00%4.06%25.38%
22.75%

Color #C5BD93 in popluar number systems.

HEXC5BD93
Decimal197189147
Binary110001011011110110010011
Octal305275223

Shades and tints

Shades of #C5BD93

#C5BD93
(197,189,147)
#B4AC86
(180,172,134)
#A39B79
(163,155,121)
#928A6C
(146,138,108)
#81795F
(129,121,95)
#706852
(112,104,82)
#5F5745
(95,87,69)
#4E4638
(78,70,56)
#3D352B
(61,53,43)
#2C241E
(44,36,30)
#1B1311
(27,19,17)
#000000
(0,0,0)

Tints of #C5BD93

#C5BD93
(197,189,147)
#CAC39C
(202,195,156)
#CFC9A5
(207,201,165)
#D4CFAE
(212,207,174)
#D9D5B7
(217,213,183)
#DEDBC0
(222,219,192)
#E3E1C9
(227,225,201)
#E8E7D2
(232,231,210)
#EDEDDB
(237,237,219)
#F2F3E4
(242,243,228)
#F7F9ED
(247,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BD93; }

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

This text font color is #C5BD93.


Background Color

.myBgColor { background-color: #C5BD93; }

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

This div background color is #C5BD93.


Border color

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

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

This div border color is #C5BD93.


Opacity

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

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

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

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

This text has shadow with #C5BD93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BD93 on black background.


Color preview on white background

This text has color #C5BD93 on white background.



Black color preview on #C5BD93 background

This text has black color on #C5BD93 background.


White color preview on #C5BD93 background

This text has white color on #C5BD93 background.