COLOR #C4CC67

HEX: #C4CC67
RGB: (196,204,103)

Color info

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

RGB color model

#C4CC67 color RGB value is (196,204,103).

  • red value is 196;
  • green value is 204;
  • blue value is 103.
RGB:
(196,204,103)
(77%,80%,40%)

RGB channels and saturation

R 196 of 255 = 77%
G 204 of 255 = 80%
B 103 of 255 = 40%

196
204
103

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

Portions of RGB colors in percentages

R + G + B =
196 + 204 + 103 = 503 (100%)
R 196 of 503 ~ 38.97%
G 204 of 503 ~ 40.56%
B 103 of 503 ~ 20.48%

%38.97
%40.56
%20.48

CMYK color model

#C4CC67 color CMYK value is (4,0,50,20).

  • cyan value is 3.92%
  • magenta value is 0.00%
  • yellow value is 49.51%
  • key color value is 20.00%
CMYK:
(4,0,50,20)
C4M0Y50K20 
(4%,0%,50%,20%)
(0.04/0.00/0.50/0.20)	

CMYK percentages

%3.92
%0
%49.51
%20

Codes

Color #C4CC67 in popluar color models

C4CC67
RGB196204103
HSL65°49.75%60.20%
HSB/HSV65°49.51%80.00%
CMYK3.92%0.00%49.51%
20.00%

Color #C4CC67 in popluar number systems.

HEXC4CC67
Decimal196204103
Binary11000100110011001100111
Octal304314147

Shades and tints

Shades of #C4CC67

#C4CC67
(196,204,103)
#B3BA5E
(179,186,94)
#A2A855
(162,168,85)
#91964C
(145,150,76)
#808443
(128,132,67)
#6F723A
(111,114,58)
#5E6031
(94,96,49)
#4D4E28
(77,78,40)
#3C3C1F
(60,60,31)
#2B2A16
(43,42,22)
#1A180D
(26,24,13)
#000000
(0,0,0)

Tints of #C4CC67

#C4CC67
(196,204,103)
#C9D074
(201,208,116)
#CED481
(206,212,129)
#D3D88E
(211,216,142)
#D8DC9B
(216,220,155)
#DDE0A8
(221,224,168)
#E2E4B5
(226,228,181)
#E7E8C2
(231,232,194)
#ECECCF
(236,236,207)
#F1F0DC
(241,240,220)
#F6F4E9
(246,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CC67; }

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

This text font color is #C4CC67.


Background Color

.myBgColor { background-color: #C4CC67; }

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

This div background color is #C4CC67.


Border color

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

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

This div border color is #C4CC67.


Opacity

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

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

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

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

This text has shadow with #C4CC67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CC67 on black background.


Color preview on white background

This text has color #C4CC67 on white background.



Black color preview on #C4CC67 background

This text has black color on #C4CC67 background.


White color preview on #C4CC67 background

This text has white color on #C4CC67 background.