COLOR #C5BCB3

HEX: #C5BCB3 RGB: (197,188,179)

Color info

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

RGB color model

#C5BCB3 color RGB value is (197,188,179).

RGB: (197,188,179) (77%, 74%, 70%)

RGB channels and saturation

R 197 of 255 = 77%
G 188 of 255 = 74%
B 179 of 255 = 70%

197
188
179

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

Portions of RGB colors in percentages

R + G + B = 197 + 188 + 179 = 564 (100%)
R 197 of 564 ~ 34.93%
G 188 of 564 ~ 33.33%
B 179 of 564 ~ 31.74'%

%34.93
%33.33
%31.74

CMYK color model

#C5BCB3 color CMYK value is (0,5,9,23).

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

CMYK: (0,5,9,23)
C0M5Y9K23 (0%, 5%, 9%, 23%)
(0.00 / 0.05 / 0.09 / 0.23)

CMYK percentages

%0
%4.57
%9.14
%22.75

Codes

Color #C5BCB3 in popluar color models

C5 BC B3
RGB 197 188 179
HSL 30° 13.43% 73.73%
HSB/HSV 30° 9.14% 77.25%
CMYK 0.00% 4.57% 9.14%
22.75%

Color #C5BCB3 in popluar number systems.

HEX C5 BC B3
Decimal 197 188 179
Binary 11000101 10111100 10110011
Octal 305 274 263

Shades and tints

Shades of #C5BCB3

#C5BCB3
(197,188,179)
#B4ABA3
(180,171,163)
#A39A93
(163,154,147)
#928983
(146,137,131)
#817873
(129,120,115)
#706763
(112,103,99)
#5F5653
(95,86,83)
#4E4543
(78,69,67)
#3D3433
(61,52,51)
#2C2323
(44,35,35)
#1B1213
(27,18,19)
#000000
(0,0,0)

Tints of #C5BCB3

#C5BCB3
(197,188,179)
#CAC2B9
(202,194,185)
#CFC8BF
(207,200,191)
#D4CEC5
(212,206,197)
#D9D4CB
(217,212,203)
#DEDAD1
(222,218,209)
#E3E0D7
(227,224,215)
#E8E6DD
(232,230,221)
#EDECE3
(237,236,227)
#F2F2E9
(242,242,233)
#F7F8EF
(247,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BCB3; }

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

This text font color is #C5BCB3.

Background Color

.myBgColor { background-color: #C5BCB3; }

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

This div background color is #C5BCB3.

Border color

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

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

This div border color is #C5BCB3.

Opacity

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

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

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

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

This text has shadow with #C5BCB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BCB3.

Preview

Color preview on black background

This text has color #C5BCB3 on black background.


Color preview on white background

This text has color #C5BCB3 on white background.


Black color preview on #C5BCB3 background

This text has black color on #C5BCB3 background.


White color preview on #C5BCB3 background

This text has white color on #C5BCB3 background.


Related colors

Complementary color

Complementary color for #hex is #3A434C.


I love getcolorcode.com

Triadic colors

1 #B3C5BC and #BCB3C5 with #C5BCB3 are triadic colors.

2 #B3BCC5 and #BCC5B3 with #C5BCB3 are triadic colors.