COLOR #C7C1BA

HEX: #C7C1BA
RGB: (199,193,186)

Color info

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

RGB color model

#C7C1BA color RGB value is (199,193,186).

  • red value is 199;
  • green value is 193;
  • blue value is 186.
RGB:
(199,193,186)
(78%,76%,73%)

RGB channels and saturation

R 199 of 255 = 78%
G 193 of 255 = 76%
B 186 of 255 = 73%

199
193
186

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

Portions of RGB colors in percentages

R + G + B =
199 + 193 + 186 = 578 (100%)
R 199 of 578 ~ 34.43%
G 193 of 578 ~ 33.39%
B 186 of 578 ~ 32.18%

%34.43
%33.39
%32.18

CMYK color model

#C7C1BA color CMYK value is (0,3,7,22).

  • cyan value is 0.00%
  • magenta value is 3.02%
  • yellow value is 6.53%
  • key color value is 21.96%
CMYK:
(0,3,7,22)
C0M3Y7K22 
(0%,3%,7%,22%)
(0.00/0.03/0.07/0.22)	

CMYK percentages

%0
%3.02
%6.53
%21.96

Codes

Color #C7C1BA in popluar color models

C7C1BA
RGB199193186
HSL32°10.40%75.49%
HSB/HSV32°6.53%78.04%
CMYK0.00%3.02%6.53%
21.96%

Color #C7C1BA in popluar number systems.

HEXC7C1BA
Decimal199193186
Binary110001111100000110111010
Octal307301272

Shades and tints

Shades of #C7C1BA

#C7C1BA
(199,193,186)
#B5B0AA
(181,176,170)
#A39F9A
(163,159,154)
#918E8A
(145,142,138)
#7F7D7A
(127,125,122)
#6D6C6A
(109,108,106)
#5B5B5A
(91,91,90)
#494A4A
(73,74,74)
#37393A
(55,57,58)
#25282A
(37,40,42)
#13171A
(19,23,26)
#000000
(0,0,0)

Tints of #C7C1BA

#C7C1BA
(199,193,186)
#CCC6C0
(204,198,192)
#D1CBC6
(209,203,198)
#D6D0CC
(214,208,204)
#DBD5D2
(219,213,210)
#E0DAD8
(224,218,216)
#E5DFDE
(229,223,222)
#EAE4E4
(234,228,228)
#EFE9EA
(239,233,234)
#F4EEF0
(244,238,240)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C1BA; }

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

This text font color is #C7C1BA.


Background Color

.myBgColor { background-color: #C7C1BA; }

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

This div background color is #C7C1BA.


Border color

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

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

This div border color is #C7C1BA.


Opacity

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

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

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

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

This text has shadow with #C7C1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C1BA on black background.


Color preview on white background

This text has color #C7C1BA on white background.



Black color preview on #C7C1BA background

This text has black color on #C7C1BA background.


White color preview on #C7C1BA background

This text has white color on #C7C1BA background.