COLOR #C7F890

HEX: #C7F890 RGB: (199,248,144)

Color info

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

RGB color model

#C7F890 color RGB value is (199,248,144).

RGB: (199,248,144) (78%, 97%, 56%)

RGB channels and saturation

R 199 of 255 = 78%
G 248 of 255 = 97%
B 144 of 255 = 56%

199
248
144

R + G + B ~ 77%. #C7F890 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 248 + 144 = 591 (100%)
R 199 of 591 ~ 33.67%
G 248 of 591 ~ 41.96%
B 144 of 591 ~ 24.37'%

%33.67
%41.96
%24.37

CMYK color model

#C7F890 color CMYK value is (20,0,42,3).

  • cyan value is 19.76%
  • magenta value is 0.00%
  • yellow value is 41.94%
  • key color value is 2.75%

CMYK: (20,0,42,3)
C20M0Y42K3 (20%, 0%, 42%, 3%)
(0.20 / 0.00 / 0.42 / 0.03)

CMYK percentages

%19.76
%0
%41.94
%2.75

Codes

Color #C7F890 in popluar color models

C7 F8 90
RGB 199 248 144
HSL 88° 88.14% 76.86%
HSB/HSV 88° 41.94% 97.25%
CMYK 19.76% 0.00% 41.94%
2.75%

Color #C7F890 in popluar number systems.

HEX C7 F8 90
Decimal 199 248 144
Binary 11000111 11111000 10010000
Octal 307 370 220

Shades and tints

Shades of #C7F890

#C7F890
(199,248,144)
#B5E283
(181,226,131)
#A3CC76
(163,204,118)
#91B669
(145,182,105)
#7FA05C
(127,160,92)
#6D8A4F
(109,138,79)
#5B7442
(91,116,66)
#495E35
(73,94,53)
#374828
(55,72,40)
#25321B
(37,50,27)
#131C0E
(19,28,14)
#000000
(0,0,0)

Tints of #C7F890

#C7F890
(199,248,144)
#CCF89A
(204,248,154)
#D1F8A4
(209,248,164)
#D6F8AE
(214,248,174)
#DBF8B8
(219,248,184)
#E0F8C2
(224,248,194)
#E5F8CC
(229,248,204)
#EAF8D6
(234,248,214)
#EFF8E0
(239,248,224)
#F4F8EA
(244,248,234)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7F890 color. Also use rgb(199,248,144) instead hex code.

Text Font Color

.myTextColor { color: #C7F890; }

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

This text font color is #C7F890.

Background Color

.myBgColor { background-color: #C7F890; }

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

This div background color is #C7F890.

Border color

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

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

This div border color is #C7F890.

Opacity

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

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

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

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

This text has shadow with #C7F890 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7F890.

Preview

Color preview on black background

This text has color #C7F890 on black background.


Color preview on white background

This text has color #C7F890 on white background.


Black color preview on #C7F890 background

This text has black color on #C7F890 background.


White color preview on #C7F890 background

This text has white color on #C7F890 background.


Related colors

Complementary color

Complementary color for #hex is #38076F.


I love getcolorcode.com

Triadic colors

1 #90C7F8 and #F890C7 with #C7F890 are triadic colors.

2 #90F8C7 and #F8C790 with #C7F890 are triadic colors.