COLOR #C5BBA6

HEX: #C5BBA6 RGB: (197,187,166)

Color info

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

RGB color model

#C5BBA6 color RGB value is (197,187,166).

RGB: (197,187,166) (77%, 73%, 65%)

RGB channels and saturation

R 197 of 255 = 77%
G 187 of 255 = 73%
B 166 of 255 = 65%

197
187
166

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

Portions of RGB colors in percentages

R + G + B = 197 + 187 + 166 = 550 (100%)
R 197 of 550 ~ 35.82%
G 187 of 550 ~ 34%
B 166 of 550 ~ 30.18'%

%35.82
%34
%30.18

CMYK color model

#C5BBA6 color CMYK value is (0,5,16,23).

  • cyan value is 0.00%
  • magenta value is 5.08%
  • yellow value is 15.74%
  • key color value is 22.75%

CMYK: (0,5,16,23)
C0M5Y16K23 (0%, 5%, 16%, 23%)
(0.00 / 0.05 / 0.16 / 0.23)

CMYK percentages

%0
%5.08
%15.74
%22.75

Codes

Color #C5BBA6 in popluar color models

C5 BB A6
RGB 197 187 166
HSL 41° 21.09% 71.18%
HSB/HSV 41° 15.74% 77.25%
CMYK 0.00% 5.08% 15.74%
22.75%

Color #C5BBA6 in popluar number systems.

HEX C5 BB A6
Decimal 197 187 166
Binary 11000101 10111011 10100110
Octal 305 273 246

Shades and tints

Shades of #C5BBA6

#C5BBA6
(197,187,166)
#B4AA97
(180,170,151)
#A39988
(163,153,136)
#928879
(146,136,121)
#81776A
(129,119,106)
#70665B
(112,102,91)
#5F554C
(95,85,76)
#4E443D
(78,68,61)
#3D332E
(61,51,46)
#2C221F
(44,34,31)
#1B1110
(27,17,16)
#000000
(0,0,0)

Tints of #C5BBA6

#C5BBA6
(197,187,166)
#CAC1AE
(202,193,174)
#CFC7B6
(207,199,182)
#D4CDBE
(212,205,190)
#D9D3C6
(217,211,198)
#DED9CE
(222,217,206)
#E3DFD6
(227,223,214)
#E8E5DE
(232,229,222)
#EDEBE6
(237,235,230)
#F2F1EE
(242,241,238)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BBA6 color. Also use rgb(197,187,166) instead hex code.

Text Font Color

.myTextColor { color: #C5BBA6; }

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

This text font color is #C5BBA6.

Background Color

.myBgColor { background-color: #C5BBA6; }

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

This div background color is #C5BBA6.

Border color

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

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

This div border color is #C5BBA6.

Opacity

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

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

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

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

This text has shadow with #C5BBA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BBA6.

Preview

Color preview on black background

This text has color #C5BBA6 on black background.


Color preview on white background

This text has color #C5BBA6 on white background.


Black color preview on #C5BBA6 background

This text has black color on #C5BBA6 background.


White color preview on #C5BBA6 background

This text has white color on #C5BBA6 background.


Related colors

Complementary color

Complementary color for #hex is #3A4459.


I love getcolorcode.com

Triadic colors

1 #A6C5BB and #BBA6C5 with #C5BBA6 are triadic colors.

2 #A6BBC5 and #BBC5A6 with #C5BBA6 are triadic colors.