COLOR #C6BCB5

HEX: #C6BCB5
RGB: (198,188,181)

Color info

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

RGB color model

#C6BCB5 color RGB value is (198,188,181).

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

RGB channels and saturation

R 198 of 255 = 78%
G 188 of 255 = 74%
B 181 of 255 = 71%

198
188
181

R + G + B ~ 74%. #C6BCB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 188 + 181 = 567 (100%)
R 198 of 567 ~ 34.92%
G 188 of 567 ~ 33.16%
B 181 of 567 ~ 31.92%

%34.92
%33.16
%31.92

CMYK color model

#C6BCB5 color CMYK value is (0,5,9,22).

  • cyan value is 0.00%
  • magenta value is 5.05%
  • yellow value is 8.59%
  • key color value is 22.35%
CMYK:
(0,5,9,22)
C0M5Y9K22 
(0%,5%,9%,22%)
(0.00/0.05/0.09/0.22)	

CMYK percentages

%0
%5.05
%8.59
%22.35

Codes

Color #C6BCB5 in popluar color models

C6BCB5
RGB198188181
HSL25°12.98%74.31%
HSB/HSV25°8.59%77.65%
CMYK0.00%5.05%8.59%
22.35%

Color #C6BCB5 in popluar number systems.

HEXC6BCB5
Decimal198188181
Binary110001101011110010110101
Octal306274265

Shades and tints

Shades of #C6BCB5

#C6BCB5
(198,188,181)
#B4ABA5
(180,171,165)
#A29A95
(162,154,149)
#908985
(144,137,133)
#7E7875
(126,120,117)
#6C6765
(108,103,101)
#5A5655
(90,86,85)
#484545
(72,69,69)
#363435
(54,52,53)
#242325
(36,35,37)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #C6BCB5

#C6BCB5
(198,188,181)
#CBC2BB
(203,194,187)
#D0C8C1
(208,200,193)
#D5CEC7
(213,206,199)
#DAD4CD
(218,212,205)
#DFDAD3
(223,218,211)
#E4E0D9
(228,224,217)
#E9E6DF
(233,230,223)
#EEECE5
(238,236,229)
#F3F2EB
(243,242,235)
#F8F8F1
(248,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BCB5; }

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

This text font color is #C6BCB5.


Background Color

.myBgColor { background-color: #C6BCB5; }

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

This div background color is #C6BCB5.


Border color

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

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

This div border color is #C6BCB5.


Opacity

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

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

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

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

This text has shadow with #C6BCB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BCB5 on black background.


Color preview on white background

This text has color #C6BCB5 on white background.



Black color preview on #C6BCB5 background

This text has black color on #C6BCB5 background.


White color preview on #C6BCB5 background

This text has white color on #C6BCB5 background.