COLOR #C7F9B1

HEX: #C7F9B1 RGB: (199,249,177)

Color info

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

RGB color model

#C7F9B1 color RGB value is (199,249,177).

RGB: (199,249,177) (78%, 98%, 69%)

RGB channels and saturation

R 199 of 255 = 78%
G 249 of 255 = 98%
B 177 of 255 = 69%

199
249
177

R + G + B ~ 82%. #C7F9B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 249 + 177 = 625 (100%)
R 199 of 625 ~ 31.84%
G 249 of 625 ~ 39.84%
B 177 of 625 ~ 28.32'%

%31.84
%39.84
%28.32

CMYK color model

#C7F9B1 color CMYK value is (20,0,29,2).

  • cyan value is 20.08%
  • magenta value is 0.00%
  • yellow value is 28.92%
  • key color value is 2.35%

CMYK: (20,0,29,2)
C20M0Y29K2 (20%, 0%, 29%, 2%)
(0.20 / 0.00 / 0.29 / 0.02)

CMYK percentages

%20.08
%0
%28.92
%2.35

Codes

Color #C7F9B1 in popluar color models

C7 F9 B1
RGB 199 249 177
HSL 102° 85.71% 83.53%
HSB/HSV 102° 28.92% 97.65%
CMYK 20.08% 0.00% 28.92%
2.35%

Color #C7F9B1 in popluar number systems.

HEX C7 F9 B1
Decimal 199 249 177
Binary 11000111 11111001 10110001
Octal 307 371 261

Shades and tints

Shades of #C7F9B1

#C7F9B1
(199,249,177)
#B5E3A1
(181,227,161)
#A3CD91
(163,205,145)
#91B781
(145,183,129)
#7FA171
(127,161,113)
#6D8B61
(109,139,97)
#5B7551
(91,117,81)
#495F41
(73,95,65)
#374931
(55,73,49)
#253321
(37,51,33)
#131D11
(19,29,17)
#000000
(0,0,0)

Tints of #C7F9B1

#C7F9B1
(199,249,177)
#CCF9B8
(204,249,184)
#D1F9BF
(209,249,191)
#D6F9C6
(214,249,198)
#DBF9CD
(219,249,205)
#E0F9D4
(224,249,212)
#E5F9DB
(229,249,219)
#EAF9E2
(234,249,226)
#EFF9E9
(239,249,233)
#F4F9F0
(244,249,240)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7F9B1 color. Also use rgb(199,249,177) instead hex code.

Text Font Color

.myTextColor { color: #C7F9B1; }

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

This text font color is #C7F9B1.

Background Color

.myBgColor { background-color: #C7F9B1; }

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

This div background color is #C7F9B1.

Border color

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

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

This div border color is #C7F9B1.

Opacity

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

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

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

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

This text has shadow with #C7F9B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7F9B1.

Preview

Color preview on black background

This text has color #C7F9B1 on black background.


Color preview on white background

This text has color #C7F9B1 on white background.


Black color preview on #C7F9B1 background

This text has black color on #C7F9B1 background.


White color preview on #C7F9B1 background

This text has white color on #C7F9B1 background.


Related colors

Complementary color

Complementary color for #hex is #38064E.


I love getcolorcode.com

Triadic colors

1 #B1C7F9 and #F9B1C7 with #C7F9B1 are triadic colors.

2 #B1F9C7 and #F9C7B1 with #C7F9B1 are triadic colors.