COLOR #C7FBA6

HEX: #C7FBA6 RGB: (199,251,166)

Color info

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

RGB color model

#C7FBA6 color RGB value is (199,251,166).

RGB: (199,251,166) (78%, 98%, 65%)

RGB channels and saturation

R 199 of 255 = 78%
G 251 of 255 = 98%
B 166 of 255 = 65%

199
251
166

R + G + B ~ 80%. #C7FBA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 251 + 166 = 616 (100%)
R 199 of 616 ~ 32.31%
G 251 of 616 ~ 40.75%
B 166 of 616 ~ 26.95'%

%32.31
%40.75
%26.95

CMYK color model

#C7FBA6 color CMYK value is (21,0,34,2).

  • cyan value is 20.72%
  • magenta value is 0.00%
  • yellow value is 33.86%
  • key color value is 1.57%

CMYK: (21,0,34,2)
C21M0Y34K2 (21%, 0%, 34%, 2%)
(0.21 / 0.00 / 0.34 / 0.02)

CMYK percentages

%20.72
%0
%33.86
%1.57

Codes

Color #C7FBA6 in popluar color models

C7 FB A6
RGB 199 251 166
HSL 97° 91.40% 81.76%
HSB/HSV 97° 33.86% 98.43%
CMYK 20.72% 0.00% 33.86%
1.57%

Color #C7FBA6 in popluar number systems.

HEX C7 FB A6
Decimal 199 251 166
Binary 11000111 11111011 10100110
Octal 307 373 246

Shades and tints

Shades of #C7FBA6

#C7FBA6
(199,251,166)
#B5E597
(181,229,151)
#A3CF88
(163,207,136)
#91B979
(145,185,121)
#7FA36A
(127,163,106)
#6D8D5B
(109,141,91)
#5B774C
(91,119,76)
#49613D
(73,97,61)
#374B2E
(55,75,46)
#25351F
(37,53,31)
#131F10
(19,31,16)
#000000
(0,0,0)

Tints of #C7FBA6

#C7FBA6
(199,251,166)
#CCFBAE
(204,251,174)
#D1FBB6
(209,251,182)
#D6FBBE
(214,251,190)
#DBFBC6
(219,251,198)
#E0FBCE
(224,251,206)
#E5FBD6
(229,251,214)
#EAFBDE
(234,251,222)
#EFFBE6
(239,251,230)
#F4FBEE
(244,251,238)
#F9FBF6
(249,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7FBA6; }

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

This text font color is #C7FBA6.

Background Color

.myBgColor { background-color: #C7FBA6; }

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

This div background color is #C7FBA6.

Border color

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

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

This div border color is #C7FBA6.

Opacity

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

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

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

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

This text has shadow with #C7FBA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7FBA6.

Preview

Color preview on black background

This text has color #C7FBA6 on black background.


Color preview on white background

This text has color #C7FBA6 on white background.


Black color preview on #C7FBA6 background

This text has black color on #C7FBA6 background.


White color preview on #C7FBA6 background

This text has white color on #C7FBA6 background.


Related colors

Complementary color

Complementary color for #hex is #380459.


I love getcolorcode.com

Triadic colors

1 #A6C7FB and #FBA6C7 with #C7FBA6 are triadic colors.

2 #A6FBC7 and #FBC7A6 with #C7FBA6 are triadic colors.