COLOR #C5C3BE

HEX: #C5C3BE
RGB: (197,195,190)

Color info

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

RGB color model

#C5C3BE color RGB value is (197,195,190).

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

RGB channels and saturation

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

197
195
190

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

Portions of RGB colors in percentages

R + G + B =
197 + 195 + 190 = 582 (100%)
R 197 of 582 ~ 33.85%
G 195 of 582 ~ 33.51%
B 190 of 582 ~ 32.65%

%33.85
%33.51
%32.65

CMYK color model

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

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

CMYK percentages

%0
%1.02
%3.55
%22.75

Codes

Color #C5C3BE in popluar color models

C5C3BE
RGB197195190
HSL43°5.69%75.88%
HSB/HSV43°3.55%77.25%
CMYK0.00%1.02%3.55%
22.75%

Color #C5C3BE in popluar number systems.

HEXC5C3BE
Decimal197195190
Binary110001011100001110111110
Octal305303276

Shades and tints

Shades of #C5C3BE

#C5C3BE
(197,195,190)
#B4B2AD
(180,178,173)
#A3A19C
(163,161,156)
#92908B
(146,144,139)
#817F7A
(129,127,122)
#706E69
(112,110,105)
#5F5D58
(95,93,88)
#4E4C47
(78,76,71)
#3D3B36
(61,59,54)
#2C2A25
(44,42,37)
#1B1914
(27,25,20)
#000000
(0,0,0)

Tints of #C5C3BE

#C5C3BE
(197,195,190)
#CAC8C3
(202,200,195)
#CFCDC8
(207,205,200)
#D4D2CD
(212,210,205)
#D9D7D2
(217,215,210)
#DEDCD7
(222,220,215)
#E3E1DC
(227,225,220)
#E8E6E1
(232,230,225)
#EDEBE6
(237,235,230)
#F2F0EB
(242,240,235)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C3BE; }

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

This text font color is #C5C3BE.


Background Color

.myBgColor { background-color: #C5C3BE; }

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

This div background color is #C5C3BE.


Border color

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

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

This div border color is #C5C3BE.


Opacity

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

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

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

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

This text has shadow with #C5C3BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C3BE on black background.


Color preview on white background

This text has color #C5C3BE on white background.



Black color preview on #C5C3BE background

This text has black color on #C5C3BE background.


White color preview on #C5C3BE background

This text has white color on #C5C3BE background.