COLOR #C6BB9D

HEX: #C6BB9D
RGB: (198,187,157)

Color info

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

RGB color model

#C6BB9D color RGB value is (198,187,157).

  • red value is 198;
  • green value is 187;
  • blue value is 157.
RGB:
(198,187,157)
(78%,73%,62%)

RGB channels and saturation

R 198 of 255 = 78%
G 187 of 255 = 73%
B 157 of 255 = 62%

198
187
157

R + G + B ~ 71%. #C6BB9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 187 + 157 = 542 (100%)
R 198 of 542 ~ 36.53%
G 187 of 542 ~ 34.5%
B 157 of 542 ~ 28.97%

%36.53
%34.5
%28.97

CMYK color model

#C6BB9D color CMYK value is (0,6,21,22).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 20.71%
  • key color value is 22.35%
CMYK:
(0,6,21,22)
C0M6Y21K22 
(0%,6%,21%,22%)
(0.00/0.06/0.21/0.22)	

CMYK percentages

%0
%5.56
%20.71
%22.35

Codes

Color #C6BB9D in popluar color models

C6BB9D
RGB198187157
HSL44°26.45%69.61%
HSB/HSV44°20.71%77.65%
CMYK0.00%5.56%20.71%
22.35%

Color #C6BB9D in popluar number systems.

HEXC6BB9D
Decimal198187157
Binary110001101011101110011101
Octal306273235

Shades and tints

Shades of #C6BB9D

#C6BB9D
(198,187,157)
#B4AA8F
(180,170,143)
#A29981
(162,153,129)
#908873
(144,136,115)
#7E7765
(126,119,101)
#6C6657
(108,102,87)
#5A5549
(90,85,73)
#48443B
(72,68,59)
#36332D
(54,51,45)
#24221F
(36,34,31)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #C6BB9D

#C6BB9D
(198,187,157)
#CBC1A5
(203,193,165)
#D0C7AD
(208,199,173)
#D5CDB5
(213,205,181)
#DAD3BD
(218,211,189)
#DFD9C5
(223,217,197)
#E4DFCD
(228,223,205)
#E9E5D5
(233,229,213)
#EEEBDD
(238,235,221)
#F3F1E5
(243,241,229)
#F8F7ED
(248,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6BB9D color. Also use rgb(198,187,157) instead hex code.

Text Font Color

.myTextColor { color: #C6BB9D; }

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

This text font color is #C6BB9D.


Background Color

.myBgColor { background-color: #C6BB9D; }

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

This div background color is #C6BB9D.


Border color

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

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

This div border color is #C6BB9D.


Opacity

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

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

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

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

This text has shadow with #C6BB9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BB9D on black background.


Color preview on white background

This text has color #C6BB9D on white background.



Black color preview on #C6BB9D background

This text has black color on #C6BB9D background.


White color preview on #C6BB9D background

This text has white color on #C6BB9D background.