COLOR #C7BFBC

HEX: #C7BFBC RGB: (199,191,188)

Color info

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

RGB color model

#C7BFBC color RGB value is (199,191,188).

RGB: (199,191,188) (78%, 75%, 74%)

RGB channels and saturation

R 199 of 255 = 78%
G 191 of 255 = 75%
B 188 of 255 = 74%

199
191
188

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

Portions of RGB colors in percentages

R + G + B = 199 + 191 + 188 = 578 (100%)
R 199 of 578 ~ 34.43%
G 191 of 578 ~ 33.04%
B 188 of 578 ~ 32.53'%

%34.43
%33.04
%32.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.02%
  • yellow value is 5.53%
  • key color value is 21.96%
CMYK: (0,4,6,22) C0M4Y6K22 (0%,4%,6%,22%) (0.00/0.04/0.06/0.22) 

CMYK percentages

%0
%4.02
%5.53
%21.96

Codes

Color #C7BFBC in popluar color models

C7 BF BC
RGB 199 191 188
HSL 16° 8.94% 75.88%
HSB/HSV 16° 5.53% 78.04%
CMYK 0.00% 4.02% 5.53%
21.96%

Color #C7BFBC in popluar number systems.

HEX C7 BF BC
Decimal 199 191 188
Binary 11000111 10111111 10111100
Octal 307 277 274

Shades and tints

Shades of #C7BFBC

#C7BFBC
(199,191,188)
#B5AEAB
(181,174,171)
#A39D9A
(163,157,154)
#918C89
(145,140,137)
#7F7B78
(127,123,120)
#6D6A67
(109,106,103)
#5B5956
(91,89,86)
#494845
(73,72,69)
#373734
(55,55,52)
#252623
(37,38,35)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #C7BFBC

#C7BFBC
(199,191,188)
#CCC4C2
(204,196,194)
#D1C9C8
(209,201,200)
#D6CECE
(214,206,206)
#DBD3D4
(219,211,212)
#E0D8DA
(224,216,218)
#E5DDE0
(229,221,224)
#EAE2E6
(234,226,230)
#EFE7EC
(239,231,236)
#F4ECF2
(244,236,242)
#F9F1F8
(249,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BFBC; }

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

This text font color is #C7BFBC.

Background Color

.myBgColor { background-color: #C7BFBC; }

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

This div background color is #C7BFBC.

Border color

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

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

This div border color is #C7BFBC.

Opacity

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

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

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

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

This text has shadow with #C7BFBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7BFBC.

Preview

Color preview on black background

This text has color #C7BFBC on black background.


Color preview on white background

This text has color #C7BFBC on white background.


Black color preview on #C7BFBC background

This text has black color on #C7BFBC background.


White color preview on #C7BFBC background

This text has white color on #C7BFBC background.


Related colors

Complementary color

Complementary color for #hex is #384043.


I love getcolorcode.com

Triadic colors

1 #BCC7BF and #BFBCC7 with #C7BFBC are triadic colors.

2 #BCBFC7 and #BFC7BC with #C7BFBC are triadic colors.