COLOR #C5C6BB

HEX: #C5C6BB
RGB: (197,198,187)

Color info

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

RGB color model

#C5C6BB color RGB value is (197,198,187).

  • red value is 197;
  • green value is 198;
  • blue value is 187.
RGB:
(197,198,187)
(77%,78%,73%)

RGB channels and saturation

R 197 of 255 = 77%
G 198 of 255 = 78%
B 187 of 255 = 73%

197
198
187

R + G + B ~ 76%. #C5C6BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 198 + 187 = 582 (100%)
R 197 of 582 ~ 33.85%
G 198 of 582 ~ 34.02%
B 187 of 582 ~ 32.13%

%33.85
%34.02
%32.13

CMYK color model

#C5C6BB color CMYK value is (1,0,6,22).

  • cyan value is 0.51%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 22.35%
CMYK:
(1,0,6,22)
C1M0Y6K22 
(1%,0%,6%,22%)
(0.01/0.00/0.06/0.22)	

CMYK percentages

%0.51
%0
%5.56
%22.35

Codes

Color #C5C6BB in popluar color models

C5C6BB
RGB197198187
HSL65°8.80%75.49%
HSB/HSV65°5.56%77.65%
CMYK0.51%0.00%5.56%
22.35%

Color #C5C6BB in popluar number systems.

HEXC5C6BB
Decimal197198187
Binary110001011100011010111011
Octal305306273

Shades and tints

Shades of #C5C6BB

#C5C6BB
(197,198,187)
#B4B4AA
(180,180,170)
#A3A299
(163,162,153)
#929088
(146,144,136)
#817E77
(129,126,119)
#706C66
(112,108,102)
#5F5A55
(95,90,85)
#4E4844
(78,72,68)
#3D3633
(61,54,51)
#2C2422
(44,36,34)
#1B1211
(27,18,17)
#000000
(0,0,0)

Tints of #C5C6BB

#C5C6BB
(197,198,187)
#CACBC1
(202,203,193)
#CFD0C7
(207,208,199)
#D4D5CD
(212,213,205)
#D9DAD3
(217,218,211)
#DEDFD9
(222,223,217)
#E3E4DF
(227,228,223)
#E8E9E5
(232,233,229)
#EDEEEB
(237,238,235)
#F2F3F1
(242,243,241)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C6BB; }

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

This text font color is #C5C6BB.


Background Color

.myBgColor { background-color: #C5C6BB; }

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

This div background color is #C5C6BB.


Border color

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

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

This div border color is #C5C6BB.


Opacity

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

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

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

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

This text has shadow with #C5C6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C6BB on black background.


Color preview on white background

This text has color #C5C6BB on white background.



Black color preview on #C5C6BB background

This text has black color on #C5C6BB background.


White color preview on #C5C6BB background

This text has white color on #C5C6BB background.