COLOR #C5C2BD

HEX: #C5C2BD
RGB: (197,194,189)

Color info

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

RGB color model

#C5C2BD color RGB value is (197,194,189).

  • red value is 197;
  • green value is 194;
  • blue value is 189.
RGB:
(197,194,189)
(77%,76%,74%)

RGB channels and saturation

R 197 of 255 = 77%
G 194 of 255 = 76%
B 189 of 255 = 74%

197
194
189

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

Portions of RGB colors in percentages

R + G + B =
197 + 194 + 189 = 580 (100%)
R 197 of 580 ~ 33.97%
G 194 of 580 ~ 33.45%
B 189 of 580 ~ 32.59%

%33.97
%33.45
%32.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.52%
  • yellow value is 4.06%
  • key color value is 22.75%
CMYK:
(0,2,4,23)
C0M2Y4K23 
(0%,2%,4%,23%)
(0.00/0.02/0.04/0.23)	

CMYK percentages

%0
%1.52
%4.06
%22.75

Codes

Color #C5C2BD in popluar color models

C5C2BD
RGB197194189
HSL37°6.45%75.69%
HSB/HSV37°4.06%77.25%
CMYK0.00%1.52%4.06%
22.75%

Color #C5C2BD in popluar number systems.

HEXC5C2BD
Decimal197194189
Binary110001011100001010111101
Octal305302275

Shades and tints

Shades of #C5C2BD

#C5C2BD
(197,194,189)
#B4B1AC
(180,177,172)
#A3A09B
(163,160,155)
#928F8A
(146,143,138)
#817E79
(129,126,121)
#706D68
(112,109,104)
#5F5C57
(95,92,87)
#4E4B46
(78,75,70)
#3D3A35
(61,58,53)
#2C2924
(44,41,36)
#1B1813
(27,24,19)
#000000
(0,0,0)

Tints of #C5C2BD

#C5C2BD
(197,194,189)
#CAC7C3
(202,199,195)
#CFCCC9
(207,204,201)
#D4D1CF
(212,209,207)
#D9D6D5
(217,214,213)
#DEDBDB
(222,219,219)
#E3E0E1
(227,224,225)
#E8E5E7
(232,229,231)
#EDEAED
(237,234,237)
#F2EFF3
(242,239,243)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C2BD; }

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

This text font color is #C5C2BD.


Background Color

.myBgColor { background-color: #C5C2BD; }

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

This div background color is #C5C2BD.


Border color

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

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

This div border color is #C5C2BD.


Opacity

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

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

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

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

This text has shadow with #C5C2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C2BD on black background.


Color preview on white background

This text has color #C5C2BD on white background.



Black color preview on #C5C2BD background

This text has black color on #C5C2BD background.


White color preview on #C5C2BD background

This text has white color on #C5C2BD background.