COLOR #C8BE66

HEX: #C8BE66 RGB: (200,190,102)

Color info

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

RGB color model

#C8BE66 color RGB value is (200,190,102).

RGB: (200,190,102) (78%, 75%, 40%)

RGB channels and saturation

R 200 of 255 = 78%
G 190 of 255 = 75%
B 102 of 255 = 40%

200
190
102

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

Portions of RGB colors in percentages

R + G + B = 200 + 190 + 102 = 492 (100%)
R 200 of 492 ~ 40.65%
G 190 of 492 ~ 38.62%
B 102 of 492 ~ 20.73'%

%40.65
%38.62
%20.73

CMYK color model

#C8BE66 color CMYK value is (0,5,49,22).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 49.00%
  • key color value is 21.57%

CMYK: (0,5,49,22)
C0M5Y49K22 (0%, 5%, 49%, 22%)
(0.00 / 0.05 / 0.49 / 0.22)

CMYK percentages

%0
%5
%49
%21.57

Codes

Color #C8BE66 in popluar color models

C8 BE 66
RGB 200 190 102
HSL 54° 47.12% 59.22%
HSB/HSV 54° 49.00% 78.43%
CMYK 0.00% 5.00% 49.00%
21.57%

Color #C8BE66 in popluar number systems.

HEX C8 BE 66
Decimal 200 190 102
Binary 11001000 10111110 1100110
Octal 310 276 146

Shades and tints

Shades of #C8BE66

#C8BE66
(200,190,102)
#B6AD5D
(182,173,93)
#A49C54
(164,156,84)
#928B4B
(146,139,75)
#807A42
(128,122,66)
#6E6939
(110,105,57)
#5C5830
(92,88,48)
#4A4727
(74,71,39)
#38361E
(56,54,30)
#262515
(38,37,21)
#14140C
(20,20,12)
#000000
(0,0,0)

Tints of #C8BE66

#C8BE66
(200,190,102)
#CDC373
(205,195,115)
#D2C880
(210,200,128)
#D7CD8D
(215,205,141)
#DCD29A
(220,210,154)
#E1D7A7
(225,215,167)
#E6DCB4
(230,220,180)
#EBE1C1
(235,225,193)
#F0E6CE
(240,230,206)
#F5EBDB
(245,235,219)
#FAF0E8
(250,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8BE66 color. Also use rgb(200,190,102) instead hex code.

Text Font Color

.myTextColor { color: #C8BE66; }

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

This text font color is #C8BE66.

Background Color

.myBgColor { background-color: #C8BE66; }

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

This div background color is #C8BE66.

Border color

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

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

This div border color is #C8BE66.

Opacity

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

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

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

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

This text has shadow with #C8BE66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8BE66.

Preview

Color preview on black background

This text has color #C8BE66 on black background.


Color preview on white background

This text has color #C8BE66 on white background.


Black color preview on #C8BE66 background

This text has black color on #C8BE66 background.


White color preview on #C8BE66 background

This text has white color on #C8BE66 background.


Related colors

Complementary color

Complementary color for #hex is #374199.


I love getcolorcode.com

Triadic colors

1 #66C8BE and #BE66C8 with #C8BE66 are triadic colors.

2 #66BEC8 and #BEC866 with #C8BE66 are triadic colors.