COLOR #C8CC67

HEX: #C8CC67 RGB: (200,204,103)

Color info

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

RGB color model

#C8CC67 color RGB value is (200,204,103).

RGB: (200,204,103) (78%, 80%, 40%)

RGB channels and saturation

R 200 of 255 = 78%
G 204 of 255 = 80%
B 103 of 255 = 40%

200
204
103

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

Portions of RGB colors in percentages

R + G + B = 200 + 204 + 103 = 507 (100%)
R 200 of 507 ~ 39.45%
G 204 of 507 ~ 40.24%
B 103 of 507 ~ 20.32'%

%39.45
%40.24
%20.32

CMYK color model

#C8CC67 color CMYK value is (2,0,50,20).

  • cyan value is 1.96%
  • magenta value is 0.00%
  • yellow value is 49.51%
  • key color value is 20.00%

CMYK: (2,0,50,20)
C2M0Y50K20 (2%, 0%, 50%, 20%)
(0.02 / 0.00 / 0.50 / 0.20)

CMYK percentages

%1.96
%0
%49.51
%20

Codes

Color #C8CC67 in popluar color models

C8 CC 67
RGB 200 204 103
HSL 62° 49.75% 60.20%
HSB/HSV 62° 49.51% 80.00%
CMYK 1.96% 0.00% 49.51%
20.00%

Color #C8CC67 in popluar number systems.

HEX C8 CC 67
Decimal 200 204 103
Binary 11001000 11001100 1100111
Octal 310 314 147

Shades and tints

Shades of #C8CC67

#C8CC67
(200,204,103)
#B6BA5E
(182,186,94)
#A4A855
(164,168,85)
#92964C
(146,150,76)
#808443
(128,132,67)
#6E723A
(110,114,58)
#5C6031
(92,96,49)
#4A4E28
(74,78,40)
#383C1F
(56,60,31)
#262A16
(38,42,22)
#14180D
(20,24,13)
#000000
(0,0,0)

Tints of #C8CC67

#C8CC67
(200,204,103)
#CDD074
(205,208,116)
#D2D481
(210,212,129)
#D7D88E
(215,216,142)
#DCDC9B
(220,220,155)
#E1E0A8
(225,224,168)
#E6E4B5
(230,228,181)
#EBE8C2
(235,232,194)
#F0ECCF
(240,236,207)
#F5F0DC
(245,240,220)
#FAF4E9
(250,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8CC67 color. Also use rgb(200,204,103) instead hex code.

Text Font Color

.myTextColor { color: #C8CC67; }

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

This text font color is #C8CC67.

Background Color

.myBgColor { background-color: #C8CC67; }

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

This div background color is #C8CC67.

Border color

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

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

This div border color is #C8CC67.

Opacity

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

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

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

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

This text has shadow with #C8CC67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8CC67.

Preview

Color preview on black background

This text has color #C8CC67 on black background.


Color preview on white background

This text has color #C8CC67 on white background.


Black color preview on #C8CC67 background

This text has black color on #C8CC67 background.


White color preview on #C8CC67 background

This text has white color on #C8CC67 background.


Related colors

Complementary color

Complementary color for #hex is #373398.


I love getcolorcode.com

Triadic colors

1 #67C8CC and #CC67C8 with #C8CC67 are triadic colors.

2 #67CCC8 and #CCC867 with #C8CC67 are triadic colors.