COLOR #C6BD92

HEX: #C6BD92
RGB: (198,189,146)

Color info

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

RGB color model

#C6BD92 color RGB value is (198,189,146).

  • red value is 198;
  • green value is 189;
  • blue value is 146.
RGB:
(198,189,146)
(78%,74%,57%)

RGB channels and saturation

R 198 of 255 = 78%
G 189 of 255 = 74%
B 146 of 255 = 57%

198
189
146

R + G + B ~ 70%. #C6BD92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 189 + 146 = 533 (100%)
R 198 of 533 ~ 37.15%
G 189 of 533 ~ 35.46%
B 146 of 533 ~ 27.39%

%37.15
%35.46
%27.39

CMYK color model

#C6BD92 color CMYK value is (0,5,26,22).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 26.26%
  • key color value is 22.35%
CMYK:
(0,5,26,22)
C0M5Y26K22 
(0%,5%,26%,22%)
(0.00/0.05/0.26/0.22)	

CMYK percentages

%0
%4.55
%26.26
%22.35

Codes

Color #C6BD92 in popluar color models

C6BD92
RGB198189146
HSL50°31.33%67.45%
HSB/HSV50°26.26%77.65%
CMYK0.00%4.55%26.26%
22.35%

Color #C6BD92 in popluar number systems.

HEXC6BD92
Decimal198189146
Binary110001101011110110010010
Octal306275222

Shades and tints

Shades of #C6BD92

#C6BD92
(198,189,146)
#B4AC85
(180,172,133)
#A29B78
(162,155,120)
#908A6B
(144,138,107)
#7E795E
(126,121,94)
#6C6851
(108,104,81)
#5A5744
(90,87,68)
#484637
(72,70,55)
#36352A
(54,53,42)
#24241D
(36,36,29)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #C6BD92

#C6BD92
(198,189,146)
#CBC39B
(203,195,155)
#D0C9A4
(208,201,164)
#D5CFAD
(213,207,173)
#DAD5B6
(218,213,182)
#DFDBBF
(223,219,191)
#E4E1C8
(228,225,200)
#E9E7D1
(233,231,209)
#EEEDDA
(238,237,218)
#F3F3E3
(243,243,227)
#F8F9EC
(248,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6BD92 color. Also use rgb(198,189,146) instead hex code.

Text Font Color

.myTextColor { color: #C6BD92; }

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

This text font color is #C6BD92.


Background Color

.myBgColor { background-color: #C6BD92; }

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

This div background color is #C6BD92.


Border color

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

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

This div border color is #C6BD92.


Opacity

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

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

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

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

This text has shadow with #C6BD92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BD92 on black background.


Color preview on white background

This text has color #C6BD92 on white background.



Black color preview on #C6BD92 background

This text has black color on #C6BD92 background.


White color preview on #C6BD92 background

This text has white color on #C6BD92 background.