COLOR #C5BCB6

HEX: #C5BCB6 RGB: (197,188,182)

Color info

#C5BCB6 contains red, green and blue colors in about the same proportion. Web safe color of #C5BCB6 is #CCCCCC (or #CCC).

RGB color model

#C5BCB6 color RGB value is (197,188,182).

RGB: (197,188,182) (77%, 74%, 71%)

RGB channels and saturation

R 197 of 255 = 77%
G 188 of 255 = 74%
B 182 of 255 = 71%

197
188
182

R + G + B ~ 74%. #C5BCB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 188 + 182 = 567 (100%)
R 197 of 567 ~ 34.74%
G 188 of 567 ~ 33.16%
B 182 of 567 ~ 32.1'%

%34.74
%33.16
%32.1

CMYK color model

#C5BCB6 color CMYK value is (0,5,8,23).

  • cyan value is 0.00%
  • magenta value is 4.57%
  • yellow value is 7.61%
  • key color value is 22.75%

CMYK: (0,5,8,23)
C0M5Y8K23 (0%, 5%, 8%, 23%)
(0.00 / 0.05 / 0.08 / 0.23)

CMYK percentages

%0
%4.57
%7.61
%22.75

Codes

Color #C5BCB6 in popluar color models

C5 BC B6
RGB 197 188 182
HSL 24° 11.45% 74.31%
HSB/HSV 24° 7.61% 77.25%
CMYK 0.00% 4.57% 7.61%
22.75%

Color #C5BCB6 in popluar number systems.

HEX C5 BC B6
Decimal 197 188 182
Binary 11000101 10111100 10110110
Octal 305 274 266

Shades and tints

Shades of #C5BCB6

#C5BCB6
(197,188,182)
#B4ABA6
(180,171,166)
#A39A96
(163,154,150)
#928986
(146,137,134)
#817876
(129,120,118)
#706766
(112,103,102)
#5F5656
(95,86,86)
#4E4546
(78,69,70)
#3D3436
(61,52,54)
#2C2326
(44,35,38)
#1B1216
(27,18,22)
#000000
(0,0,0)

Tints of #C5BCB6

#C5BCB6
(197,188,182)
#CAC2BC
(202,194,188)
#CFC8C2
(207,200,194)
#D4CEC8
(212,206,200)
#D9D4CE
(217,212,206)
#DEDAD4
(222,218,212)
#E3E0DA
(227,224,218)
#E8E6E0
(232,230,224)
#EDECE6
(237,236,230)
#F2F2EC
(242,242,236)
#F7F8F2
(247,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BCB6; }

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

This text font color is #C5BCB6.

Background Color

.myBgColor { background-color: #C5BCB6; }

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

This div background color is #C5BCB6.

Border color

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

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

This div border color is #C5BCB6.

Opacity

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

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

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

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

This text has shadow with #C5BCB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BCB6.

Preview

Color preview on black background

This text has color #C5BCB6 on black background.


Color preview on white background

This text has color #C5BCB6 on white background.


Black color preview on #C5BCB6 background

This text has black color on #C5BCB6 background.


White color preview on #C5BCB6 background

This text has white color on #C5BCB6 background.


Related colors

Complementary color

Complementary color for #hex is #3A4349.


I love getcolorcode.com

Triadic colors

1 #B6C5BC and #BCB6C5 with #C5BCB6 are triadic colors.

2 #B6BCC5 and #BCC5B6 with #C5BCB6 are triadic colors.