COLOR #C6BE6E

HEX: #C6BE6E
RGB: (198,190,110)

Color info

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

RGB color model

#C6BE6E color RGB value is (198,190,110).

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

RGB channels and saturation

R 198 of 255 = 78%
G 190 of 255 = 75%
B 110 of 255 = 43%

198
190
110

R + G + B ~ 65%. #C6BE6E is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 190 + 110 = 498 (100%)
R 198 of 498 ~ 39.76%
G 190 of 498 ~ 38.15%
B 110 of 498 ~ 22.09%

%39.76
%38.15
%22.09

CMYK color model

#C6BE6E color CMYK value is (0,4,44,22).

  • cyan value is 0.00%
  • magenta value is 4.04%
  • yellow value is 44.44%
  • key color value is 22.35%
CMYK:
(0,4,44,22)
C0M4Y44K22 
(0%,4%,44%,22%)
(0.00/0.04/0.44/0.22)	

CMYK percentages

%0
%4.04
%44.44
%22.35

Codes

Color #C6BE6E in popluar color models

C6BE6E
RGB198190110
HSL55°43.56%60.39%
HSB/HSV55°44.44%77.65%
CMYK0.00%4.04%44.44%
22.35%

Color #C6BE6E in popluar number systems.

HEXC6BE6E
Decimal198190110
Binary11000110101111101101110
Octal306276156

Shades and tints

Shades of #C6BE6E

#C6BE6E
(198,190,110)
#B4AD64
(180,173,100)
#A29C5A
(162,156,90)
#908B50
(144,139,80)
#7E7A46
(126,122,70)
#6C693C
(108,105,60)
#5A5832
(90,88,50)
#484728
(72,71,40)
#36361E
(54,54,30)
#242514
(36,37,20)
#12140A
(18,20,10)
#000000
(0,0,0)

Tints of #C6BE6E

#C6BE6E
(198,190,110)
#CBC37B
(203,195,123)
#D0C888
(208,200,136)
#D5CD95
(213,205,149)
#DAD2A2
(218,210,162)
#DFD7AF
(223,215,175)
#E4DCBC
(228,220,188)
#E9E1C9
(233,225,201)
#EEE6D6
(238,230,214)
#F3EBE3
(243,235,227)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BE6E; }

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

This text font color is #C6BE6E.


Background Color

.myBgColor { background-color: #C6BE6E; }

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

This div background color is #C6BE6E.


Border color

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

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

This div border color is #C6BE6E.


Opacity

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

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

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

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

This text has shadow with #C6BE6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BE6E on black background.


Color preview on white background

This text has color #C6BE6E on white background.



Black color preview on #C6BE6E background

This text has black color on #C6BE6E background.


White color preview on #C6BE6E background

This text has white color on #C6BE6E background.