COLOR #C8BA66

HEX: #C8BA66 RGB: (200,186,102)

Color info

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

RGB color model

#C8BA66 color RGB value is (200,186,102).

RGB: (200,186,102) (78%, 73%, 40%)

RGB channels and saturation

R 200 of 255 = 78%
G 186 of 255 = 73%
B 102 of 255 = 40%

200
186
102

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

Portions of RGB colors in percentages

R + G + B = 200 + 186 + 102 = 488 (100%)
R 200 of 488 ~ 40.98%
G 186 of 488 ~ 38.11%
B 102 of 488 ~ 20.9'%

%40.98
%38.11
%20.9

CMYK color model

#C8BA66 color CMYK value is (0,7,49,22).

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

CMYK: (0,7,49,22)
C0M7Y49K22 (0%, 7%, 49%, 22%)
(0.00 / 0.07 / 0.49 / 0.22)

CMYK percentages

%0
%7
%49
%21.57

Codes

Color #C8BA66 in popluar color models

C8 BA 66
RGB 200 186 102
HSL 51° 47.12% 59.22%
HSB/HSV 51° 49.00% 78.43%
CMYK 0.00% 7.00% 49.00%
21.57%

Color #C8BA66 in popluar number systems.

HEX C8 BA 66
Decimal 200 186 102
Binary 11001000 10111010 1100110
Octal 310 272 146

Shades and tints

Shades of #C8BA66

#C8BA66
(200,186,102)
#B6AA5D
(182,170,93)
#A49A54
(164,154,84)
#928A4B
(146,138,75)
#807A42
(128,122,66)
#6E6A39
(110,106,57)
#5C5A30
(92,90,48)
#4A4A27
(74,74,39)
#383A1E
(56,58,30)
#262A15
(38,42,21)
#141A0C
(20,26,12)
#000000
(0,0,0)

Tints of #C8BA66

#C8BA66
(200,186,102)
#CDC073
(205,192,115)
#D2C680
(210,198,128)
#D7CC8D
(215,204,141)
#DCD29A
(220,210,154)
#E1D8A7
(225,216,167)
#E6DEB4
(230,222,180)
#EBE4C1
(235,228,193)
#F0EACE
(240,234,206)
#F5F0DB
(245,240,219)
#FAF6E8
(250,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8BA66; }

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

This text font color is #C8BA66.

Background Color

.myBgColor { background-color: #C8BA66; }

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

This div background color is #C8BA66.

Border color

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

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

This div border color is #C8BA66.

Opacity

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

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

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

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

This text has shadow with #C8BA66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8BA66.

Preview

Color preview on black background

This text has color #C8BA66 on black background.


Color preview on white background

This text has color #C8BA66 on white background.


Black color preview on #C8BA66 background

This text has black color on #C8BA66 background.


White color preview on #C8BA66 background

This text has white color on #C8BA66 background.


Related colors

Complementary color

Complementary color for #hex is #374599.


I love getcolorcode.com

Triadic colors

1 #66C8BA and #BA66C8 with #C8BA66 are triadic colors.

2 #66BAC8 and #BAC866 with #C8BA66 are triadic colors.