COLOR #C7C1BB

HEX: #C7C1BB RGB: (199,193,187)

Color info

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

RGB color model

#C7C1BB color RGB value is (199,193,187).

RGB: (199,193,187) (78%, 76%, 73%)

RGB channels and saturation

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

199
193
187

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

Portions of RGB colors in percentages

R + G + B = 199 + 193 + 187 = 579 (100%)
R 199 of 579 ~ 34.37%
G 193 of 579 ~ 33.33%
B 187 of 579 ~ 32.3'%

%34.37
%33.33
%32.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.02%
  • yellow value is 6.03%
  • 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
%6.03
%21.96

Codes

Color #C7C1BB in popluar color models

C7 C1 BB
RGB 199 193 187
HSL 30° 9.68% 75.69%
HSB/HSV 30° 6.03% 78.04%
CMYK 0.00% 3.02% 6.03%
21.96%

Color #C7C1BB in popluar number systems.

HEX C7 C1 BB
Decimal 199 193 187
Binary 11000111 11000001 10111011
Octal 307 301 273

Shades and tints

Shades of #C7C1BB

#C7C1BB
(199,193,187)
#B5B0AA
(181,176,170)
#A39F99
(163,159,153)
#918E88
(145,142,136)
#7F7D77
(127,125,119)
#6D6C66
(109,108,102)
#5B5B55
(91,91,85)
#494A44
(73,74,68)
#373933
(55,57,51)
#252822
(37,40,34)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #C7C1BB

#C7C1BB
(199,193,187)
#CCC6C1
(204,198,193)
#D1CBC7
(209,203,199)
#D6D0CD
(214,208,205)
#DBD5D3
(219,213,211)
#E0DAD9
(224,218,217)
#E5DFDF
(229,223,223)
#EAE4E5
(234,228,229)
#EFE9EB
(239,233,235)
#F4EEF1
(244,238,241)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C1BB; }

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

This text font color is #C7C1BB.

Background Color

.myBgColor { background-color: #C7C1BB; }

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

This div background color is #C7C1BB.

Border color

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

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

This div border color is #C7C1BB.

Opacity

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

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

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

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

This text has shadow with #C7C1BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C1BB.

Preview

Color preview on black background

This text has color #C7C1BB on black background.


Color preview on white background

This text has color #C7C1BB on white background.


Black color preview on #C7C1BB background

This text has black color on #C7C1BB background.


White color preview on #C7C1BB background

This text has white color on #C7C1BB background.


Related colors

Complementary color

Complementary color for #hex is #383E44.


I love getcolorcode.com

Triadic colors

1 #BBC7C1 and #C1BBC7 with #C7C1BB are triadic colors.

2 #BBC1C7 and #C1C7BB with #C7C1BB are triadic colors.