COLOR #C5C2BC

HEX: #C5C2BC RGB: (197,194,188)

Color info

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

RGB color model

#C5C2BC color RGB value is (197,194,188).

RGB: (197,194,188) (77%, 76%, 74%)

RGB channels and saturation

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

197
194
188

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

Portions of RGB colors in percentages

R + G + B = 197 + 194 + 188 = 579 (100%)
R 197 of 579 ~ 34.02%
G 194 of 579 ~ 33.51%
B 188 of 579 ~ 32.47'%

%34.02
%33.51
%32.47

CMYK color model

#C5C2BC color CMYK value is (0,2,5,23).

  • cyan value is 0.00%
  • magenta value is 1.52%
  • yellow value is 4.57%
  • key color value is 22.75%

CMYK: (0,2,5,23)
C0M2Y5K23 (0%, 2%, 5%, 23%)
(0.00 / 0.02 / 0.05 / 0.23)

CMYK percentages

%0
%1.52
%4.57
%22.75

Codes

Color #C5C2BC in popluar color models

C5 C2 BC
RGB 197 194 188
HSL 40° 7.20% 75.49%
HSB/HSV 40° 4.57% 77.25%
CMYK 0.00% 1.52% 4.57%
22.75%

Color #C5C2BC in popluar number systems.

HEX C5 C2 BC
Decimal 197 194 188
Binary 11000101 11000010 10111100
Octal 305 302 274

Shades and tints

Shades of #C5C2BC

#C5C2BC
(197,194,188)
#B4B1AB
(180,177,171)
#A3A09A
(163,160,154)
#928F89
(146,143,137)
#817E78
(129,126,120)
#706D67
(112,109,103)
#5F5C56
(95,92,86)
#4E4B45
(78,75,69)
#3D3A34
(61,58,52)
#2C2923
(44,41,35)
#1B1812
(27,24,18)
#000000
(0,0,0)

Tints of #C5C2BC

#C5C2BC
(197,194,188)
#CAC7C2
(202,199,194)
#CFCCC8
(207,204,200)
#D4D1CE
(212,209,206)
#D9D6D4
(217,214,212)
#DEDBDA
(222,219,218)
#E3E0E0
(227,224,224)
#E8E5E6
(232,229,230)
#EDEAEC
(237,234,236)
#F2EFF2
(242,239,242)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C2BC; }

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

This text font color is #C5C2BC.

Background Color

.myBgColor { background-color: #C5C2BC; }

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

This div background color is #C5C2BC.

Border color

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

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

This div border color is #C5C2BC.

Opacity

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

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

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

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

This text has shadow with #C5C2BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5C2BC.

Preview

Color preview on black background

This text has color #C5C2BC on black background.


Color preview on white background

This text has color #C5C2BC on white background.


Black color preview on #C5C2BC background

This text has black color on #C5C2BC background.


White color preview on #C5C2BC background

This text has white color on #C5C2BC background.


Related colors

Complementary color

Complementary color for #hex is #3A3D43.


I love getcolorcode.com

Triadic colors

1 #BCC5C2 and #C2BCC5 with #C5C2BC are triadic colors.

2 #BCC2C5 and #C2C5BC with #C5C2BC are triadic colors.