COLOR #C7C1BC

HEX: #C7C1BC RGB: (199,193,188)

Color info

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

RGB color model

#C7C1BC color RGB value is (199,193,188).

RGB: (199,193,188) (78%, 76%, 74%)

RGB channels and saturation

R 199 of 255 = 78%
G 193 of 255 = 76%
B 188 of 255 = 74%

199
193
188

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

Portions of RGB colors in percentages

R + G + B = 199 + 193 + 188 = 580 (100%)
R 199 of 580 ~ 34.31%
G 193 of 580 ~ 33.28%
B 188 of 580 ~ 32.41'%

%34.31
%33.28
%32.41

CMYK color model

#C7C1BC color CMYK value is (0,3,6,22).

  • cyan value is 0.00%
  • magenta value is 3.02%
  • yellow value is 5.53%
  • key color value is 21.96%

CMYK: (0,3,6,22)
C0M3Y6K22 (0%, 3%, 6%, 22%)
(0.00 / 0.03 / 0.06 / 0.22)

CMYK percentages

%0
%3.02
%5.53
%21.96

Codes

Color #C7C1BC in popluar color models

C7 C1 BC
RGB 199 193 188
HSL 27° 8.94% 75.88%
HSB/HSV 27° 5.53% 78.04%
CMYK 0.00% 3.02% 5.53%
21.96%

Color #C7C1BC in popluar number systems.

HEX C7 C1 BC
Decimal 199 193 188
Binary 11000111 11000001 10111100
Octal 307 301 274

Shades and tints

Shades of #C7C1BC

#C7C1BC
(199,193,188)
#B5B0AB
(181,176,171)
#A39F9A
(163,159,154)
#918E89
(145,142,137)
#7F7D78
(127,125,120)
#6D6C67
(109,108,103)
#5B5B56
(91,91,86)
#494A45
(73,74,69)
#373934
(55,57,52)
#252823
(37,40,35)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #C7C1BC

#C7C1BC
(199,193,188)
#CCC6C2
(204,198,194)
#D1CBC8
(209,203,200)
#D6D0CE
(214,208,206)
#DBD5D4
(219,213,212)
#E0DADA
(224,218,218)
#E5DFE0
(229,223,224)
#EAE4E6
(234,228,230)
#EFE9EC
(239,233,236)
#F4EEF2
(244,238,242)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C1BC color. Also use rgb(199,193,188) instead hex code.

Text Font Color

.myTextColor { color: #C7C1BC; }

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

This text font color is #C7C1BC.

Background Color

.myBgColor { background-color: #C7C1BC; }

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

This div background color is #C7C1BC.

Border color

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

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

This div border color is #C7C1BC.

Opacity

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

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

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

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

This text has shadow with #C7C1BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C1BC.

Preview

Color preview on black background

This text has color #C7C1BC on black background.


Color preview on white background

This text has color #C7C1BC on white background.


Black color preview on #C7C1BC background

This text has black color on #C7C1BC background.


White color preview on #C7C1BC background

This text has white color on #C7C1BC background.


Related colors

Complementary color

Complementary color for #hex is #383E43.


I love getcolorcode.com

Triadic colors

1 #BCC7C1 and #C1BCC7 with #C7C1BC are triadic colors.

2 #BCC1C7 and #C1C7BC with #C7C1BC are triadic colors.