COLOR #C7D368

HEX: #C7D368
RGB: (199,211,104)

Color info

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

RGB color model

#C7D368 color RGB value is (199,211,104).

  • red value is 199;
  • green value is 211;
  • blue value is 104.
RGB:
(199,211,104)
(78%,83%,41%)

RGB channels and saturation

R 199 of 255 = 78%
G 211 of 255 = 83%
B 104 of 255 = 41%

199
211
104

R + G + B ~ 67%. #C7D368 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 211 + 104 = 514 (100%)
R 199 of 514 ~ 38.72%
G 211 of 514 ~ 41.05%
B 104 of 514 ~ 20.23%

%38.72
%41.05
%20.23

CMYK color model

#C7D368 color CMYK value is (6,0,51,17).

  • cyan value is 5.69%
  • magenta value is 0.00%
  • yellow value is 50.71%
  • key color value is 17.25%
CMYK:
(6,0,51,17)
C6M0Y51K17 
(6%,0%,51%,17%)
(0.06/0.00/0.51/0.17)	

CMYK percentages

%5.69
%0
%50.71
%17.25

Codes

Color #C7D368 in popluar color models

C7D368
RGB199211104
HSL67°54.87%61.76%
HSB/HSV67°50.71%82.75%
CMYK5.69%0.00%50.71%
17.25%

Color #C7D368 in popluar number systems.

HEXC7D368
Decimal199211104
Binary11000111110100111101000
Octal307323150

Shades and tints

Shades of #C7D368

#C7D368
(199,211,104)
#B5C05F
(181,192,95)
#A3AD56
(163,173,86)
#919A4D
(145,154,77)
#7F8744
(127,135,68)
#6D743B
(109,116,59)
#5B6132
(91,97,50)
#494E29
(73,78,41)
#373B20
(55,59,32)
#252817
(37,40,23)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #C7D368

#C7D368
(199,211,104)
#CCD775
(204,215,117)
#D1DB82
(209,219,130)
#D6DF8F
(214,223,143)
#DBE39C
(219,227,156)
#E0E7A9
(224,231,169)
#E5EBB6
(229,235,182)
#EAEFC3
(234,239,195)
#EFF3D0
(239,243,208)
#F4F7DD
(244,247,221)
#F9FBEA
(249,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D368 color. Also use rgb(199,211,104) instead hex code.

Text Font Color

.myTextColor { color: #C7D368; }

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

This text font color is #C7D368.


Background Color

.myBgColor { background-color: #C7D368; }

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

This div background color is #C7D368.


Border color

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

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

This div border color is #C7D368.


Opacity

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

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

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

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

This text has shadow with #C7D368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D368 on black background.


Color preview on white background

This text has color #C7D368 on white background.



Black color preview on #C7D368 background

This text has black color on #C7D368 background.


White color preview on #C7D368 background

This text has white color on #C7D368 background.