COLOR #C5BCA4

HEX: #C5BCA4
RGB: (197,188,164)

Color info

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

RGB color model

#C5BCA4 color RGB value is (197,188,164).

  • red value is 197;
  • green value is 188;
  • blue value is 164.
RGB:
(197,188,164)
(77%,74%,64%)

RGB channels and saturation

R 197 of 255 = 77%
G 188 of 255 = 74%
B 164 of 255 = 64%

197
188
164

R + G + B ~ 72%. #C5BCA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 188 + 164 = 549 (100%)
R 197 of 549 ~ 35.88%
G 188 of 549 ~ 34.24%
B 164 of 549 ~ 29.87%

%35.88
%34.24
%29.87

CMYK color model

#C5BCA4 color CMYK value is (0,5,17,23).

  • cyan value is 0.00%
  • magenta value is 4.57%
  • yellow value is 16.75%
  • key color value is 22.75%
CMYK:
(0,5,17,23)
C0M5Y17K23 
(0%,5%,17%,23%)
(0.00/0.05/0.17/0.23)	

CMYK percentages

%0
%4.57
%16.75
%22.75

Codes

Color #C5BCA4 in popluar color models

C5BCA4
RGB197188164
HSL44°22.15%70.78%
HSB/HSV44°16.75%77.25%
CMYK0.00%4.57%16.75%
22.75%

Color #C5BCA4 in popluar number systems.

HEXC5BCA4
Decimal197188164
Binary110001011011110010100100
Octal305274244

Shades and tints

Shades of #C5BCA4

#C5BCA4
(197,188,164)
#B4AB96
(180,171,150)
#A39A88
(163,154,136)
#92897A
(146,137,122)
#81786C
(129,120,108)
#70675E
(112,103,94)
#5F5650
(95,86,80)
#4E4542
(78,69,66)
#3D3434
(61,52,52)
#2C2326
(44,35,38)
#1B1218
(27,18,24)
#000000
(0,0,0)

Tints of #C5BCA4

#C5BCA4
(197,188,164)
#CAC2AC
(202,194,172)
#CFC8B4
(207,200,180)
#D4CEBC
(212,206,188)
#D9D4C4
(217,212,196)
#DEDACC
(222,218,204)
#E3E0D4
(227,224,212)
#E8E6DC
(232,230,220)
#EDECE4
(237,236,228)
#F2F2EC
(242,242,236)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BCA4 color. Also use rgb(197,188,164) instead hex code.

Text Font Color

.myTextColor { color: #C5BCA4; }

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

This text font color is #C5BCA4.


Background Color

.myBgColor { background-color: #C5BCA4; }

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

This div background color is #C5BCA4.


Border color

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

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

This div border color is #C5BCA4.


Opacity

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

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

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

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

This text has shadow with #C5BCA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BCA4 on black background.


Color preview on white background

This text has color #C5BCA4 on white background.



Black color preview on #C5BCA4 background

This text has black color on #C5BCA4 background.


White color preview on #C5BCA4 background

This text has white color on #C5BCA4 background.