COLOR #C7F67E

HEX: #C7F67E
RGB: (199,246,126)

Color info

#C7F67E contains mainly red and green colors. Web safe color of #C7F67E is #CCFF66 (or #CF6).

RGB color model

#C7F67E color RGB value is (199,246,126).

  • red value is 199;
  • green value is 246;
  • blue value is 126.
RGB:
(199,246,126)
(78%,96%,49%)

RGB channels and saturation

R 199 of 255 = 78%
G 246 of 255 = 96%
B 126 of 255 = 49%

199
246
126

R + G + B ~ 74%. #C7F67E is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 246 + 126 = 571 (100%)
R 199 of 571 ~ 34.85%
G 246 of 571 ~ 43.08%
B 126 of 571 ~ 22.07%

%34.85
%43.08
%22.07

CMYK color model

#C7F67E color CMYK value is (19,0,49,4).

  • cyan value is 19.11%
  • magenta value is 0.00%
  • yellow value is 48.78%
  • key color value is 3.53%
CMYK:
(19,0,49,4)
C19M0Y49K4 
(19%,0%,49%,4%)
(0.19/0.00/0.49/0.04)	

CMYK percentages

%19.11
%0
%48.78
%3.53

Codes

Color #C7F67E in popluar color models

C7F67E
RGB199246126
HSL84°86.96%72.94%
HSB/HSV84°48.78%96.47%
CMYK19.11%0.00%48.78%
3.53%

Color #C7F67E in popluar number systems.

HEXC7F67E
Decimal199246126
Binary11000111111101101111110
Octal307366176

Shades and tints

Shades of #C7F67E

#C7F67E
(199,246,126)
#B5E073
(181,224,115)
#A3CA68
(163,202,104)
#91B45D
(145,180,93)
#7F9E52
(127,158,82)
#6D8847
(109,136,71)
#5B723C
(91,114,60)
#495C31
(73,92,49)
#374626
(55,70,38)
#25301B
(37,48,27)
#131A10
(19,26,16)
#000000
(0,0,0)

Tints of #C7F67E

#C7F67E
(199,246,126)
#CCF689
(204,246,137)
#D1F694
(209,246,148)
#D6F69F
(214,246,159)
#DBF6AA
(219,246,170)
#E0F6B5
(224,246,181)
#E5F6C0
(229,246,192)
#EAF6CB
(234,246,203)
#EFF6D6
(239,246,214)
#F4F6E1
(244,246,225)
#F9F6EC
(249,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7F67E color. Also use rgb(199,246,126) instead hex code.

Text Font Color

.myTextColor { color: #C7F67E; }

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

This text font color is #C7F67E.


Background Color

.myBgColor { background-color: #C7F67E; }

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

This div background color is #C7F67E.


Border color

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

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

This div border color is #C7F67E.


Opacity

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

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

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

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

This text has shadow with #C7F67E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F67E on black background.


Color preview on white background

This text has color #C7F67E on white background.



Black color preview on #C7F67E background

This text has black color on #C7F67E background.


White color preview on #C7F67E background

This text has white color on #C7F67E background.