COLOR #C4C807

HEX: #C4C807
RGB: (196,200,7)

Color info

#C4C807 contains mainly red and green colors. Web safe color of #C4C807 is #CCCC00 (or #CC0).

RGB color model

#C4C807 color RGB value is (196,200,7).

  • red value is 196;
  • green value is 200;
  • blue value is 7.
RGB:
(196,200,7)
(77%,78%,3%)

RGB channels and saturation

R 196 of 255 = 77%
G 200 of 255 = 78%
B 7 of 255 = 3%

196
200
7

R + G + B ~ 53%. #C4C807 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
196 + 200 + 7 = 403 (100%)
R 196 of 403 ~ 48.64%
G 200 of 403 ~ 49.63%
B 7 of 403 ~ 1.74%

%48.64
%49.63

CMYK color model

#C4C807 color CMYK value is (2,0,97,22).

  • cyan value is 2.00%
  • magenta value is 0.00%
  • yellow value is 96.50%
  • key color value is 21.57%
CMYK:
(2,0,97,22)
C2M0Y97K22 
(2%,0%,97%,22%)
(0.02/0.00/0.97/0.22)	

CMYK percentages

%2
%0
%96.5
%21.57

Codes

Color #C4C807 in popluar color models

C4C807
RGB1962007
HSL61°93.24%40.59%
HSB/HSV61°96.50%78.43%
CMYK2.00%0.00%96.50%
21.57%

Color #C4C807 in popluar number systems.

HEXC4C807
Decimal1962007
Binary1100010011001000111
Octal3043107

Shades and tints

Shades of #C4C807

#C4C807
(196,200,7)
#B3B607
(179,182,7)
#A2A407
(162,164,7)
#919207
(145,146,7)
#808007
(128,128,7)
#6F6E07
(111,110,7)
#5E5C07
(94,92,7)
#4D4A07
(77,74,7)
#3C3807
(60,56,7)
#2B2607
(43,38,7)
#1A1407
(26,20,7)
#000000
(0,0,0)

Tints of #C4C807

#C4C807
(196,200,7)
#C9CD1D
(201,205,29)
#CED233
(206,210,51)
#D3D749
(211,215,73)
#D8DC5F
(216,220,95)
#DDE175
(221,225,117)
#E2E68B
(226,230,139)
#E7EBA1
(231,235,161)
#ECF0B7
(236,240,183)
#F1F5CD
(241,245,205)
#F6FAE3
(246,250,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C807 color. Also use rgb(196,200,7) instead hex code.

Text Font Color

.myTextColor { color: #C4C807; }

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

This text font color is #C4C807.


Background Color

.myBgColor { background-color: #C4C807; }

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

This div background color is #C4C807.


Border color

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

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

This div border color is #C4C807.


Opacity

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

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

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

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

This text has shadow with #C4C807 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C807 on black background.


Color preview on white background

This text has color #C4C807 on white background.



Black color preview on #C4C807 background

This text has black color on #C4C807 background.


White color preview on #C4C807 background

This text has white color on #C4C807 background.