COLOR #C7FA96

HEX: #C7FA96 RGB: (199,250,150)

Color info

#C7FA96 contains mainly red and green colors. Web safe color of #C7FA96 is #CCFF99 (or #CF9).

RGB color model

#C7FA96 color RGB value is (199,250,150).

RGB: (199,250,150) (78%, 98%, 59%)

RGB channels and saturation

R 199 of 255 = 78%
G 250 of 255 = 98%
B 150 of 255 = 59%

199
250
150

R + G + B ~ 78%. #C7FA96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 250 + 150 = 599 (100%)
R 199 of 599 ~ 33.22%
G 250 of 599 ~ 41.74%
B 150 of 599 ~ 25.04'%

%33.22
%41.74
%25.04

CMYK color model

#C7FA96 color CMYK value is (20,0,40,2).

  • cyan value is 20.40%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 1.96%

CMYK: (20,0,40,2)
C20M0Y40K2 (20%, 0%, 40%, 2%)
(0.20 / 0.00 / 0.40 / 0.02)

CMYK percentages

%20.4
%0
%40
%1.96

Codes

Color #C7FA96 in popluar color models

C7 FA 96
RGB 199 250 150
HSL 91° 90.91% 78.43%
HSB/HSV 91° 40.00% 98.04%
CMYK 20.40% 0.00% 40.00%
1.96%

Color #C7FA96 in popluar number systems.

HEX C7 FA 96
Decimal 199 250 150
Binary 11000111 11111010 10010110
Octal 307 372 226

Shades and tints

Shades of #C7FA96

#C7FA96
(199,250,150)
#B5E489
(181,228,137)
#A3CE7C
(163,206,124)
#91B86F
(145,184,111)
#7FA262
(127,162,98)
#6D8C55
(109,140,85)
#5B7648
(91,118,72)
#49603B
(73,96,59)
#374A2E
(55,74,46)
#253421
(37,52,33)
#131E14
(19,30,20)
#000000
(0,0,0)

Tints of #C7FA96

#C7FA96
(199,250,150)
#CCFA9F
(204,250,159)
#D1FAA8
(209,250,168)
#D6FAB1
(214,250,177)
#DBFABA
(219,250,186)
#E0FAC3
(224,250,195)
#E5FACC
(229,250,204)
#EAFAD5
(234,250,213)
#EFFADE
(239,250,222)
#F4FAE7
(244,250,231)
#F9FAF0
(249,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7FA96 color. Also use rgb(199,250,150) instead hex code.

Text Font Color

.myTextColor { color: #C7FA96; }

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

This text font color is #C7FA96.

Background Color

.myBgColor { background-color: #C7FA96; }

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

This div background color is #C7FA96.

Border color

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

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

This div border color is #C7FA96.

Opacity

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

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

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

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

This text has shadow with #C7FA96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7FA96.

Preview

Color preview on black background

This text has color #C7FA96 on black background.


Color preview on white background

This text has color #C7FA96 on white background.


Black color preview on #C7FA96 background

This text has black color on #C7FA96 background.


White color preview on #C7FA96 background

This text has white color on #C7FA96 background.


Related colors

Complementary color

Complementary color for #hex is #380569.


I love getcolorcode.com

Triadic colors

1 #96C7FA and #FA96C7 with #C7FA96 are triadic colors.

2 #96FAC7 and #FAC796 with #C7FA96 are triadic colors.