COLOR #C5C5BA

HEX: #C5C5BA
RGB: (197,197,186)

Color info

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

RGB color model

#C5C5BA color RGB value is (197,197,186).

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

RGB channels and saturation

R 197 of 255 = 77%
G 197 of 255 = 77%
B 186 of 255 = 73%

197
197
186

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

Portions of RGB colors in percentages

R + G + B =
197 + 197 + 186 = 580 (100%)
R 197 of 580 ~ 33.97%
G 197 of 580 ~ 33.97%
B 186 of 580 ~ 32.07%

%33.97
%33.97
%32.07

CMYK color model

#C5C5BA color CMYK value is (0,0,6,23).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 5.58%
  • key color value is 22.75%
CMYK:
(0,0,6,23)
C0M0Y6K23 
(0%,0%,6%,23%)
(0.00/0.00/0.06/0.23)	

CMYK percentages

%0
%0
%5.58
%22.75

Codes

Color #C5C5BA in popluar color models

C5C5BA
RGB197197186
HSL60°8.66%75.10%
HSB/HSV60°5.58%77.25%
CMYK0.00%0.00%5.58%
22.75%

Color #C5C5BA in popluar number systems.

HEXC5C5BA
Decimal197197186
Binary110001011100010110111010
Octal305305272

Shades and tints

Shades of #C5C5BA

#C5C5BA
(197,197,186)
#B4B4AA
(180,180,170)
#A3A39A
(163,163,154)
#92928A
(146,146,138)
#81817A
(129,129,122)
#70706A
(112,112,106)
#5F5F5A
(95,95,90)
#4E4E4A
(78,78,74)
#3D3D3A
(61,61,58)
#2C2C2A
(44,44,42)
#1B1B1A
(27,27,26)
#000000
(0,0,0)

Tints of #C5C5BA

#C5C5BA
(197,197,186)
#CACAC0
(202,202,192)
#CFCFC6
(207,207,198)
#D4D4CC
(212,212,204)
#D9D9D2
(217,217,210)
#DEDED8
(222,222,216)
#E3E3DE
(227,227,222)
#E8E8E4
(232,232,228)
#EDEDEA
(237,237,234)
#F2F2F0
(242,242,240)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C5BA; }

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

This text font color is #C5C5BA.


Background Color

.myBgColor { background-color: #C5C5BA; }

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

This div background color is #C5C5BA.


Border color

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

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

This div border color is #C5C5BA.


Opacity

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

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

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

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

This text has shadow with #C5C5BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C5BA on black background.


Color preview on white background

This text has color #C5C5BA on white background.



Black color preview on #C5C5BA background

This text has black color on #C5C5BA background.


White color preview on #C5C5BA background

This text has white color on #C5C5BA background.