COLOR #C5BD99

HEX: #C5BD99 RGB: (197,189,153)

Color info

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

RGB color model

#C5BD99 color RGB value is (197,189,153).

RGB: (197,189,153) (77%, 74%, 60%)

RGB channels and saturation

R 197 of 255 = 77%
G 189 of 255 = 74%
B 153 of 255 = 60%

197
189
153

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

Portions of RGB colors in percentages

R + G + B = 197 + 189 + 153 = 539 (100%)
R 197 of 539 ~ 36.55%
G 189 of 539 ~ 35.06%
B 153 of 539 ~ 28.39'%

%36.55
%35.06
%28.39

CMYK color model

#C5BD99 color CMYK value is (0,4,22,23).

  • cyan value is 0.00%
  • magenta value is 4.06%
  • yellow value is 22.34%
  • key color value is 22.75%

CMYK: (0,4,22,23)
C0M4Y22K23 (0%, 4%, 22%, 23%)
(0.00 / 0.04 / 0.22 / 0.23)

CMYK percentages

%0
%4.06
%22.34
%22.75

Codes

Color #C5BD99 in popluar color models

C5 BD 99
RGB 197 189 153
HSL 49° 27.50% 68.63%
HSB/HSV 49° 22.34% 77.25%
CMYK 0.00% 4.06% 22.34%
22.75%

Color #C5BD99 in popluar number systems.

HEX C5 BD 99
Decimal 197 189 153
Binary 11000101 10111101 10011001
Octal 305 275 231

Shades and tints

Shades of #C5BD99

#C5BD99
(197,189,153)
#B4AC8C
(180,172,140)
#A39B7F
(163,155,127)
#928A72
(146,138,114)
#817965
(129,121,101)
#706858
(112,104,88)
#5F574B
(95,87,75)
#4E463E
(78,70,62)
#3D3531
(61,53,49)
#2C2424
(44,36,36)
#1B1317
(27,19,23)
#000000
(0,0,0)

Tints of #C5BD99

#C5BD99
(197,189,153)
#CAC3A2
(202,195,162)
#CFC9AB
(207,201,171)
#D4CFB4
(212,207,180)
#D9D5BD
(217,213,189)
#DEDBC6
(222,219,198)
#E3E1CF
(227,225,207)
#E8E7D8
(232,231,216)
#EDEDE1
(237,237,225)
#F2F3EA
(242,243,234)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BD99; }

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

This text font color is #C5BD99.

Background Color

.myBgColor { background-color: #C5BD99; }

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

This div background color is #C5BD99.

Border color

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

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

This div border color is #C5BD99.

Opacity

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

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

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

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

This text has shadow with #C5BD99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BD99.

Preview

Color preview on black background

This text has color #C5BD99 on black background.


Color preview on white background

This text has color #C5BD99 on white background.


Black color preview on #C5BD99 background

This text has black color on #C5BD99 background.


White color preview on #C5BD99 background

This text has white color on #C5BD99 background.


Related colors

Complementary color

Complementary color for #hex is #3A4266.


I love getcolorcode.com

Triadic colors

1 #99C5BD and #BD99C5 with #C5BD99 are triadic colors.

2 #99BDC5 and #BDC599 with #C5BD99 are triadic colors.