COLOR #C6BFA6

HEX: #C6BFA6
RGB: (198,191,166)

Color info

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

RGB color model

#C6BFA6 color RGB value is (198,191,166).

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

RGB channels and saturation

R 198 of 255 = 78%
G 191 of 255 = 75%
B 166 of 255 = 65%

198
191
166

R + G + B ~ 73%. #C6BFA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 191 + 166 = 555 (100%)
R 198 of 555 ~ 35.68%
G 191 of 555 ~ 34.41%
B 166 of 555 ~ 29.91%

%35.68
%34.41
%29.91

CMYK color model

#C6BFA6 color CMYK value is (0,4,16,22).

  • cyan value is 0.00%
  • magenta value is 3.54%
  • yellow value is 16.16%
  • key color value is 22.35%
CMYK:
(0,4,16,22)
C0M4Y16K22 
(0%,4%,16%,22%)
(0.00/0.04/0.16/0.22)	

CMYK percentages

%0
%3.54
%16.16
%22.35

Codes

Color #C6BFA6 in popluar color models

C6BFA6
RGB198191166
HSL47°21.92%71.37%
HSB/HSV47°16.16%77.65%
CMYK0.00%3.54%16.16%
22.35%

Color #C6BFA6 in popluar number systems.

HEXC6BFA6
Decimal198191166
Binary110001101011111110100110
Octal306277246

Shades and tints

Shades of #C6BFA6

#C6BFA6
(198,191,166)
#B4AE97
(180,174,151)
#A29D88
(162,157,136)
#908C79
(144,140,121)
#7E7B6A
(126,123,106)
#6C6A5B
(108,106,91)
#5A594C
(90,89,76)
#48483D
(72,72,61)
#36372E
(54,55,46)
#24261F
(36,38,31)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #C6BFA6

#C6BFA6
(198,191,166)
#CBC4AE
(203,196,174)
#D0C9B6
(208,201,182)
#D5CEBE
(213,206,190)
#DAD3C6
(218,211,198)
#DFD8CE
(223,216,206)
#E4DDD6
(228,221,214)
#E9E2DE
(233,226,222)
#EEE7E6
(238,231,230)
#F3ECEE
(243,236,238)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BFA6; }

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

This text font color is #C6BFA6.


Background Color

.myBgColor { background-color: #C6BFA6; }

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

This div background color is #C6BFA6.


Border color

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

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

This div border color is #C6BFA6.


Opacity

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

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

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

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

This text has shadow with #C6BFA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BFA6 on black background.


Color preview on white background

This text has color #C6BFA6 on white background.



Black color preview on #C6BFA6 background

This text has black color on #C6BFA6 background.


White color preview on #C6BFA6 background

This text has white color on #C6BFA6 background.