COLOR #C5BA9B

HEX: #C5BA9B RGB: (197,186,155)

Color info

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

RGB color model

#C5BA9B color RGB value is (197,186,155).

RGB: (197,186,155) (77%, 73%, 61%)

RGB channels and saturation

R 197 of 255 = 77%
G 186 of 255 = 73%
B 155 of 255 = 61%

197
186
155

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

Portions of RGB colors in percentages

R + G + B = 197 + 186 + 155 = 538 (100%)
R 197 of 538 ~ 36.62%
G 186 of 538 ~ 34.57%
B 155 of 538 ~ 28.81'%

%36.62
%34.57
%28.81

CMYK color model

#C5BA9B color CMYK value is (0,6,21,23).

  • cyan value is 0.00%
  • magenta value is 5.58%
  • yellow value is 21.32%
  • key color value is 22.75%

CMYK: (0,6,21,23)
C0M6Y21K23 (0%, 6%, 21%, 23%)
(0.00 / 0.06 / 0.21 / 0.23)

CMYK percentages

%0
%5.58
%21.32
%22.75

Codes

Color #C5BA9B in popluar color models

C5 BA 9B
RGB 197 186 155
HSL 44° 26.58% 69.02%
HSB/HSV 44° 21.32% 77.25%
CMYK 0.00% 5.58% 21.32%
22.75%

Color #C5BA9B in popluar number systems.

HEX C5 BA 9B
Decimal 197 186 155
Binary 11000101 10111010 10011011
Octal 305 272 233

Shades and tints

Shades of #C5BA9B

#C5BA9B
(197,186,155)
#B4AA8D
(180,170,141)
#A39A7F
(163,154,127)
#928A71
(146,138,113)
#817A63
(129,122,99)
#706A55
(112,106,85)
#5F5A47
(95,90,71)
#4E4A39
(78,74,57)
#3D3A2B
(61,58,43)
#2C2A1D
(44,42,29)
#1B1A0F
(27,26,15)
#000000
(0,0,0)

Tints of #C5BA9B

#C5BA9B
(197,186,155)
#CAC0A4
(202,192,164)
#CFC6AD
(207,198,173)
#D4CCB6
(212,204,182)
#D9D2BF
(217,210,191)
#DED8C8
(222,216,200)
#E3DED1
(227,222,209)
#E8E4DA
(232,228,218)
#EDEAE3
(237,234,227)
#F2F0EC
(242,240,236)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BA9B color. Also use rgb(197,186,155) instead hex code.

Text Font Color

.myTextColor { color: #C5BA9B; }

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

This text font color is #C5BA9B.

Background Color

.myBgColor { background-color: #C5BA9B; }

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

This div background color is #C5BA9B.

Border color

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

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

This div border color is #C5BA9B.

Opacity

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

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

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

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

This text has shadow with #C5BA9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BA9B.

Preview

Color preview on black background

This text has color #C5BA9B on black background.


Color preview on white background

This text has color #C5BA9B on white background.


Black color preview on #C5BA9B background

This text has black color on #C5BA9B background.


White color preview on #C5BA9B background

This text has white color on #C5BA9B background.


Related colors

Complementary color

Complementary color for #hex is #3A4564.


I love getcolorcode.com

Triadic colors

1 #9BC5BA and #BA9BC5 with #C5BA9B are triadic colors.

2 #9BBAC5 and #BAC59B with #C5BA9B are triadic colors.