COLOR #C6BF96

HEX: #C6BF96
RGB: (198,191,150)

Color info

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

RGB color model

#C6BF96 color RGB value is (198,191,150).

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

RGB channels and saturation

R 198 of 255 = 78%
G 191 of 255 = 75%
B 150 of 255 = 59%

198
191
150

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

Portions of RGB colors in percentages

R + G + B =
198 + 191 + 150 = 539 (100%)
R 198 of 539 ~ 36.73%
G 191 of 539 ~ 35.44%
B 150 of 539 ~ 27.83%

%36.73
%35.44
%27.83

CMYK color model

#C6BF96 color CMYK value is (0,4,24,22).

  • cyan value is 0.00%
  • magenta value is 3.54%
  • yellow value is 24.24%
  • key color value is 22.35%
CMYK:
(0,4,24,22)
C0M4Y24K22 
(0%,4%,24%,22%)
(0.00/0.04/0.24/0.22)	

CMYK percentages

%0
%3.54
%24.24
%22.35

Codes

Color #C6BF96 in popluar color models

C6BF96
RGB198191150
HSL51°29.63%68.24%
HSB/HSV51°24.24%77.65%
CMYK0.00%3.54%24.24%
22.35%

Color #C6BF96 in popluar number systems.

HEXC6BF96
Decimal198191150
Binary110001101011111110010110
Octal306277226

Shades and tints

Shades of #C6BF96

#C6BF96
(198,191,150)
#B4AE89
(180,174,137)
#A29D7C
(162,157,124)
#908C6F
(144,140,111)
#7E7B62
(126,123,98)
#6C6A55
(108,106,85)
#5A5948
(90,89,72)
#48483B
(72,72,59)
#36372E
(54,55,46)
#242621
(36,38,33)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #C6BF96

#C6BF96
(198,191,150)
#CBC49F
(203,196,159)
#D0C9A8
(208,201,168)
#D5CEB1
(213,206,177)
#DAD3BA
(218,211,186)
#DFD8C3
(223,216,195)
#E4DDCC
(228,221,204)
#E9E2D5
(233,226,213)
#EEE7DE
(238,231,222)
#F3ECE7
(243,236,231)
#F8F1F0
(248,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BF96; }

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

This text font color is #C6BF96.


Background Color

.myBgColor { background-color: #C6BF96; }

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

This div background color is #C6BF96.


Border color

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

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

This div border color is #C6BF96.


Opacity

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

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

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

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

This text has shadow with #C6BF96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BF96 on black background.


Color preview on white background

This text has color #C6BF96 on white background.



Black color preview on #C6BF96 background

This text has black color on #C6BF96 background.


White color preview on #C6BF96 background

This text has white color on #C6BF96 background.