COLOR #C7D907

HEX: #C7D907
RGB: (199,217,7)

Color info

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

RGB color model

#C7D907 color RGB value is (199,217,7).

  • red value is 199;
  • green value is 217;
  • blue value is 7.
RGB:
(199,217,7)
(78%,85%,3%)

RGB channels and saturation

R 199 of 255 = 78%
G 217 of 255 = 85%
B 7 of 255 = 3%

199
217
7

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

Portions of RGB colors in percentages

R + G + B =
199 + 217 + 7 = 423 (100%)
R 199 of 423 ~ 47.04%
G 217 of 423 ~ 51.3%
B 7 of 423 ~ 1.65%

%47.04
%51.3

CMYK color model

#C7D907 color CMYK value is (8,0,97,15).

  • cyan value is 8.29%
  • magenta value is 0.00%
  • yellow value is 96.77%
  • key color value is 14.90%
CMYK:
(8,0,97,15)
C8M0Y97K15 
(8%,0%,97%,15%)
(0.08/0.00/0.97/0.15)	

CMYK percentages

%8.29
%0
%96.77
%14.9

Codes

Color #C7D907 in popluar color models

C7D907
RGB1992177
HSL65°93.75%43.92%
HSB/HSV65°96.77%85.10%
CMYK8.29%0.00%96.77%
14.90%

Color #C7D907 in popluar number systems.

HEXC7D907
Decimal1992177
Binary1100011111011001111
Octal3073317

Shades and tints

Shades of #C7D907

#C7D907
(199,217,7)
#B5C607
(181,198,7)
#A3B307
(163,179,7)
#91A007
(145,160,7)
#7F8D07
(127,141,7)
#6D7A07
(109,122,7)
#5B6707
(91,103,7)
#495407
(73,84,7)
#374107
(55,65,7)
#252E07
(37,46,7)
#131B07
(19,27,7)
#000000
(0,0,0)

Tints of #C7D907

#C7D907
(199,217,7)
#CCDC1D
(204,220,29)
#D1DF33
(209,223,51)
#D6E249
(214,226,73)
#DBE55F
(219,229,95)
#E0E875
(224,232,117)
#E5EB8B
(229,235,139)
#EAEEA1
(234,238,161)
#EFF1B7
(239,241,183)
#F4F4CD
(244,244,205)
#F9F7E3
(249,247,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D907 color. Also use rgb(199,217,7) instead hex code.

Text Font Color

.myTextColor { color: #C7D907; }

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

This text font color is #C7D907.


Background Color

.myBgColor { background-color: #C7D907; }

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

This div background color is #C7D907.


Border color

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

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

This div border color is #C7D907.


Opacity

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

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

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

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

This text has shadow with #C7D907 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D907 on black background.


Color preview on white background

This text has color #C7D907 on white background.



Black color preview on #C7D907 background

This text has black color on #C7D907 background.


White color preview on #C7D907 background

This text has white color on #C7D907 background.