COLOR #C7BFBA

HEX: #C7BFBA
RGB: (199,191,186)

Color info

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

RGB color model

#C7BFBA color RGB value is (199,191,186).

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

RGB channels and saturation

R 199 of 255 = 78%
G 191 of 255 = 75%
B 186 of 255 = 73%

199
191
186

R + G + B ~ 75%. #C7BFBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 191 + 186 = 576 (100%)
R 199 of 576 ~ 34.55%
G 191 of 576 ~ 33.16%
B 186 of 576 ~ 32.29%

%34.55
%33.16
%32.29

CMYK color model

#C7BFBA color CMYK value is (0,4,7,22).

  • cyan value is 0.00%
  • magenta value is 4.02%
  • yellow value is 6.53%
  • key color value is 21.96%
CMYK:
(0,4,7,22)
C0M4Y7K22 
(0%,4%,7%,22%)
(0.00/0.04/0.07/0.22)	

CMYK percentages

%0
%4.02
%6.53
%21.96

Codes

Color #C7BFBA in popluar color models

C7BFBA
RGB199191186
HSL23°10.40%75.49%
HSB/HSV23°6.53%78.04%
CMYK0.00%4.02%6.53%
21.96%

Color #C7BFBA in popluar number systems.

HEXC7BFBA
Decimal199191186
Binary110001111011111110111010
Octal307277272

Shades and tints

Shades of #C7BFBA

#C7BFBA
(199,191,186)
#B5AEAA
(181,174,170)
#A39D9A
(163,157,154)
#918C8A
(145,140,138)
#7F7B7A
(127,123,122)
#6D6A6A
(109,106,106)
#5B595A
(91,89,90)
#49484A
(73,72,74)
#37373A
(55,55,58)
#25262A
(37,38,42)
#13151A
(19,21,26)
#000000
(0,0,0)

Tints of #C7BFBA

#C7BFBA
(199,191,186)
#CCC4C0
(204,196,192)
#D1C9C6
(209,201,198)
#D6CECC
(214,206,204)
#DBD3D2
(219,211,210)
#E0D8D8
(224,216,216)
#E5DDDE
(229,221,222)
#EAE2E4
(234,226,228)
#EFE7EA
(239,231,234)
#F4ECF0
(244,236,240)
#F9F1F6
(249,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BFBA; }

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

This text font color is #C7BFBA.


Background Color

.myBgColor { background-color: #C7BFBA; }

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

This div background color is #C7BFBA.


Border color

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

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

This div border color is #C7BFBA.


Opacity

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

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

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

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

This text has shadow with #C7BFBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7BFBA on black background.


Color preview on white background

This text has color #C7BFBA on white background.



Black color preview on #C7BFBA background

This text has black color on #C7BFBA background.


White color preview on #C7BFBA background

This text has white color on #C7BFBA background.