COLOR #C7FB91

HEX: #C7FB91
RGB: (199,251,145)

Color info

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

RGB color model

#C7FB91 color RGB value is (199,251,145).

  • red value is 199;
  • green value is 251;
  • blue value is 145.
RGB:
(199,251,145)
(78%,98%,57%)

RGB channels and saturation

R 199 of 255 = 78%
G 251 of 255 = 98%
B 145 of 255 = 57%

199
251
145

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

Portions of RGB colors in percentages

R + G + B =
199 + 251 + 145 = 595 (100%)
R 199 of 595 ~ 33.45%
G 251 of 595 ~ 42.18%
B 145 of 595 ~ 24.37%

%33.45
%42.18
%24.37

CMYK color model

#C7FB91 color CMYK value is (21,0,42,2).

  • cyan value is 20.72%
  • magenta value is 0.00%
  • yellow value is 42.23%
  • key color value is 1.57%
CMYK:
(21,0,42,2)
C21M0Y42K2 
(21%,0%,42%,2%)
(0.21/0.00/0.42/0.02)	

CMYK percentages

%20.72
%0
%42.23
%1.57

Codes

Color #C7FB91 in popluar color models

C7FB91
RGB199251145
HSL89°92.98%77.65%
HSB/HSV89°42.23%98.43%
CMYK20.72%0.00%42.23%
1.57%

Color #C7FB91 in popluar number systems.

HEXC7FB91
Decimal199251145
Binary110001111111101110010001
Octal307373221

Shades and tints

Shades of #C7FB91

#C7FB91
(199,251,145)
#B5E584
(181,229,132)
#A3CF77
(163,207,119)
#91B96A
(145,185,106)
#7FA35D
(127,163,93)
#6D8D50
(109,141,80)
#5B7743
(91,119,67)
#496136
(73,97,54)
#374B29
(55,75,41)
#25351C
(37,53,28)
#131F0F
(19,31,15)
#000000
(0,0,0)

Tints of #C7FB91

#C7FB91
(199,251,145)
#CCFB9B
(204,251,155)
#D1FBA5
(209,251,165)
#D6FBAF
(214,251,175)
#DBFBB9
(219,251,185)
#E0FBC3
(224,251,195)
#E5FBCD
(229,251,205)
#EAFBD7
(234,251,215)
#EFFBE1
(239,251,225)
#F4FBEB
(244,251,235)
#F9FBF5
(249,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7FB91 color. Also use rgb(199,251,145) instead hex code.

Text Font Color

.myTextColor { color: #C7FB91; }

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

This text font color is #C7FB91.


Background Color

.myBgColor { background-color: #C7FB91; }

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

This div background color is #C7FB91.


Border color

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

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

This div border color is #C7FB91.


Opacity

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

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

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

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

This text has shadow with #C7FB91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7FB91 on black background.


Color preview on white background

This text has color #C7FB91 on white background.



Black color preview on #C7FB91 background

This text has black color on #C7FB91 background.


White color preview on #C7FB91 background

This text has white color on #C7FB91 background.