COLOR #C5C5BE

HEX: #C5C5BE
RGB: (197,197,190)

Color info

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

RGB color model

#C5C5BE color RGB value is (197,197,190).

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

RGB channels and saturation

R 197 of 255 = 77%
G 197 of 255 = 77%
B 190 of 255 = 75%

197
197
190

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

Portions of RGB colors in percentages

R + G + B =
197 + 197 + 190 = 584 (100%)
R 197 of 584 ~ 33.73%
G 197 of 584 ~ 33.73%
B 190 of 584 ~ 32.53%

%33.73
%33.73
%32.53

CMYK color model

#C5C5BE color CMYK value is (0,0,4,23).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 3.55%
  • key color value is 22.75%
CMYK:
(0,0,4,23)
C0M0Y4K23 
(0%,0%,4%,23%)
(0.00/0.00/0.04/0.23)	

CMYK percentages

%0
%0
%3.55
%22.75

Codes

Color #C5C5BE in popluar color models

C5C5BE
RGB197197190
HSL60°5.69%75.88%
HSB/HSV60°3.55%77.25%
CMYK0.00%0.00%3.55%
22.75%

Color #C5C5BE in popluar number systems.

HEXC5C5BE
Decimal197197190
Binary110001011100010110111110
Octal305305276

Shades and tints

Shades of #C5C5BE

#C5C5BE
(197,197,190)
#B4B4AD
(180,180,173)
#A3A39C
(163,163,156)
#92928B
(146,146,139)
#81817A
(129,129,122)
#707069
(112,112,105)
#5F5F58
(95,95,88)
#4E4E47
(78,78,71)
#3D3D36
(61,61,54)
#2C2C25
(44,44,37)
#1B1B14
(27,27,20)
#000000
(0,0,0)

Tints of #C5C5BE

#C5C5BE
(197,197,190)
#CACAC3
(202,202,195)
#CFCFC8
(207,207,200)
#D4D4CD
(212,212,205)
#D9D9D2
(217,217,210)
#DEDED7
(222,222,215)
#E3E3DC
(227,227,220)
#E8E8E1
(232,232,225)
#EDEDE6
(237,237,230)
#F2F2EB
(242,242,235)
#F7F7F0
(247,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C5BE; }

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

This text font color is #C5C5BE.


Background Color

.myBgColor { background-color: #C5C5BE; }

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

This div background color is #C5C5BE.


Border color

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

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

This div border color is #C5C5BE.


Opacity

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

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

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

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

This text has shadow with #C5C5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C5BE on black background.


Color preview on white background

This text has color #C5C5BE on white background.



Black color preview on #C5C5BE background

This text has black color on #C5C5BE background.


White color preview on #C5C5BE background

This text has white color on #C5C5BE background.