COLOR #C5BCA8

HEX: #C5BCA8
RGB: (197,188,168)

Color info

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

RGB color model

#C5BCA8 color RGB value is (197,188,168).

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

RGB channels and saturation

R 197 of 255 = 77%
G 188 of 255 = 74%
B 168 of 255 = 66%

197
188
168

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

Portions of RGB colors in percentages

R + G + B =
197 + 188 + 168 = 553 (100%)
R 197 of 553 ~ 35.62%
G 188 of 553 ~ 34%
B 168 of 553 ~ 30.38%

%35.62
%34
%30.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.57%
  • yellow value is 14.72%
  • 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
%14.72
%22.75

Codes

Color #C5BCA8 in popluar color models

C5BCA8
RGB197188168
HSL41°20.00%71.57%
HSB/HSV41°14.72%77.25%
CMYK0.00%4.57%14.72%
22.75%

Color #C5BCA8 in popluar number systems.

HEXC5BCA8
Decimal197188168
Binary110001011011110010101000
Octal305274250

Shades and tints

Shades of #C5BCA8

#C5BCA8
(197,188,168)
#B4AB99
(180,171,153)
#A39A8A
(163,154,138)
#92897B
(146,137,123)
#81786C
(129,120,108)
#70675D
(112,103,93)
#5F564E
(95,86,78)
#4E453F
(78,69,63)
#3D3430
(61,52,48)
#2C2321
(44,35,33)
#1B1212
(27,18,18)
#000000
(0,0,0)

Tints of #C5BCA8

#C5BCA8
(197,188,168)
#CAC2AF
(202,194,175)
#CFC8B6
(207,200,182)
#D4CEBD
(212,206,189)
#D9D4C4
(217,212,196)
#DEDACB
(222,218,203)
#E3E0D2
(227,224,210)
#E8E6D9
(232,230,217)
#EDECE0
(237,236,224)
#F2F2E7
(242,242,231)
#F7F8EE
(247,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BCA8; }

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

This text font color is #C5BCA8.


Background Color

.myBgColor { background-color: #C5BCA8; }

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

This div background color is #C5BCA8.


Border color

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

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

This div border color is #C5BCA8.


Opacity

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

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

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

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

This text has shadow with #C5BCA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BCA8 on black background.


Color preview on white background

This text has color #C5BCA8 on white background.



Black color preview on #C5BCA8 background

This text has black color on #C5BCA8 background.


White color preview on #C5BCA8 background

This text has white color on #C5BCA8 background.