COLOR #C8CB66

HEX: #C8CB66 RGB: (200,203,102)

Color info

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

RGB color model

#C8CB66 color RGB value is (200,203,102).

RGB: (200,203,102) (78%, 80%, 40%)

RGB channels and saturation

R 200 of 255 = 78%
G 203 of 255 = 80%
B 102 of 255 = 40%

200
203
102

R + G + B ~ 66%. #C8CB66 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 203 + 102 = 505 (100%)
R 200 of 505 ~ 39.6%
G 203 of 505 ~ 40.2%
B 102 of 505 ~ 20.2'%

%39.6
%40.2
%20.2

CMYK color model

#C8CB66 color CMYK value is (1,0,50,20).

  • cyan value is 1.48%
  • magenta value is 0.00%
  • yellow value is 49.75%
  • key color value is 20.39%

CMYK: (1,0,50,20)
C1M0Y50K20 (1%, 0%, 50%, 20%)
(0.01 / 0.00 / 0.50 / 0.20)

CMYK percentages

%1.48
%0
%49.75
%20.39

Codes

Color #C8CB66 in popluar color models

C8 CB 66
RGB 200 203 102
HSL 62° 49.27% 59.80%
HSB/HSV 62° 49.75% 79.61%
CMYK 1.48% 0.00% 49.75%
20.39%

Color #C8CB66 in popluar number systems.

HEX C8 CB 66
Decimal 200 203 102
Binary 11001000 11001011 1100110
Octal 310 313 146

Shades and tints

Shades of #C8CB66

#C8CB66
(200,203,102)
#B6B95D
(182,185,93)
#A4A754
(164,167,84)
#92954B
(146,149,75)
#808342
(128,131,66)
#6E7139
(110,113,57)
#5C5F30
(92,95,48)
#4A4D27
(74,77,39)
#383B1E
(56,59,30)
#262915
(38,41,21)
#14170C
(20,23,12)
#000000
(0,0,0)

Tints of #C8CB66

#C8CB66
(200,203,102)
#CDCF73
(205,207,115)
#D2D380
(210,211,128)
#D7D78D
(215,215,141)
#DCDB9A
(220,219,154)
#E1DFA7
(225,223,167)
#E6E3B4
(230,227,180)
#EBE7C1
(235,231,193)
#F0EBCE
(240,235,206)
#F5EFDB
(245,239,219)
#FAF3E8
(250,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8CB66; }

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

This text font color is #C8CB66.

Background Color

.myBgColor { background-color: #C8CB66; }

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

This div background color is #C8CB66.

Border color

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

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

This div border color is #C8CB66.

Opacity

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

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

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

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

This text has shadow with #C8CB66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8CB66.

Preview

Color preview on black background

This text has color #C8CB66 on black background.


Color preview on white background

This text has color #C8CB66 on white background.


Black color preview on #C8CB66 background

This text has black color on #C8CB66 background.


White color preview on #C8CB66 background

This text has white color on #C8CB66 background.


Related colors

Complementary color

Complementary color for #hex is #373499.


I love getcolorcode.com

Triadic colors

1 #66C8CB and #CB66C8 with #C8CB66 are triadic colors.

2 #66CBC8 and #CBC866 with #C8CB66 are triadic colors.