COLOR #C2B66F

HEX: #C2B66F
RGB: (194,182,111)

Color info

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

RGB color model

#C2B66F color RGB value is (194,182,111).

  • red value is 194;
  • green value is 182;
  • blue value is 111.
RGB:
(194,182,111)
(76%,71%,44%)

RGB channels and saturation

R 194 of 255 = 76%
G 182 of 255 = 71%
B 111 of 255 = 44%

194
182
111

R + G + B ~ 64%. #C2B66F is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 182 + 111 = 487 (100%)
R 194 of 487 ~ 39.84%
G 182 of 487 ~ 37.37%
B 111 of 487 ~ 22.79%

%39.84
%37.37
%22.79

CMYK color model

#C2B66F color CMYK value is (0,6,43,24).

  • cyan value is 0.00%
  • magenta value is 6.19%
  • yellow value is 42.78%
  • key color value is 23.92%
CMYK:
(0,6,43,24)
C0M6Y43K24 
(0%,6%,43%,24%)
(0.00/0.06/0.43/0.24)	

CMYK percentages

%0
%6.19
%42.78
%23.92

Codes

Color #C2B66F in popluar color models

C2B66F
RGB194182111
HSL51°40.49%59.80%
HSB/HSV51°42.78%76.08%
CMYK0.00%6.19%42.78%
23.92%

Color #C2B66F in popluar number systems.

HEXC2B66F
Decimal194182111
Binary11000010101101101101111
Octal302266157

Shades and tints

Shades of #C2B66F

#C2B66F
(194,182,111)
#B1A665
(177,166,101)
#A0965B
(160,150,91)
#8F8651
(143,134,81)
#7E7647
(126,118,71)
#6D663D
(109,102,61)
#5C5633
(92,86,51)
#4B4629
(75,70,41)
#3A361F
(58,54,31)
#292615
(41,38,21)
#18160B
(24,22,11)
#000000
(0,0,0)

Tints of #C2B66F

#C2B66F
(194,182,111)
#C7BC7C
(199,188,124)
#CCC289
(204,194,137)
#D1C896
(209,200,150)
#D6CEA3
(214,206,163)
#DBD4B0
(219,212,176)
#E0DABD
(224,218,189)
#E5E0CA
(229,224,202)
#EAE6D7
(234,230,215)
#EFECE4
(239,236,228)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B66F color. Also use rgb(194,182,111) instead hex code.

Text Font Color

.myTextColor { color: #C2B66F; }

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

This text font color is #C2B66F.


Background Color

.myBgColor { background-color: #C2B66F; }

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

This div background color is #C2B66F.


Border color

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

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

This div border color is #C2B66F.


Opacity

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

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

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

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

This text has shadow with #C2B66F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B66F on black background.


Color preview on white background

This text has color #C2B66F on white background.



Black color preview on #C2B66F background

This text has black color on #C2B66F background.


White color preview on #C2B66F background

This text has white color on #C2B66F background.