COLOR #C6BCB8

HEX: #C6BCB8
RGB: (198,188,184)

Color info

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

RGB color model

#C6BCB8 color RGB value is (198,188,184).

  • red value is 198;
  • green value is 188;
  • blue value is 184.
RGB:
(198,188,184)
(78%,74%,72%)

RGB channels and saturation

R 198 of 255 = 78%
G 188 of 255 = 74%
B 184 of 255 = 72%

198
188
184

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

Portions of RGB colors in percentages

R + G + B =
198 + 188 + 184 = 570 (100%)
R 198 of 570 ~ 34.74%
G 188 of 570 ~ 32.98%
B 184 of 570 ~ 32.28%

%34.74
%32.98
%32.28

CMYK color model

#C6BCB8 color CMYK value is (0,5,7,22).

  • cyan value is 0.00%
  • magenta value is 5.05%
  • yellow value is 7.07%
  • key color value is 22.35%
CMYK:
(0,5,7,22)
C0M5Y7K22 
(0%,5%,7%,22%)
(0.00/0.05/0.07/0.22)	

CMYK percentages

%0
%5.05
%7.07
%22.35

Codes

Color #C6BCB8 in popluar color models

C6BCB8
RGB198188184
HSL17°10.94%74.90%
HSB/HSV17°7.07%77.65%
CMYK0.00%5.05%7.07%
22.35%

Color #C6BCB8 in popluar number systems.

HEXC6BCB8
Decimal198188184
Binary110001101011110010111000
Octal306274270

Shades and tints

Shades of #C6BCB8

#C6BCB8
(198,188,184)
#B4ABA8
(180,171,168)
#A29A98
(162,154,152)
#908988
(144,137,136)
#7E7878
(126,120,120)
#6C6768
(108,103,104)
#5A5658
(90,86,88)
#484548
(72,69,72)
#363438
(54,52,56)
#242328
(36,35,40)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #C6BCB8

#C6BCB8
(198,188,184)
#CBC2BE
(203,194,190)
#D0C8C4
(208,200,196)
#D5CECA
(213,206,202)
#DAD4D0
(218,212,208)
#DFDAD6
(223,218,214)
#E4E0DC
(228,224,220)
#E9E6E2
(233,230,226)
#EEECE8
(238,236,232)
#F3F2EE
(243,242,238)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6BCB8 color. Also use rgb(198,188,184) instead hex code.

Text Font Color

.myTextColor { color: #C6BCB8; }

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

This text font color is #C6BCB8.


Background Color

.myBgColor { background-color: #C6BCB8; }

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

This div background color is #C6BCB8.


Border color

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

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

This div border color is #C6BCB8.


Opacity

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

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

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

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

This text has shadow with #C6BCB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BCB8 on black background.


Color preview on white background

This text has color #C6BCB8 on white background.



Black color preview on #C6BCB8 background

This text has black color on #C6BCB8 background.


White color preview on #C6BCB8 background

This text has white color on #C6BCB8 background.