COLOR #C6BE74

HEX: #C6BE74
RGB: (198,190,116)

Color info

#C6BE74 contains mainly red and green colors. Web safe color of #C6BE74 is #CCCC66 (or #CC6).

RGB color model

#C6BE74 color RGB value is (198,190,116).

  • red value is 198;
  • green value is 190;
  • blue value is 116.
RGB:
(198,190,116)
(78%,75%,45%)

RGB channels and saturation

R 198 of 255 = 78%
G 190 of 255 = 75%
B 116 of 255 = 45%

198
190
116

R + G + B ~ 66%. #C6BE74 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 190 + 116 = 504 (100%)
R 198 of 504 ~ 39.29%
G 190 of 504 ~ 37.7%
B 116 of 504 ~ 23.02%

%39.29
%37.7
%23.02

CMYK color model

#C6BE74 color CMYK value is (0,4,41,22).

  • cyan value is 0.00%
  • magenta value is 4.04%
  • yellow value is 41.41%
  • key color value is 22.35%
CMYK:
(0,4,41,22)
C0M4Y41K22 
(0%,4%,41%,22%)
(0.00/0.04/0.41/0.22)	

CMYK percentages

%0
%4.04
%41.41
%22.35

Codes

Color #C6BE74 in popluar color models

C6BE74
RGB198190116
HSL54°41.84%61.57%
HSB/HSV54°41.41%77.65%
CMYK0.00%4.04%41.41%
22.35%

Color #C6BE74 in popluar number systems.

HEXC6BE74
Decimal198190116
Binary11000110101111101110100
Octal306276164

Shades and tints

Shades of #C6BE74

#C6BE74
(198,190,116)
#B4AD6A
(180,173,106)
#A29C60
(162,156,96)
#908B56
(144,139,86)
#7E7A4C
(126,122,76)
#6C6942
(108,105,66)
#5A5838
(90,88,56)
#48472E
(72,71,46)
#363624
(54,54,36)
#24251A
(36,37,26)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #C6BE74

#C6BE74
(198,190,116)
#CBC380
(203,195,128)
#D0C88C
(208,200,140)
#D5CD98
(213,205,152)
#DAD2A4
(218,210,164)
#DFD7B0
(223,215,176)
#E4DCBC
(228,220,188)
#E9E1C8
(233,225,200)
#EEE6D4
(238,230,212)
#F3EBE0
(243,235,224)
#F8F0EC
(248,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6BE74 color. Also use rgb(198,190,116) instead hex code.

Text Font Color

.myTextColor { color: #C6BE74; }

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

This text font color is #C6BE74.


Background Color

.myBgColor { background-color: #C6BE74; }

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

This div background color is #C6BE74.


Border color

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

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

This div border color is #C6BE74.


Opacity

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

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

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

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

This text has shadow with #C6BE74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BE74 on black background.


Color preview on white background

This text has color #C6BE74 on white background.



Black color preview on #C6BE74 background

This text has black color on #C6BE74 background.


White color preview on #C6BE74 background

This text has white color on #C6BE74 background.