COLOR #C6BCB1

HEX: #C6BCB1 RGB: (198,188,177)

Color info

#C6BCB1 contains red, green and blue colors in about the same proportion. Web safe color of #C6BCB1 is #CCCC99 (or #CC9).

RGB color model

#C6BCB1 color RGB value is (198,188,177).

RGB: (198,188,177) (78%, 74%, 69%)

RGB channels and saturation

R 198 of 255 = 78%
G 188 of 255 = 74%
B 177 of 255 = 69%

198
188
177

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

Portions of RGB colors in percentages

R + G + B = 198 + 188 + 177 = 563 (100%)
R 198 of 563 ~ 35.17%
G 188 of 563 ~ 33.39%
B 177 of 563 ~ 31.44'%

%35.17
%33.39
%31.44

CMYK color model

#C6BCB1 color CMYK value is (0,5,11,22).

  • cyan value is 0.00%
  • magenta value is 5.05%
  • yellow value is 10.61%
  • key color value is 22.35%
CMYK: (0,5,11,22) C0M5Y11K22 (0%,5%,11%,22%) (0.00/0.05/0.11/0.22) 

CMYK percentages

%0
%5.05
%10.61
%22.35

Codes

Color #C6BCB1 in popluar color models

C6 BC B1
RGB 198 188 177
HSL 31° 15.56% 73.53%
HSB/HSV 31° 10.61% 77.65%
CMYK 0.00% 5.05% 10.61%
22.35%

Color #C6BCB1 in popluar number systems.

HEX C6 BC B1
Decimal 198 188 177
Binary 11000110 10111100 10110001
Octal 306 274 261

Shades and tints

Shades of #C6BCB1

#C6BCB1
(198,188,177)
#B4ABA1
(180,171,161)
#A29A91
(162,154,145)
#908981
(144,137,129)
#7E7871
(126,120,113)
#6C6761
(108,103,97)
#5A5651
(90,86,81)
#484541
(72,69,65)
#363431
(54,52,49)
#242321
(36,35,33)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #C6BCB1

#C6BCB1
(198,188,177)
#CBC2B8
(203,194,184)
#D0C8BF
(208,200,191)
#D5CEC6
(213,206,198)
#DAD4CD
(218,212,205)
#DFDAD4
(223,218,212)
#E4E0DB
(228,224,219)
#E9E6E2
(233,230,226)
#EEECE9
(238,236,233)
#F3F2F0
(243,242,240)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BCB1; }

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

This text font color is #C6BCB1.

Background Color

.myBgColor { background-color: #C6BCB1; }

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

This div background color is #C6BCB1.

Border color

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

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

This div border color is #C6BCB1.

Opacity

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

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

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

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

This text has shadow with #C6BCB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6BCB1.

Preview

Color preview on black background

This text has color #C6BCB1 on black background.


Color preview on white background

This text has color #C6BCB1 on white background.


Black color preview on #C6BCB1 background

This text has black color on #C6BCB1 background.


White color preview on #C6BCB1 background

This text has white color on #C6BCB1 background.


Related colors

Complementary color

Complementary color for #hex is #39434E.


I love getcolorcode.com

Triadic colors

1 #B1C6BC and #BCB1C6 with #C6BCB1 are triadic colors.

2 #B1BCC6 and #BCC6B1 with #C6BCB1 are triadic colors.