COLOR #C6BFBB

HEX: #C6BFBB
RGB: (198,191,187)

Color info

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

RGB color model

#C6BFBB color RGB value is (198,191,187).

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

RGB channels and saturation

R 198 of 255 = 78%
G 191 of 255 = 75%
B 187 of 255 = 73%

198
191
187

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

Portions of RGB colors in percentages

R + G + B =
198 + 191 + 187 = 576 (100%)
R 198 of 576 ~ 34.38%
G 191 of 576 ~ 33.16%
B 187 of 576 ~ 32.47%

%34.38
%33.16
%32.47

CMYK color model

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

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

CMYK percentages

%0
%3.54
%5.56
%22.35

Codes

Color #C6BFBB in popluar color models

C6BFBB
RGB198191187
HSL22°8.80%75.49%
HSB/HSV22°5.56%77.65%
CMYK0.00%3.54%5.56%
22.35%

Color #C6BFBB in popluar number systems.

HEXC6BFBB
Decimal198191187
Binary110001101011111110111011
Octal306277273

Shades and tints

Shades of #C6BFBB

#C6BFBB
(198,191,187)
#B4AEAA
(180,174,170)
#A29D99
(162,157,153)
#908C88
(144,140,136)
#7E7B77
(126,123,119)
#6C6A66
(108,106,102)
#5A5955
(90,89,85)
#484844
(72,72,68)
#363733
(54,55,51)
#242622
(36,38,34)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #C6BFBB

#C6BFBB
(198,191,187)
#CBC4C1
(203,196,193)
#D0C9C7
(208,201,199)
#D5CECD
(213,206,205)
#DAD3D3
(218,211,211)
#DFD8D9
(223,216,217)
#E4DDDF
(228,221,223)
#E9E2E5
(233,226,229)
#EEE7EB
(238,231,235)
#F3ECF1
(243,236,241)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BFBB; }

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

This text font color is #C6BFBB.


Background Color

.myBgColor { background-color: #C6BFBB; }

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

This div background color is #C6BFBB.


Border color

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

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

This div border color is #C6BFBB.


Opacity

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

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

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

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

This text has shadow with #C6BFBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BFBB on black background.


Color preview on white background

This text has color #C6BFBB on white background.



Black color preview on #C6BFBB background

This text has black color on #C6BFBB background.


White color preview on #C6BFBB background

This text has white color on #C6BFBB background.