COLOR #C8BF62

HEX: #C8BF62
RGB: (200,191,98)

Color info

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

RGB color model

#C8BF62 color RGB value is (200,191,98).

  • red value is 200;
  • green value is 191;
  • blue value is 98.
RGB:
(200,191,98)
(78%,75%,38%)

RGB channels and saturation

R 200 of 255 = 78%
G 191 of 255 = 75%
B 98 of 255 = 38%

200
191
98

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

Portions of RGB colors in percentages

R + G + B =
200 + 191 + 98 = 489 (100%)
R 200 of 489 ~ 40.9%
G 191 of 489 ~ 39.06%
B 98 of 489 ~ 20.04%

%40.9
%39.06
%20.04

CMYK color model

#C8BF62 color CMYK value is (0,5,51,22).

  • cyan value is 0.00%
  • magenta value is 4.50%
  • yellow value is 51.00%
  • key color value is 21.57%
CMYK:
(0,5,51,22)
C0M5Y51K22 
(0%,5%,51%,22%)
(0.00/0.05/0.51/0.22)	

CMYK percentages

%0
%4.5
%51
%21.57

Codes

Color #C8BF62 in popluar color models

C8BF62
RGB20019198
HSL55°48.11%58.43%
HSB/HSV55°51.00%78.43%
CMYK0.00%4.50%51.00%
21.57%

Color #C8BF62 in popluar number systems.

HEXC8BF62
Decimal20019198
Binary11001000101111111100010
Octal310277142

Shades and tints

Shades of #C8BF62

#C8BF62
(200,191,98)
#B6AE5A
(182,174,90)
#A49D52
(164,157,82)
#928C4A
(146,140,74)
#807B42
(128,123,66)
#6E6A3A
(110,106,58)
#5C5932
(92,89,50)
#4A482A
(74,72,42)
#383722
(56,55,34)
#26261A
(38,38,26)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #C8BF62

#C8BF62
(200,191,98)
#CDC470
(205,196,112)
#D2C97E
(210,201,126)
#D7CE8C
(215,206,140)
#DCD39A
(220,211,154)
#E1D8A8
(225,216,168)
#E6DDB6
(230,221,182)
#EBE2C4
(235,226,196)
#F0E7D2
(240,231,210)
#F5ECE0
(245,236,224)
#FAF1EE
(250,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8BF62 color. Also use rgb(200,191,98) instead hex code.

Text Font Color

.myTextColor { color: #C8BF62; }

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

This text font color is #C8BF62.


Background Color

.myBgColor { background-color: #C8BF62; }

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

This div background color is #C8BF62.


Border color

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

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

This div border color is #C8BF62.


Opacity

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

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

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

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

This text has shadow with #C8BF62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8BF62 on black background.


Color preview on white background

This text has color #C8BF62 on white background.



Black color preview on #C8BF62 background

This text has black color on #C8BF62 background.


White color preview on #C8BF62 background

This text has white color on #C8BF62 background.