COLOR #C6BCAF

HEX: #C6BCAF RGB: (198,188,175)

Color info

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

RGB color model

#C6BCAF color RGB value is (198,188,175).

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

RGB channels and saturation

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

198
188
175

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

Portions of RGB colors in percentages

R + G + B = 198 + 188 + 175 = 561 (100%)
R 198 of 561 ~ 35.29%
G 188 of 561 ~ 33.51%
B 175 of 561 ~ 31.19'%

%35.29
%33.51
%31.19

CMYK color model

#C6BCAF color CMYK value is (0,5,12,22).

  • cyan value is 0.00%
  • magenta value is 5.05%
  • yellow value is 11.62%
  • key color value is 22.35%
CMYK: (0,5,12,22) C0M5Y12K22 (0%,5%,12%,22%) (0.00/0.05/0.12/0.22) 

CMYK percentages

%0
%5.05
%11.62
%22.35

Codes

Color #C6BCAF in popluar color models

C6 BC AF
RGB 198 188 175
HSL 34° 16.79% 73.14%
HSB/HSV 34° 11.62% 77.65%
CMYK 0.00% 5.05% 11.62%
22.35%

Color #C6BCAF in popluar number systems.

HEX C6 BC AF
Decimal 198 188 175
Binary 11000110 10111100 10101111
Octal 306 274 257

Shades and tints

Shades of #C6BCAF

#C6BCAF
(198,188,175)
#B4ABA0
(180,171,160)
#A29A91
(162,154,145)
#908982
(144,137,130)
#7E7873
(126,120,115)
#6C6764
(108,103,100)
#5A5655
(90,86,85)
#484546
(72,69,70)
#363437
(54,52,55)
#242328
(36,35,40)
#121219
(18,18,25)
#000000
(0,0,0)

Tints of #C6BCAF

#C6BCAF
(198,188,175)
#CBC2B6
(203,194,182)
#D0C8BD
(208,200,189)
#D5CEC4
(213,206,196)
#DAD4CB
(218,212,203)
#DFDAD2
(223,218,210)
#E4E0D9
(228,224,217)
#E9E6E0
(233,230,224)
#EEECE7
(238,236,231)
#F3F2EE
(243,242,238)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BCAF; }

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

This text font color is #C6BCAF.

Background Color

.myBgColor { background-color: #C6BCAF; }

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

This div background color is #C6BCAF.

Border color

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

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

This div border color is #C6BCAF.

Opacity

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

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

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

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

This text has shadow with #C6BCAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6BCAF.

Preview

Color preview on black background

This text has color #C6BCAF on black background.


Color preview on white background

This text has color #C6BCAF on white background.


Black color preview on #C6BCAF background

This text has black color on #C6BCAF background.


White color preview on #C6BCAF background

This text has white color on #C6BCAF background.


Related colors

Complementary color

Complementary color for #hex is #394350.


I love getcolorcode.com

Triadic colors

1 #AFC6BC and #BCAFC6 with #C6BCAF are triadic colors.

2 #AFBCC6 and #BCC6AF with #C6BCAF are triadic colors.