COLOR #C7F690

HEX: #C7F690 RGB: (199,246,144)

Color info

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

RGB color model

#C7F690 color RGB value is (199,246,144).

RGB: (199,246,144) (78%, 96%, 56%)

RGB channels and saturation

R 199 of 255 = 78%
G 246 of 255 = 96%
B 144 of 255 = 56%

199
246
144

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

Portions of RGB colors in percentages

R + G + B = 199 + 246 + 144 = 589 (100%)
R 199 of 589 ~ 33.79%
G 246 of 589 ~ 41.77%
B 144 of 589 ~ 24.45'%

%33.79
%41.77
%24.45

CMYK color model

#C7F690 color CMYK value is (19,0,41,4).

  • cyan value is 19.11%
  • magenta value is 0.00%
  • yellow value is 41.46%
  • key color value is 3.53%

CMYK: (19,0,41,4)
C19M0Y41K4 (19%, 0%, 41%, 4%)
(0.19 / 0.00 / 0.41 / 0.04)

CMYK percentages

%19.11
%0
%41.46
%3.53

Codes

Color #C7F690 in popluar color models

C7 F6 90
RGB 199 246 144
HSL 88° 85.00% 76.47%
HSB/HSV 88° 41.46% 96.47%
CMYK 19.11% 0.00% 41.46%
3.53%

Color #C7F690 in popluar number systems.

HEX C7 F6 90
Decimal 199 246 144
Binary 11000111 11110110 10010000
Octal 307 366 220

Shades and tints

Shades of #C7F690

#C7F690
(199,246,144)
#B5E083
(181,224,131)
#A3CA76
(163,202,118)
#91B469
(145,180,105)
#7F9E5C
(127,158,92)
#6D884F
(109,136,79)
#5B7242
(91,114,66)
#495C35
(73,92,53)
#374628
(55,70,40)
#25301B
(37,48,27)
#131A0E
(19,26,14)
#000000
(0,0,0)

Tints of #C7F690

#C7F690
(199,246,144)
#CCF69A
(204,246,154)
#D1F6A4
(209,246,164)
#D6F6AE
(214,246,174)
#DBF6B8
(219,246,184)
#E0F6C2
(224,246,194)
#E5F6CC
(229,246,204)
#EAF6D6
(234,246,214)
#EFF6E0
(239,246,224)
#F4F6EA
(244,246,234)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7F690; }

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

This text font color is #C7F690.

Background Color

.myBgColor { background-color: #C7F690; }

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

This div background color is #C7F690.

Border color

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

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

This div border color is #C7F690.

Opacity

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

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

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

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

This text has shadow with #C7F690 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7F690.

Preview

Color preview on black background

This text has color #C7F690 on black background.


Color preview on white background

This text has color #C7F690 on white background.


Black color preview on #C7F690 background

This text has black color on #C7F690 background.


White color preview on #C7F690 background

This text has white color on #C7F690 background.


Related colors

Complementary color

Complementary color for #hex is #38096F.


I love getcolorcode.com

Triadic colors

1 #90C7F6 and #F690C7 with #C7F690 are triadic colors.

2 #90F6C7 and #F6C790 with #C7F690 are triadic colors.