COLOR #C5BCA7

HEX: #C5BCA7
RGB: (197,188,167)

Color info

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

RGB color model

#C5BCA7 color RGB value is (197,188,167).

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

RGB channels and saturation

R 197 of 255 = 77%
G 188 of 255 = 74%
B 167 of 255 = 65%

197
188
167

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

Portions of RGB colors in percentages

R + G + B =
197 + 188 + 167 = 552 (100%)
R 197 of 552 ~ 35.69%
G 188 of 552 ~ 34.06%
B 167 of 552 ~ 30.25%

%35.69
%34.06
%30.25

CMYK color model

#C5BCA7 color CMYK value is (0,5,15,23).

  • cyan value is 0.00%
  • magenta value is 4.57%
  • yellow value is 15.23%
  • key color value is 22.75%
CMYK:
(0,5,15,23)
C0M5Y15K23 
(0%,5%,15%,23%)
(0.00/0.05/0.15/0.23)	

CMYK percentages

%0
%4.57
%15.23
%22.75

Codes

Color #C5BCA7 in popluar color models

C5BCA7
RGB197188167
HSL42°20.55%71.37%
HSB/HSV42°15.23%77.25%
CMYK0.00%4.57%15.23%
22.75%

Color #C5BCA7 in popluar number systems.

HEXC5BCA7
Decimal197188167
Binary110001011011110010100111
Octal305274247

Shades and tints

Shades of #C5BCA7

#C5BCA7
(197,188,167)
#B4AB98
(180,171,152)
#A39A89
(163,154,137)
#92897A
(146,137,122)
#81786B
(129,120,107)
#70675C
(112,103,92)
#5F564D
(95,86,77)
#4E453E
(78,69,62)
#3D342F
(61,52,47)
#2C2320
(44,35,32)
#1B1211
(27,18,17)
#000000
(0,0,0)

Tints of #C5BCA7

#C5BCA7
(197,188,167)
#CAC2AF
(202,194,175)
#CFC8B7
(207,200,183)
#D4CEBF
(212,206,191)
#D9D4C7
(217,212,199)
#DEDACF
(222,218,207)
#E3E0D7
(227,224,215)
#E8E6DF
(232,230,223)
#EDECE7
(237,236,231)
#F2F2EF
(242,242,239)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BCA7; }

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

This text font color is #C5BCA7.


Background Color

.myBgColor { background-color: #C5BCA7; }

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

This div background color is #C5BCA7.


Border color

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

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

This div border color is #C5BCA7.


Opacity

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

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

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

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

This text has shadow with #C5BCA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BCA7 on black background.


Color preview on white background

This text has color #C5BCA7 on white background.



Black color preview on #C5BCA7 background

This text has black color on #C5BCA7 background.


White color preview on #C5BCA7 background

This text has white color on #C5BCA7 background.