COLOR #C7C7BB

HEX: #C7C7BB RGB: (199,199,187)

Color info

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

RGB color model

#C7C7BB color RGB value is (199,199,187).

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

RGB channels and saturation

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

199
199
187

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

Portions of RGB colors in percentages

R + G + B = 199 + 199 + 187 = 585 (100%)
R 199 of 585 ~ 34.02%
G 199 of 585 ~ 34.02%
B 187 of 585 ~ 31.97'%

%34.02
%34.02
%31.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 6.03%
  • key color value is 21.96%

CMYK: (0,0,6,22)
C0M0Y6K22 (0%, 0%, 6%, 22%)
(0.00 / 0.00 / 0.06 / 0.22)

CMYK percentages

%0
%0
%6.03
%21.96

Codes

Color #C7C7BB in popluar color models

C7 C7 BB
RGB 199 199 187
HSL 60° 9.68% 75.69%
HSB/HSV 60° 6.03% 78.04%
CMYK 0.00% 0.00% 6.03%
21.96%

Color #C7C7BB in popluar number systems.

HEX C7 C7 BB
Decimal 199 199 187
Binary 11000111 11000111 10111011
Octal 307 307 273

Shades and tints

Shades of #C7C7BB

#C7C7BB
(199,199,187)
#B5B5AA
(181,181,170)
#A3A399
(163,163,153)
#919188
(145,145,136)
#7F7F77
(127,127,119)
#6D6D66
(109,109,102)
#5B5B55
(91,91,85)
#494944
(73,73,68)
#373733
(55,55,51)
#252522
(37,37,34)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #C7C7BB

#C7C7BB
(199,199,187)
#CCCCC1
(204,204,193)
#D1D1C7
(209,209,199)
#D6D6CD
(214,214,205)
#DBDBD3
(219,219,211)
#E0E0D9
(224,224,217)
#E5E5DF
(229,229,223)
#EAEAE5
(234,234,229)
#EFEFEB
(239,239,235)
#F4F4F1
(244,244,241)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C7BB; }

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

This text font color is #C7C7BB.

Background Color

.myBgColor { background-color: #C7C7BB; }

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

This div background color is #C7C7BB.

Border color

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

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

This div border color is #C7C7BB.

Opacity

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

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

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

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

This text has shadow with #C7C7BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C7BB.

Preview

Color preview on black background

This text has color #C7C7BB on black background.


Color preview on white background

This text has color #C7C7BB on white background.


Black color preview on #C7C7BB background

This text has black color on #C7C7BB background.


White color preview on #C7C7BB background

This text has white color on #C7C7BB background.


Related colors

Complementary color

Complementary color for #hex is #383844.


I love getcolorcode.com